Hi Michael,
Michael Bach writes:
> Thanks for the notice Bastien, I just read your message today, delivery was
> not really working it seems.
Yes, some of my emails have been delayed.
> See also my own reply to this...
Seen - thanks!
--
Bastien
___
On 02/16/2011 01:32 PM, Bastien wrote:
> Hi Phaebz,
>
> phaebz writes:
>
>> 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}"))
> Use "NEW" "TODO" "DONE" ins
Hi Phaebz,
phaebz writes:
> 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}"))
Use "NEW" "TODO" "DONE" instead of "new" "todo" "done", the search
for this
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{{