all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Diary time intervals format
@ 2006-11-30  7:26 Bastien
  2006-11-30 13:07 ` Christopher Kuettner
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Bastien @ 2006-11-30  7:26 UTC (permalink / raw)


Hi,

i'd like to store an appointment and its *duration*; i expected diary
would understand something like:

  Nov 30, 2006, 14:30--20:00 RDV Beaubourg

.. so that org-mode could use this properly in the agenda display.
I couldn't find any relevant information in the Emacs manual or in
emacswiki on how to store time intervals within appointments.

Any hint?

-- 
Bastien

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Diary time intervals format
  2006-11-30  7:26 Diary time intervals format Bastien
@ 2006-11-30 13:07 ` Christopher Kuettner
  2006-11-30 13:41   ` J. David Boyd
  2006-11-30 22:09   ` Bastien
  2006-11-30 14:09 ` J. David Boyd
       [not found] ` <mailman.1362.1164895920.2155.help-gnu-emacs@gnu.org>
  2 siblings, 2 replies; 14+ messages in thread
From: Christopher Kuettner @ 2006-11-30 13:07 UTC (permalink / raw)
  To: Emacs-orgmode

Bastien wrote:
> i'd like to store an appointment and its *duration*; i expected diary
[...]
> .. so that org-mode could use this properly in the agenda display.

> Any hint?

an example right out of my .diary file:

17 Nov 2006 16:00 - 18:00 Teambuilding Marketingmeeting

there is nothing else in the line just this and it works in the org-agenda.

   <> Christopher

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Diary time intervals format
  2006-11-30 13:07 ` Christopher Kuettner
@ 2006-11-30 13:41   ` J. David Boyd
  2006-11-30 22:09   ` Bastien
  1 sibling, 0 replies; 14+ messages in thread
From: J. David Boyd @ 2006-11-30 13:41 UTC (permalink / raw)
  To: emacs-orgmode

Christopher Kuettner <ckuettner@gmail.com> writes:

> Bastien wrote:
>> i'd like to store an appointment and its *duration*; i expected diary
> [...]
>> .. so that org-mode could use this properly in the agenda display.
>
>> Any hint?
>
> an example right out of my .diary file:
>
> 17 Nov 2006 16:00 - 18:00 Teambuilding Marketingmeeting
>
> there is nothing else in the line just this and it works in the org-agenda.
>

I'll have to try that.  I'm 'assuming' that it displays okay in fancy diary mode also?

Dave

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Diary time intervals format
  2006-11-30  7:26 Diary time intervals format Bastien
  2006-11-30 13:07 ` Christopher Kuettner
@ 2006-11-30 14:09 ` J. David Boyd
       [not found] ` <mailman.1362.1164895920.2155.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 14+ messages in thread
From: J. David Boyd @ 2006-11-30 14:09 UTC (permalink / raw)


Bastien <bzgNOSPAM@altern.org> writes:

> Hi,
>
> i'd like to store an appointment and its *duration*; i expected diary
> would understand something like:
>
>   Nov 30, 2006, 14:30--20:00 RDV Beaubourg
>
> .. so that org-mode could use this properly in the agenda display.
> I couldn't find any relevant information in the Emacs manual or in
> emacswiki on how to store time intervals within appointments.
>
> Any hint?
>
> -- 
> Bastien


I just saw a response in the org list where some one said that this worked
fine.  Now, they did have only one dash between the times, and a space on both
sides.  Let me try it and see what I get...



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.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Diary time intervals format
       [not found] ` <mailman.1362.1164895920.2155.help-gnu-emacs@gnu.org>
@ 2006-11-30 21:58   ` Bastien
  2006-12-01  8:13     ` carsten.dominik
  0 siblings, 1 reply; 14+ messages in thread
From: Bastien @ 2006-11-30 21:58 UTC (permalink / raw)


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

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Re: Diary time intervals format
  2006-11-30 13:07 ` Christopher Kuettner
  2006-11-30 13:41   ` J. David Boyd
@ 2006-11-30 22:09   ` Bastien
  2006-12-01 13:23     ` J. David Boyd
  2006-12-01 18:14     ` Christopher Kuettner
  1 sibling, 2 replies; 14+ messages in thread
From: Bastien @ 2006-11-30 22:09 UTC (permalink / raw)
  To: emacs-orgmode

Hi Christopher,

Christopher Kuettner <ckuettner@gmail.com> writes:

> 17 Nov 2006 16:00 - 18:00 Teambuilding Marketingmeeting there is
> nothing else in the line just this and it works in the org-agenda.

As i said in gnu.emacs.help, the output is not quite as i expected.
Can you give me an example of your agenda display for such a diary
entry?

(BTW, i think it's a appt and/or diary issue, not an org-mode one.)

All the best,

-- 
Bastien

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Diary time intervals format
  2006-11-30 21:58   ` Bastien
@ 2006-12-01  8:13     ` carsten.dominik
  0 siblings, 0 replies; 14+ messages in thread
From: carsten.dominik @ 2006-12-01  8:13 UTC (permalink / raw)



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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Diary time intervals format
  2006-11-30 22:09   ` Bastien
@ 2006-12-01 13:23     ` J. David Boyd
  2006-12-02 14:42       ` Bastien
  2006-12-01 18:14     ` Christopher Kuettner
  1 sibling, 1 reply; 14+ messages in thread
From: J. David Boyd @ 2006-12-01 13:23 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg@altern.org> writes:

> Hi Christopher,
>
> Christopher Kuettner <ckuettner@gmail.com> writes:
>
>> 17 Nov 2006 16:00 - 18:00 Teambuilding Marketingmeeting there is
>> nothing else in the line just this and it works in the org-agenda.
>
> As i said in gnu.emacs.help, the output is not quite as i expected.
> Can you give me an example of your agenda display for such a diary
> entry?
>
> (BTW, i think it's a appt and/or diary issue, not an org-mode one.)
>
> All the best,
>
> -- 
> Bastien


Were you expecting it to cover several physical lines in the time grid?  

I expected that as well, but it just shows up on one line...

Dave

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Re: Diary time intervals format
  2006-11-30 22:09   ` Bastien
  2006-12-01 13:23     ` J. David Boyd
@ 2006-12-01 18:14     ` Christopher Kuettner
  2006-12-01 19:06       ` J. David Boyd
  1 sibling, 1 reply; 14+ messages in thread
From: Christopher Kuettner @ 2006-12-01 18:14 UTC (permalink / raw)
  To: Emacs-orgmode

> As i said in gnu.emacs.help, the output is not quite as i expected.
> Can you give me an example of your agenda display for such a diary
> entry?

Day-agenda:
Tuesday   12 December 2006
  8:00...... ----------------
  9:00...... xxxxxxx
  9:00-12:00 xxxxxxx
10:00...... ----------------
12:00...... ----------------
12:00-17:00 xxxxxxxxx
12:00-14:00 Uhr Wocheneinkauf
14:00...... ----------------
16:00...... ----------------
17:00-22:00 xxxxxxxxxx
17:00-22:00 xxxxxxxxx
18:00...... ----------------
20:00...... ----------------
22:00...... blueprint
22:00...... xxxxxxxxxx
24:00...... xxxxxxxxx

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Diary time intervals format
  2006-12-01 18:14     ` Christopher Kuettner
@ 2006-12-01 19:06       ` J. David Boyd
  0 siblings, 0 replies; 14+ messages in thread
From: J. David Boyd @ 2006-12-01 19:06 UTC (permalink / raw)
  To: emacs-orgmode

Christopher Kuettner <ckuettner@gmail.com> writes:

>> As i said in gnu.emacs.help, the output is not quite as i expected.
>> Can you give me an example of your agenda display for such a diary
>> entry?
>
> Day-agenda:
> Tuesday   12 December 2006
>  8:00...... ----------------
>  9:00...... xxxxxxx
>  9:00-12:00 xxxxxxx
> 10:00...... ----------------
> 12:00...... ----------------
> 12:00-17:00 xxxxxxxxx
> 12:00-14:00 Uhr Wocheneinkauf
> 14:00...... ----------------
> 16:00...... ----------------
> 17:00-22:00 xxxxxxxxxx
> 17:00-22:00 xxxxxxxxx
> 18:00...... ----------------
> 20:00...... ----------------
> 22:00...... blueprint
> 22:00...... xxxxxxxxxx
> 24:00...... xxxxxxxxx


That's what I get.  I think the OP was hoping to see

>  9:00...... xxxxxxx
> 10:00...... xxxxxxx
> 11:00...... xxxxxxx
> 12:00...... xxxxxxx


rather than 

>  9:00-12:00 xxxxxxx

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Re: Diary time intervals format
  2006-12-01 13:23     ` J. David Boyd
@ 2006-12-02 14:42       ` Bastien
  2006-12-02 16:04         ` Carsten Dominik
  0 siblings, 1 reply; 14+ messages in thread
From: Bastien @ 2006-12-02 14:42 UTC (permalink / raw)
  To: emacs-orgmode

david@adboyd.com (J. David Boyd) writes:

> Were you expecting it to cover several physical lines in the time
> grid?

Yes, but i finally think one line is acceptable enough.  So
18:00-20:00 is correctly displayed in the agenda buffer for me.

Regards,

-- 
Bastien

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Re: Diary time intervals format
  2006-12-02 14:42       ` Bastien
@ 2006-12-02 16:04         ` Carsten Dominik
  2006-12-02 17:49           ` Christopher Kuettner
  0 siblings, 1 reply; 14+ messages in thread
From: Carsten Dominik @ 2006-12-02 16:04 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Multiline display in the time grid becomes annoyingly hard when you 
have overlapping appointments.

- Carsten

On Dec 2, 2006, at 15:42, Bastien wrote:

> david@adboyd.com (J. David Boyd) writes:
>
>> Were you expecting it to cover several physical lines in the time
>> grid?
>
> Yes, but i finally think one line is acceptable enough.  So
> 18:00-20:00 is correctly displayed in the agenda buffer for me.
>
> Regards,
>
> -- 
> Bastien
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Re: Diary time intervals format
  2006-12-02 16:04         ` Carsten Dominik
@ 2006-12-02 17:49           ` Christopher Kuettner
  2006-12-02 19:55             ` Carsten Dominik
  0 siblings, 1 reply; 14+ messages in thread
From: Christopher Kuettner @ 2006-12-02 17:49 UTC (permalink / raw)
  To: Emacs-orgmode

Carsten Dominik wrote:
> Multiline display in the time grid becomes annoyingly hard when you have 
> overlapping appointments.
> 
> - Carsten

Still a bi*#& to code I guess, but would this be a good solution?

13:45 -------------------------
14:00 > Meeting Project Group
14:15 |------------------------
14:30 |------------------------
14:45 |------------------------
15:00 | > Start playing Tetris
15:15 | |----------------------
15:30 | |----------------------
15:45 | |----------------------
16:00 < <
16:15 -------------------------
16:30 -------------------------

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Re: Diary time intervals format
  2006-12-02 17:49           ` Christopher Kuettner
@ 2006-12-02 19:55             ` Carsten Dominik
  0 siblings, 0 replies; 14+ messages in thread
From: Carsten Dominik @ 2006-12-02 19:55 UTC (permalink / raw)
  To: Christopher Kuettner; +Cc: Emacs-orgmode

Clearly, your groups meetings do have the same structure as ours :-)

Yes, hard to program for several reasons...

- Carsten

On Dec 2, 2006, at 18:49, Christopher Kuettner wrote:

> Carsten Dominik wrote:
>> Multiline display in the time grid becomes annoyingly hard when you 
>> have overlapping appointments.
>> - Carsten
>
> Still a bi*#& to code I guess, but would this be a good solution?
>
> 13:45 -------------------------
> 14:00 > Meeting Project Group
> 14:15 |------------------------
> 14:30 |------------------------
> 14:45 |------------------------
> 15:00 | > Start playing Tetris
> 15:15 | |----------------------
> 15:30 | |----------------------
> 15:45 | |----------------------
> 16:00 < <
> 16:15 -------------------------
> 16:30 -------------------------
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-12-02 19:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-30  7:26 Diary time intervals format Bastien
2006-11-30 13:07 ` Christopher Kuettner
2006-11-30 13:41   ` J. David Boyd
2006-11-30 22:09   ` Bastien
2006-12-01 13:23     ` J. David Boyd
2006-12-02 14:42       ` Bastien
2006-12-02 16:04         ` Carsten Dominik
2006-12-02 17:49           ` Christopher Kuettner
2006-12-02 19:55             ` Carsten Dominik
2006-12-01 18:14     ` Christopher Kuettner
2006-12-01 19:06       ` J. David Boyd
2006-11-30 14:09 ` J. David Boyd
     [not found] ` <mailman.1362.1164895920.2155.help-gnu-emacs@gnu.org>
2006-11-30 21:58   ` Bastien
2006-12-01  8:13     ` carsten.dominik

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.