emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Bug: Clock data and log messages no longer in drawers [6.3


From: Bernt Hansen
Subject: Re: [Orgmode] Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)]
Date: Mon, 10 May 2010 13:04:11 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Carsten Dominik <address@hidden> writes:

> Hi Bernt,
>
> can I ask you to try out which of the following lines (or both) cause
> the problem?
>
> +  (org-set-local 'comment-start "#")

Commenting out this doesn't change the behaviour.

> +  (modify-syntax-entry ?\n ">")

Commenting out this fixes the problem for me.

Regards,
Bernt
>
> Could you comment one and then the other to check?
>
> Thanks.
>
> - Carsten

        Modified lisp/org.el
diff --git a/lisp/org.el b/lisp/org.el
index d37e64c..7379fff 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -4452,7 +4452,7 @@ The following commands are available:
   (org-set-local 'comment-start "#")
   (org-set-local 'comment-padding " ")
   (modify-syntax-entry ?# "<")
-  (modify-syntax-entry ?\n ">")
+  ;(modify-syntax-entry ?\n ">")
 
   ;; Align options lines
   (org-set-local



reply via email to

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