Re: [O] Questions about exporting: subtitle, level formating, custom highlight markers error

2015-07-29 Thread Xiha
his might do what you want (use the face you prefer). (defface my-face3 `((t (:inherit org-link :foreground "red"))) "My face") (highlight-regexp "·[^·]*·" 'my-face3) (unhighlight-regexp "·[^·]*·") Xiha writes: ·test· Thanks guys. Get

Re: [O] Questions about exporting: subtitle, level formating, custom highlight markers error

2015-07-28 Thread Xiha
Thanks guys. Getting closer - but please don't overestimate my backgound knowledge :) On 07/28/2015 02:05 PM, Eric S Fraga wrote: You need to differentiate between two aspects: highlighting of text within a org buffer and what happens to text when exported. Yes. Principally, I want the former.

Re: [O] Questions about exporting: subtitle, level formating, custom highlight markers error

2015-07-28 Thread Xiha
Thanks Sebastien and Eric, On Tuesday, 28 Jul 2015 at 09:24, Sebastien Vauban wrote: > Eric S Fraga ucl.ac.uk> writes: [...] >> You can always use macros instead? Maybe, if I knew how. I haven't used macros before. I read this and tried

Re: [O] Questions about exporting: subtitle, level formating, custom highlight markers error

2015-07-27 Thread Xiha
Thanks Rasmus and Eric! 1) subtitle The git version has a #+subtitle keyword. See the git version of the manual for supported backends (most). Where the git install instructions say "you should edit local.mk to point to the appropriate install location", how do I find out where this is? Sor

Re: [O] How to escape "[" and "]" characters in org-mode links

2015-07-27 Thread Xiha
Hi Dmitry, org-mode has the following format for links: [[::][]] What should I do, if contains ']' symbol? Like this: $form['input'] Not sure it helps in your case, but this * Heading containing [brackets] * Other heading Here is a link to [[Heading containing *%5B*brackets*%5D

[O] Questions about exporting: subtitle, level formating, custom highlight markers error

2015-07-26 Thread Xiha
Hello, I am writing a paper-like document in Org-mode, and experimenting with export to HTML and PDF (via LaTeX) in order to share drafts. Not sure yet what the final formatting will be. I am quite new to Emacs/Org-mode, know little about css and nothing about LaTeX. Using Emacs 24.5.1 and Or