From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Bug: all todos receive a once used timestamp in agenda view Date: Fri, 24 Aug 2007 20:52:23 +0200 Message-ID: References: <26c2427e99682f3230a7a8f9b0dd1431@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOeH5-0006HD-UR for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 14:52:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOeH4-0006Gm-Vt for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 14:52:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOeH4-0006Ga-OE for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 14:52:50 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IOeH1-0005R8-Jf for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 14:52:48 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IOeGk-00054j-WF for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 20:52:31 +0200 Received: from p57af3f0f.dip0.t-ipconnect.de ([87.175.63.15]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 20:52:30 +0200 Received: from rainer.stengele by p57af3f0f.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 20:52:30 +0200 In-Reply-To: <26c2427e99682f3230a7a8f9b0dd1431@science.uva.nl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik schrieb: > Here is a quick update, bug fixes plus a few small features. > Only on my website, not yet in Emacs - I don't have time right now. > > http://www.astro.uva.nl/~dominik/Tools/org/ > > Enjoy! > > - Carsten > > > Changes in version 5.06 > ----------------------- > > * Overview > > - Improved export of single (sub)trees. > - New possibilities for C-a and C-e. > - Command to set a tag in many headlines > - Changed default for org-cycle-global-at-bob. > - Bug fixes. > > * Details > > - When exporting only a region and this region is a single > (sub)tree (for example selected with `C-c @'), the title for > the exported document is taken to be the heading of the > subtree. The sublevels become top-level entries in the > export. Furthermore, if the head entry of the tree has or > inherits an EXPORT_FILE_NAME property, that file name (with > appropriately substituted extension) will be used for the > exported tree. Thanks to Patrick Drechsler and Jost Burkart > for these ideas. > > - org-special-ctrl-a/e has a third allowed value, `reversed'. > When it is set to this value, the first C-a or C-e command > behaves normally, i.e. it goes to the true beginning or end > of the line. Only when you press C-a or C-e immediately > again, the the "special" position will be found. Additional > presses of the same key jump between the two positions. I > like this a lot better than the `t' setting, because now the > keys behave more predictable and still give easy access to > the special locations. > > - New command to set or remove a tag from all headlines in a > region. > > - When Org-mode visits a file, it will initially hide all > drawers. > > - The default of the variable `org-cycle-global-at-bob' is now > nil, meaning that TAB no longer does global visibility > cycling at the beginning of the buffer. > > - Bug fixes, in particular the problems with scheduling and > deadlines introduced in 5.05. Please check carefully if > this works correctly again, and complain if not. Hello Carsten, thank you for the fast update! I think a new bug appeared: Defining a daytime specific schedule for a todo it happens that a lot (the rest? all appearing after the todo) of todos will also wrongly show the time as schedule time in agenda view. This appears to stay for all todos of the same day. For the next day the agenda view is ok again. Ah I checked again - all TODOs following a TODO with timestamped schedule receive the same time stampuntil another time specific schedule appears. After that all todos again receive the last timestamp. Rainer