From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode release 4.58 Date: Thu, 7 Dec 2006 12:08:10 +0100 Message-ID: References: <52a846166a54d45fda4e35fb00b089cd@science.uva.nl> <87vekpmhfl.fsf@tallis.ilo.ucl.ac.uk> <12b26d3cb3449e66fc9b115845c4762f@science.uva.nl> <87y7pkhvsp.fsf@tallis.ilo.ucl.ac.uk> 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 1GsH6s-0007db-LM for emacs-orgmode@gnu.org; Thu, 07 Dec 2006 06:08:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GsH6q-0007cg-JQ for emacs-orgmode@gnu.org; Thu, 07 Dec 2006 06:08:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsH6q-0007cS-44 for emacs-orgmode@gnu.org; Thu, 07 Dec 2006 06:08:12 -0500 Received: from [193.252.22.242] (helo=smtp-2.orange.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GsH6p-00067p-M4 for emacs-orgmode@gnu.org; Thu, 07 Dec 2006 06:08:11 -0500 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6109.orange.nl (SMTP Server) with ESMTP id 06D777000086 for ; Thu, 7 Dec 2006 12:08:11 +0100 (CET) In-Reply-To: <87y7pkhvsp.fsf@tallis.ilo.ucl.ac.uk> 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 Dec 7, 2006, at 10:46, Bastien wrote: > >>> - 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)? >> >> Hmmmm, would it not be useful to click on them? I am not sure what >> calendar programs would support that. Need to make a few test >> myself. > > AFAIK, SUMMARY is not very suitable for storing URLs. You might add a > URL=http://... element, but you need to strip all emacs-relevant links > (like gnus: bbdb: vm: etc.). OK, I guess I'll just throw away the link for now. > > By the way, if seen the combined ics output insert something like > (category ...) - why not using the CATEGORY: element? Yes, why not. > >>> - What about C-u C-c C-e to force ignoring timestamps when >>> (re)publishing a project? >> >> I don't understand this one. > > While trying to publish all projects from my ~/org/ directory, I > discovered that org-publish uses timestamps. > > `org-publish-use-timestamps-flag' let us turn this off/on, but i'd > like to be able to bypass this flag manually and force re-publishing > of all files when needed (since timestamps might not be accurate). Have you actually tried that? I think it might already work. - Carsten > > --- /home/guerry/e/org/org.el 2006-12-07 10:40:08.000000000 > +0100 > +++ /home/guerry/e/org/org.el.orig 2006-12-07 10:25:40.000000000 +0100 > @@ -7525,7 +7525,6 @@ > ((stringp type) type) > ((eq type 'tags) "Tags query") > ((eq type 'todo) "TODO keyword") > - ((eq type 'tags-todo) "Tags TODO") > ((eq type 'tags-tree) "Tags tree") > ((eq type 'todo-tree) "TODO kwd tree") > ((eq type 'occur-tree) "Occur tree") Thanks, fixed. - Carsten