emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Bug in creating LOGBOOK drawers and maybe in visibility cyclin


From: Rainer Stengele
Subject: [Orgmode] Bug in creating LOGBOOK drawers and maybe in visibility cycling of drawer contens.
Date: Fri, 25 Feb 2011 17:15:21 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.17) Gecko/20080914 Lightning/0.8 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666

Hi all,

I think I found 1 or 2 bugs:

1. Having a text block like this:

** Headline
   SCHEDULED: <2011-02-25 Fr>
   CLOCK: [2011-02-25 Fr 17:04]--[2011-02-25 Fr 17:04] =>  0:00
   CLOCK: [2011-02-25 Fr 17:03]--[2011-02-25 Fr 17:04] =>  0:01
   CLOCK: [2011-02-25 Fr 14:30]--[2011-02-25 Fr 16:45] =>  2:15
   CLOCK: [2011-02-24 Do 16:30]--[2011-02-24 Do 17:00] =>  0:30
   CLOCK: [2011-02-24 Do 14:30]--[2011-02-24 Do 16:00] =>  1:30
   CLOCK: [2011-02-23 Mi 13:15]--[2011-02-23 Mi 15:45] =>  2:30
   CLOCK: [2011-02-22 Di 09:00]--[2011-02-22 Di 12:30] =>  3:30
   CLOCK: [2011-02-21 Mo 13:00]--[2011-02-21 Mo 17:00] =>  4:00
   CLOCK: [2011-02-21 Mo 11:15]--[2011-02-21 Mo 12:00] =>  0:45
   CLOCK: [2011-02-21 Mo 09:00]--[2011-02-21 Mo 10:00] =>  1:00
   - item1
     * [2011-02-21 Mo] more text
   - item2

...

then clocking in results in

** Headline
   SCHEDULED: <2011-02-25 Fr>
   :LOGBOOK:
   CLOCK: [2011-02-25 Fr 17:04]--[2011-02-25 Fr 17:04] =>  0:00
   CLOCK: [2011-02-25 Fr 17:03]--[2011-02-25 Fr 17:04] =>  0:01
   CLOCK: [2011-02-25 Fr 14:30]--[2011-02-25 Fr 16:45] =>  2:15
   CLOCK: [2011-02-24 Do 16:30]--[2011-02-24 Do 17:00] =>  0:30
   CLOCK: [2011-02-24 Do 14:30]--[2011-02-24 Do 16:00] =>  1:30
   CLOCK: [2011-02-23 Mi 13:15]--[2011-02-23 Mi 15:45] =>  2:30
   CLOCK: [2011-02-22 Di 09:00]--[2011-02-22 Di 12:30] =>  3:30
   CLOCK: [2011-02-21 Mo 13:00]--[2011-02-21 Mo 17:00] =>  4:00
   CLOCK: [2011-02-21 Mo 11:15]--[2011-02-21 Mo 12:00] =>  0:45
   CLOCK: [2011-02-21 Mo 09:00]--[2011-02-21 Mo 10:00] =>  1:00
   - item1
     * [2011-02-21 Mo] more text
   :END:
   - item2

I assume the date is confusing the regexp to find the end of the drawer section.
Due to the bug I now have a lot of "wrong" LOGBOOK blocks in my org files...


2. In the Org manual I find:

,----
| Visibility cycling (see Visibility cycling) on the headline will
| hide and show the entry, but keep the drawer collapsed to a single line.
| In order to look inside the drawer, you need to move the cursor to the
| drawer line and press <TAB> there.
`----

which does not work for me. I cannot collapse the drawer by pressing TAB.


- Rainer




reply via email to

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