From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: carsten.dominik@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Diary time intervals format Date: 1 Dec 2006 00:13:29 -0800 Organization: http://groups.google.com Message-ID: <1164960809.539479.37400@h54g2000cwb.googlegroups.com> References: <87mz69pf8d.fsf@tallis.ilo.ucl.ac.uk> <87fyc0vboy.fsf@tallis.ilo.ucl.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1164962468 7639 80.91.229.2 (1 Dec 2006 08:41:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Dec 2006 08:41:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 01 09:41:06 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gq3x6-0001ky-PD for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Dec 2006 09:41:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gq3x6-0004FL-6i for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Dec 2006 03:41:00 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!h54g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 53 Original-NNTP-Posting-Host: 146.50.22.167 Original-X-Trace: posting.google.com 1164960819 25551 127.0.0.1 (1 Dec 2006 08:13:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 1 Dec 2006 08:13:39 +0000 (UTC) In-Reply-To: <87fyc0vboy.fsf@tallis.ilo.ucl.ac.uk> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.6,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h54g2000cwb.googlegroups.com; posting-host=146.50.22.167; posting-account=6ObsKgwAAACfVDWtlVvIyqCPVEcdCppi Original-Xref: shelby.stanford.edu gnu.emacs.help:143558 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:39160 Archived-At: Bastien wrote: > david@adboyd.com (J. David Boyd) writes: > > > Hmm, it seems to work okay. I went into my .diary file, and added a > > duration of xx:yy - yy:zz, and it showed up in my org mode agenda > > fine. > > I found the anwser and tried this as well, but i'm not really > satisfied with the output. > > Dec 5, 2006, 16:00 - 20:00 Formes symboliques Org-mode expects "16:00-20:00" instead of "16:00 - 20:00", i.e. no spaces around the dash. I guess I could relax these rules a bit, like allowing the spaces, and also allowing two dashes. Will look into it. - Carsten > > is converted as: > > Diary: 16:00...... - 20:00 Formes symboliques > > when i expected: > > Diary: 16:00...... Formes symboliques > Diary: 17:00...... Formes symboliques > Diary: 18:00...... Formes symboliques > Diary: 19:00...... > > or maybe: > > Diary: 16:00...... Formes symboliques > Diary: 17:00...... ------------------ > Diary: 18:00...... ------------------ > Diary: 19:00...... > > But i think it's not an org-mode issue, it's rather a diary issue. > > I couldn't find any syntactic rule for keeping track of appointments > duration, a feature that is obviously required by both planner-muse > and org-mode. > > But maybe my fancy diary config is a bit messy, or i'm missing > something... what your agenda output looks like ? > > Cheers, > > -- > Bastien