I defined it as an associative list, as described in the manual:
org-export-latex-todo-keyword-markup evaluates to (("new" . "\\new{%s}")
("done" . "\\done{%s}") ("todo" . "\\todo{%s}"))
In my LaTeX header are the options:
#+LATEX_HEADER: \def\todo#1{{\color{red}#1}}
#+LATEX_HEADER: \def\done#1{{
On 02/14/2011 02:10 AM, Bastien wrote:
> Hi Michael,
>
> phaebz writes:
>
>> The usepackage line for babel is necessary, because Language: de is not
>> recognized. With the above, I correctly get e.g. "Inhaltsverzeichnis"
>> instead of "Contents
I have these org-options set for export:
#+LANGUAGE: de
#+LATEX_HEADER: \usepackage[ngerman]{babel}
The usepackage line for babel is necessary, because Language: de is not
recognized. With the above, I correctly get e.g. "Inhaltsverzeichnis" instead
of "Contents". But the timestamp in the titl
On 02/11/2011 11:49 AM, phaebz wrote:
> I am using org-mode 7.3 release.
>
> Problem: A file such as
>
> * heading to be exported :export:
>
> * some other heading
>
> gets exported to
>
> 1. heading to be exported :export:
>
> With a literal :export: ta
I am using org-mode 7.3 release.
Problem: A file such as
* heading to be exported :export:
* some other heading
gets exported to
1. heading to be exported :export:
With a literal :export: tag in the pdf output heading. I have not customized
any relevant export options.
Do I miss something?
On 02/06/2011 04:00 PM, Eric S Fraga wrote:
> phaebz writes:
>
> [...]
>
>> remapped the ac-expand now. There is just one more annoyance: When the
>> completions popup-menu gets displayed, for every line that has an
>> org-style *heading, the completions line drawn o
On 02/03/2011 04:38 PM, Eric S Fraga wrote:
> phaebz writes:
>
>> I am using org-mode v. 7.3 and auto-complete v. 1.2
>>
>> I added org-mode to "ac-modes" as described in the documentation. When
>> typing in an org-mode buffer, I correctly get the popup-me
I am using org-mode v. 7.3 and auto-complete v. 1.2
I added org-mode to "ac-modes" as described in the documentation. When typing
in an org-mode buffer, I correctly get the popup-menu from auto-complete mode.
If I then press TAB to complete the word, nothing happens - since TAB is bound
to org-