emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: 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	[thread overview]
Message-ID: <87bpcn7kok.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: F0AF9A13-971C-4E8D-87AD-B57E03CA535F@gmail.com

Carsten Dominik <carsten.dominik@gmail.com> 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	other threads:[~2010-05-10 17:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-10 14:48 Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)] Bernt Hansen
2010-05-10 16:33 ` Carsten Dominik
2010-05-10 17:04   ` Bernt Hansen [this message]
2010-05-10 18:27   ` Leo
2010-05-10 18:50     ` Bernt Hansen
2010-05-10 21:05       ` Leo
2010-05-10 21:42         ` Carsten Dominik
2010-05-10 22:02           ` Leo
2010-05-10 22:12             ` Carsten Dominik
2010-05-10 22:27               ` Leo

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=87bpcn7kok.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).