From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Org-mode version 5.18 Date: Sun, 6 Jan 2008 09:24:24 +0100 Message-ID: <92DE785A-6785-47B6-9915-FCBB6FC5DE96@gmail.com> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBQo4-000163-R5 for emacs-orgmode@gnu.org; Sun, 06 Jan 2008 03:24:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBQo3-00015f-4u for emacs-orgmode@gnu.org; Sun, 06 Jan 2008 03:24:32 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBQo2-00015c-UX for emacs-orgmode@gnu.org; Sun, 06 Jan 2008 03:24:30 -0500 Received: from fg-out-1718.google.com ([72.14.220.159]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBQo2-0005eb-O6 for emacs-orgmode@gnu.org; Sun, 06 Jan 2008 03:24:30 -0500 Received: by fg-out-1718.google.com with SMTP id d23so4400267fga.30 for ; Sun, 06 Jan 2008 00:24:28 -0800 (PST) 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: org-mode mailing list Hi, org-mode version 5.18 at http://orgmode.org fixes a few issues, but does not add significant features. Enjoy! I will be gone for another week... - Carsten Version 5.18 ~~~~~~~~~~~~ Details ======= - Notes inserted with remember now remove any whitespace before and after the note before being pasted, so that there will be no empty lines inserted together with the note. We could invent special syntax in remember templates to allow creating empty lines before a note - is there anyone who'd want this? - Moving subtrees now folds all siblings of the subtree. This is the only reasonably simple way I could find to avoid inconsistencies in the folding state of the outline tree after moving entries. There are reasons to like this new behavior, because it easily visualizes where the tree is located after the move. Still, not everyone might be happy with this. Massive complaining would be needed to make me fix this. - Links can now have brackets as part of the description. The brackets in the description have to be escaped with %5B and %5D, respectively. If you insert the link with `C-c C-l', the escaping will be done automatically. This problem was brought up recently by Adam Spiers, and earlier at least by Bastien, maybe others too. - The new option `org-clock-in-switch-to-state' can be set to a TODO state that will be enforced when the clock is started on an entry. This follows an idea by Sacha Chua. - The EXPORT_FILE_NAME property may now also be an absolute file name, and it may contain abbreviations like "~" for the users home directory. This was requested by Adam Spiers.