emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [PATCH] Distinguish between TEST todo tag and TESTING head


From: Carsten Dominik
Subject: Re: [Orgmode] [PATCH] Distinguish between TEST todo tag and TESTING header
Date: Thu, 7 Sep 2006 09:36:27 +0200

Hi Jason,

yes, this is a bug, and your fix does work correctly. Thank you very much.

- Carsten

On Sep 7, 2006, at 1:08, Jason Riedy wrote:

For various reasons, I need both a TEST todo tag and a
header named TESTING in the same document.  The current
org-mode correctly distinguishes between them internally,
but not for export.

The appended patch works for me with a recent Emacs
snapshot, but my org-mode uses are pretty trivial (for now).
I don't have a wide variety of cases to test against.

Jason
---

--- org.el.orig 2006-09-06 15:31:20.000000000 -0700
+++ org.el      2006-09-06 15:31:08.000000000 -0700
@@ -2806,15 +2806,15 @@
                             "\\|")
                  "\\)\\>")
          org-todo-line-regexp
-         (concat "^\\(\\*+\\)[ \t]*\\("
+         (concat "^\\(\\*+\\)[ \t]*\\(?:\\("
                  (mapconcat 'regexp-quote org-todo-keywords "\\|")
-                 "\\)? *\\(.*\\)")
+                 "\\)\\>\\)? *\\(.*\\)")
          org-nl-done-regexp
          (concat "[\r\n]\\*+[ \t]+" org-done-string "\\>")
          org-todo-line-tags-regexp
-         (concat "^\\(\\*+\\)[ \t]*\\("
+         (concat "^\\(\\*+\\)[ \t]*\\(?:\\("
                  (mapconcat 'regexp-quote org-todo-keywords "\\|")
-                 "\\)? *\\(.*?\\([ \t]:[a-zA-Z0-9:address@hidden:[ 
\t]*\\)?$\\)")
+                 "\\)\\>\\)? *\\(.*?\\([ \t]:[a-zA-Z0-9:address@hidden:[ 
\t]*\\)?$\\)")
          org-looking-at-done-regexp (concat "^" org-done-string "\\>")
          org-deadline-regexp (concat "\\<" org-deadline-string)
          org-deadline-time-regexp


_______________________________________________
Emacs-orgmode mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477





reply via email to

[Prev in Thread] Current Thread [Next in Thread]