From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode version 4.75 Date: Tue, 29 May 2007 08:14:21 +0200 Message-ID: References: <516c72d11fbb8f913e73264d69db19e9@science.uva.nl> <87zm3rpwqo.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hsw55-0008Dt-2D for emacs-orgmode@gnu.org; Tue, 29 May 2007 03:25:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hsw53-0008Dh-7F for emacs-orgmode@gnu.org; Tue, 29 May 2007 03:25:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hsw53-0008De-15 for emacs-orgmode@gnu.org; Tue, 29 May 2007 03:25:21 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hsw51-0006IA-6C for emacs-orgmode@gnu.org; Tue, 29 May 2007 03:25:19 -0400 In-Reply-To: <87zm3rpwqo.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org On May 26, 2007, at 14:58, Bastien wrote: > >> - When inserting a link with `C-c C-l', completion will now fill in >> all valid link prefixes, like http or ftp, but also link >> abbreviation prefixes. This is based on an idea by Bastien. > > This is great stuff! A little concern though: i got used to access the > stored links by hitting the tab key after org-insert-link. Now the tab > key does the completion for prefixes (including abbreviated links), but > i had to explore a bit to guess that stored links where now accessible > through the history (with the and key). It's okay for me > like this, but maybe some people would prefer the previous behavior, > i.e. accessing stored links by completion with the tab key. Or maybe > a wild mix of both? Using a mix of both will probably not work well, because the only advantage of using TAB is that, if you have only a single stored link, it will give you that link with a single key press. I have always disliked the completion interface for selecting stored links - it somehow does not work well when you have several links stored. Your proposal was therefore a welcome opportunity to change this. I guess the main problem is that the prompt does not clearly say how to get to the stored links. If you want to get to the link stored most recently, just reply RET to the link prompt, this is even faster than TAB RET. > >> - Highest, lowest, and default priority can be set on a per-file >> basis with #+PRIORITIES: H L D For example, to use priorities from 1 >> to 9, you could use >> >> #+PRIORITIES: 1 9 9 > > I can't get it work. I tried to insert "#+PRIORITIES: A C B" at the > end > of a minimal preambule, then to C-c C-c to refresh the buffer; here is > a > backtrace in attachment. Fixed, thanks. > >> - iCalendar export now honors (i.e. skips) subtrees marked as >> ARCHIVE, COMMENT, or QUOTE. > > Just a thought: maybe that would be more consistent to put "ARCHIVE" as > a special keyword (*before* the headline, like QUOTE or COMMENT) and > not > as a tag? Yes, that would also be an options - however, a tag works just fine, so I'll leave it at that for now. > >> - There is a new command to add or change the emphasis (like bold or >> italic) of a piece of text. > > The interface is really very nice, thanks for implementing this! Sure! - Carsten