Re: [Orgmode] problem with org-export-latex-todo-keyword-markup [7.4]

2011-02-17 Thread Bastien
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 ___

Re: [Orgmode] problem with org-export-latex-todo-keyword-markup [7.4]

2011-02-16 Thread Michael Bach
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

Re: [Orgmode] problem with org-export-latex-todo-keyword-markup [7.4]

2011-02-16 Thread Bastien
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

[Orgmode] problem with org-export-latex-todo-keyword-markup [7.4]

2011-02-16 Thread phaebz
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{{