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

2011-02-17 Thread Bastien
Hi Michael,

Michael Bach pha...@googlemail.com 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

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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{{\color{green}#1}}
#+LATEX_HEADER: \def\new#1{{\color{blue}#1}}

Now I noticed that, in the exported pdf, all todo keywords are typeset in the 
same color, which is always the value of the first element in the a-list. In 
the above example, all keywords get set to blue, i.e. the LaTeX file contains 
odd things like \new{TODO}.

According to the manual, I expect this behaviour - using the value of the first 
element - only for todo keywords for which there is no key in the a-list 
defined.

Am I doing something wrong?

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2011-02-16 Thread Bastien
Hi Phaebz,

phaebz pha...@googlemail.com 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 is case-sensitive.

HTH,

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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 pha...@googlemail.com 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 is case-sensitive.

 HTH,


Thanks for the notice Bastien, I just read your message today, delivery was not 
really working it seems. See also my own reply to this...

cheers,
Michael

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode