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

2015-07-29 Thread Xiha
(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. Getting closer - but please don't overestimate my backgound knowledge :) On 07/28/2015

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

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 e.fraga at ucl.ac.uk writes: [...] You can always use macros instead? Maybe, if I knew how. I haven't used macros before. I read this http://orgmode.org/manual/Macro-replacement.html and

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: [[file-name::text-to-search][link text]] What should I do, if text-to-search contains ']' symbol? Like this: $form['input'] Not sure it helps in your case, but this * Heading containing [brackets] * Other heading Here is a

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?

[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