From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org-mode release 4.58 Date: Wed, 06 Dec 2006 11:45:18 +0100 Message-ID: <87vekpmhfl.fsf@tallis.ilo.ucl.ac.uk> References: <52a846166a54d45fda4e35fb00b089cd@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GruHN-0005Tl-WD for emacs-orgmode@gnu.org; Wed, 06 Dec 2006 05:45:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GruHL-0005TZ-9Q for emacs-orgmode@gnu.org; Wed, 06 Dec 2006 05:45:32 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GruHL-0005TW-28 for emacs-orgmode@gnu.org; Wed, 06 Dec 2006 05:45:31 -0500 Received: from [213.36.80.91] (helo=mail.libertysurf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GruHK-0000Vm-To for emacs-orgmode@gnu.org; Wed, 06 Dec 2006 05:45:31 -0500 In-Reply-To: <52a846166a54d45fda4e35fb00b089cd@science.uva.nl> (Carsten Dominik's message of "Tue\, 5 Dec 2006 11\:21\:34 +0100") 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 Hi Carsten, Thanks for this new release. I noticed some strange auto-fill related bugs in 4.57, but it seems okay now. Here is a little report: - '*word* is not fontified because of leading single quote (') - http:///this,url is not fontified because of the coma (,) - org-agenda-list-stuck-projects contains a call to (match) which leads C-c a # to produce a "Wrong number of arguments" error. Removing the (match) is okay. - Maybe a naive question because i don't know the .ics format, but are the warnings like "This is a deadline" mandatory ? DL and S already indicate the status of the event, don't they? - Again on .ics: my scheduled headlines often have links, those are not well displayed in any iCal i know. What about striping links from their first part (i.e. [[A][B]] -> B)? Some feature suggestion (for org v5 ??): - What about C-u C-c C-e to force ignoring timestamps when (re)publishing a project? - Cycling through priorities does not allow to delete the priority. My guess is that [#A] -> [#B] -> [#C] -> nothing -> [#A] -> ... is more convenient. - What about diary inclusion in timeline (C-c a L)? - In org-mode each task is potentially a project, since each headline is potentially at the top of a new tree. This default behavior is perfect but sometimes i need what i would call a frozen inline task. Something that is a task without being (un)foldable, something that is not at the top of a potential subtree. For example: ==================================================================== * Project 1 Text for project one. **: Frozen inline task for project one. Text for project one (won't be (un)folded by TABing the frozen task aboce) ==================================================================== See my point? Don't know if anyone need it as well. A natural syntax for this would be to add a column like in **: - C-c : would "freeze" a task. Enough for today! But i wouldn't be able to nagg you with such tiny things if i were not using org-mode :) Cheers, -- Bastien