From: Nick Dokos <nicholas.dokos@hp.com>
To: Rares Pop <rares.pop@gmail.com>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org,
Carsten Dominik <carsten.dominik@gmail.com>
Subject: Re: export TODO keyword
Date: Mon, 16 Aug 2010 11:37:28 -0400 [thread overview]
Message-ID: <30121.1281973048@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Rares Pop <rares.pop@gmail.com> of "Mon, 16 Aug 2010 18:10:08 +0300." <AANLkTikC57vr=jJEqJJ7CPD131KfYuTmHPPz9YRvqQCy@mail.gmail.com>
Rares Pop <rares.pop@gmail.com> wrote:
> From what I found so far there are no macros involved here.
>
> I'll perform the upgrade to the latest version and see how if it's fixed.
>
It *was* a bug: it was fixed by this commit:
,----
|
| commit be232c4c212283ca6311cfe35c0bae7719146e55
| Author: Carsten Dominik <carsten.dominik@gmail.com>
| Date: Thu May 13 08:47:26 2010 +0200
|
| LaTeX export: Fix TODO keyword export
|
| diff --git a/lisp/ChangeLog b/lisp/ChangeLog
| index 45c9ec7..04c9ecb 100644
| --- a/lisp/ChangeLog
| +++ b/lisp/ChangeLog
| @@ -1,3 +1,8 @@
| +2010-05-13 Carsten Dominik <carsten.dominik@gmail.com>
| +
| + * org-latex.el (org-export-latex-keywords-maybe): Protect the
| + TODO markup.
| +
| 2010-05-13 Mikael Fornius <mfo@abc.se>
|
| * org-habit.el (org-habit-build-graph): Help-echo date when
| diff --git a/lisp/org-latex.el b/lisp/org-latex.el
| index e3544bf..afa0be2 100644
| --- a/lisp/org-latex.el
| +++ b/lisp/org-latex.el
| @@ -1289,7 +1289,8 @@ links, keywords, lists, tables, fixed-width"
| (cdr todo-markup) (car todo-markup)))
| (t (cdr (or (assoc (match-string 1) todo-markup)
| (car todo-markup))))))
| - (replace-match (format fmt (match-string 1)) t t)))
| + (replace-match (org-export-latex-protect-string
| + (format fmt (match-string 1))) t t)))
| ;; convert priority string
| (when (re-search-forward "\\[\\\\#.\\]" nil t)
| (if (plist-get remove-list :priority)
`----
so an upgrade should fix it.
next prev parent reply other threads:[~2010-08-16 15:38 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-16 8:39 export TODO keyword Rares Pop
2010-08-16 8:45 ` Carsten Dominik
2010-08-16 9:06 ` Rares Pop
2010-08-16 10:36 ` Carsten Dominik
2010-08-16 11:27 ` Rares Pop
2010-08-16 13:14 ` Simon Brown
2010-08-16 13:24 ` Rares Pop
2010-08-16 14:08 ` Sebastian Rose
2010-08-16 15:10 ` Rares Pop
2010-08-16 15:37 ` Nick Dokos [this message]
2010-08-16 15:42 ` Carsten Dominik
2010-08-16 15:49 ` Puneeth
2010-08-16 15:59 ` Carsten Dominik
2010-08-16 12:12 ` Noorul Islam K M
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=30121.1281973048@gamaville.dokosmarshall.org \
--to=nicholas.dokos@hp.com \
--cc=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=rares.pop@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).