From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: problem with org-export-latex-todo-keyword-markup [7.4] Date: Wed, 16 Feb 2011 12:32:40 +0100 Message-ID: <878vxgtdt3.fsf@gnu.org> References: <4D5B9A9A.3040306@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=32968 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PplAW-0006wj-2H for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 12:28:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PplAU-0003OT-EN for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 12:27:59 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:44388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PplAU-0003OD-77 for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 12:27:58 -0500 Received: by fxm12 with SMTP id 12so1694837fxm.0 for ; Wed, 16 Feb 2011 09:27:57 -0800 (PST) In-Reply-To: <4D5B9A9A.3040306@googlemail.com> (phaebz@googlemail.com's message of "Wed, 16 Feb 2011 11:36:26 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: phaebz Cc: emacs-orgmode@gnu.org 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 is case-sensitive. HTH, -- Bastien