Questions tagged [markup]

8 questions
6
votes
2 answers

Center image in GitHub's README.org

I want to center an image in my project's GitHub README.org file, but everything I've tried so far hasn't worked: #+ATTR_HTML style="center" [[/path/to/img.png]] #+ATTR_HTML…
Alex Shroyer
  • 627
  • 4
  • 12
6
votes
1 answer

Mark up only part of a word

It's easy to make whole words bold, italic etc. by using the asterisk/slash before and after the word. It's imperative however to also have a space in front of the opener markup, and after the closer markup. In other words, this easy (to use and…
4
votes
1 answer

Fontify org quote blocks with font-locked markup

I have org-fontify-quote-and-verse-blocks set to t and '(org-block ((t (:foreground "#2E8B57")))) to make quote blocks stand out in a particular color. However, this also means that I cannot get markup like /emphasis/ or *bold* to display properly…
mclear
  • 1,525
  • 9
  • 17
2
votes
2 answers

Org-mode markup between square brackets

My question concerns org-mode. I'm trying to add the characters [ and ] to the org-emphasis-regexp-components in order to mark up words between square brackets. So I get for example the following effect: [/bla bla/] → [/bla bla/] I also want to…
gabrielpdp1979
  • 335
  • 1
  • 7
2
votes
1 answer

Raw v.s. Rendered - how to modify the mode for various markup languages so they render nicely, rather than as source

There are many wonderful markup languages. For example here are some of their file extensions: nroff, md, tex, org, info, rtf, ps, html, etc. etc. We love them all. In most cases I visit these files with no intention of editing their content. I'd…
Ben Hyde
  • 574
  • 3
  • 9
1
vote
1 answer

Possible to copy-paste without markup in Org-mode?

You can add inline code and verbatim text in Org-mode using this syntax: ~cd ~~~ =verbatim /text/= This is expected to display: cd ~ verbatim /text/ If you copy the content in the Org-mode buffer and paste it into any…
0
votes
0 answers

Need an emacs function that reformats a comment, left and right padded

Context When writing a long text file that has some structure (program, TeX/LaTeX document, whatever programming or markup language), it can be handy to make structure visually salient into visible sections, by having section titles padded by the…
0
votes
1 answer

Ignore org mark-up line-by-line, when responding using org-mime

I'm using org-mime to send e-mails inside mu4e - the exact details are outlined in the reference here. I will cover the specifics of this problem below. This works well, however when replying I note that the reply is also passed to org-mime-htmlize…
Phil
  • 533
  • 4
  • 17