emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: nicholas.dokos@hp.com
Cc: emacs-orgmode@gnu.org, Rares Pop <rares.pop@gmail.com>
Subject: Re: export TODO keyword
Date: Mon, 16 Aug 2010 17:42:17 +0200	[thread overview]
Message-ID: <4EF8A438-2817-4094-BF98-DC78F4341F0A@gmail.com> (raw)
In-Reply-To: <30121.1281973048@gamaville.dokosmarshall.org>

Hi everyone,

this has now been a 10-message thread about a bug that was fixed a  
while ago.
Please, if you submit a bug report, one part of your required homework
is to try with the latest version of Org-mode available before claiming
there is a bug.

Thanks!

- Carsten

On Aug 16, 2010, at 5:37 PM, Nick Dokos wrote:

> 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.

- Carsten

  reply	other threads:[~2010-08-16 15:42 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
2010-08-16 15:42               ` Carsten Dominik [this message]
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=4EF8A438-2817-4094-BF98-DC78F4341F0A@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=nicholas.dokos@hp.com \
    --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).