emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Agenda view for logging?
@ 2008-04-08 19:31 Jose Robins
  2008-04-09  7:04 ` Manish
  0 siblings, 1 reply; 15+ messages in thread
From: Jose Robins @ 2008-04-08 19:31 UTC (permalink / raw)
  To: org-mode


[-- Attachment #1.1: Type: text/plain, Size: 913 bytes --]

I'm slowly getting familiar with the agenda view. I see that the agenda 
view shows the "time-of-day-specification" in the time column. Is there 
any way to show the time stamps based on the logbook entries? So e.g. If 
the clock properties for a headline1 is from 9:20 am to 9:55 am, and 
headline2 has 10:15 to 10:44 am, then  the agenda view should show ...

9:20-9:55   headline1
10:15-10:44 headline2

(instead of the time-of-day). Is that possible?

Also, the manual says in page 67 of the pdf : "a time range may appear 
as plain text (like '12:45' or a "8:30-1pm"). If I understood this 
correctly, I should be able to put...

*task1 8:30-1:00pm 

in an org file and if I go to the agenda view, I should see this listed 
in today's agenda from 8:30 am to 1:00pm. However I don't seem to be 
able to see that happening. Did I get that wrong? I'm using verson 5.23a 
of or-mode in emacs 22.1

Thanks,
Jose


[-- Attachment #1.2: Type: text/html, Size: 1189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Agenda view for logging?
  2008-04-08 19:31 Jose Robins
@ 2008-04-09  7:04 ` Manish
  2008-04-09 17:00   ` Jose Robins
  0 siblings, 1 reply; 15+ messages in thread
From: Manish @ 2008-04-09  7:04 UTC (permalink / raw)
  To: wulfhomme13-rook; +Cc: org-mode

    On Wed, Apr 9, 2008 at 1:01 AM, Jose Robins wrote:
    >
    >  I'm slowly getting familiar with the agenda view. I see that the agenda
    > view shows the "time-of-day-specification" in the time column.
Is there any
    > way to show the time stamps based on the logbook entries? So e.g. If the
    > clock properties for a headline1 is from 9:20 am to 9:55 am, and headline2
    > has 10:15 to 10:44 am, then  the agenda view should show ...
    >
    >  9:20-9:55   headline1
    >  10:15-10:44 headline2
    >

You do get this if you create a task like so:

******* TODO 1pm-14:30 another test task for Jose
               SCHEDULED: <2008-04-09 Wed>
               CREATED: [2008-04-09 Wed 12:30]
******* TODO test task for Jose 12:30-8:00pm
               SCHEDULED: <2008-04-09 Wed>
               CREATED: [2008-04-09 Wed 12:15]

And the agenda (with time grid turned on) looks like this:

Day-agenda (W15):
Wednesday   9 April 2008
                    8:00...... -------------------------
                    9:00...... -------------------------
                   10:00...... -------------------------
                   11:00...... -------------------------
                   12:00...... -------------------------
  braindump:       12:30-20:00 Scheduled:  TODO test task for Jose
                   13:00...... -------------------------
                   14:00...... -------------------------
  braindump:       13:00-14:30 Scheduled:  TODO another test task for Jose
                   15:00...... -------------------------
                   16:00...... -------------------------
                   17:00...... -------------------------
                   18:00...... -------------------------
                   19:00...... -------------------------
                   20:00...... -------------------------
                   21:00...... -------------------------
                   22:00...... ------------------------

    >  (instead of the time-of-day). Is that possible?
    >
    >  Also, the manual says in page 67 of the pdf : "a time range may appear as
    > plain text (like '12:45' or a "8:30-1pm").

This is in section 10.4.2 / page marked #70 or page 77 as reported by
PDF reader (at least in manual for Release 6.00pre-2).

    > If I understood this correctly, I
    > should be able to put...
    >
    >  *task1 8:30-1:00pm
    >
    >  in an org file and if I go to the agenda view, I should see
this listed in
    > today's agenda from 8:30 am to 1:00pm. However I don't seem to be able to
    > see that happening. Did I get that wrong? I'm using verson 5.23a
of or-mode
    > in emacs 22.1
    >

I think you either have not added SCHEDULED (C-c C-s) or have not
turned the time grid on (`G' in agenda view).

HTH,
-- Manish

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

* Re: Agenda view for logging?
  2008-04-09  7:04 ` Manish
@ 2008-04-09 17:00   ` Jose Robins
  2008-04-09 17:22     ` Carsten Dominik
  0 siblings, 1 reply; 15+ messages in thread
From: Jose Robins @ 2008-04-09 17:00 UTC (permalink / raw)
  To: Manish; +Cc: org-mode


[-- Attachment #1.1: Type: text/plain, Size: 3029 bytes --]


Thanks Manish for the response. I didn't realize I had to "schedule" it 
as well. Now it works...

Thanks,
Manish wrote:
>     On Wed, Apr 9, 2008 at 1:01 AM, Jose Robins wrote:
>     >
>     >  I'm slowly getting familiar with the agenda view. I see that the agenda
>     > view shows the "time-of-day-specification" in the time column.
> Is there any
>     > way to show the time stamps based on the logbook entries? So e.g. If the
>     > clock properties for a headline1 is from 9:20 am to 9:55 am, and headline2
>     > has 10:15 to 10:44 am, then  the agenda view should show ...
>     >
>     >  9:20-9:55   headline1
>     >  10:15-10:44 headline2
>     >
>
> You do get this if you create a task like so:
>
> ******* TODO 1pm-14:30 another test task for Jose
>                SCHEDULED: <2008-04-09 Wed>
>                CREATED: [2008-04-09 Wed 12:30]
> ******* TODO test task for Jose 12:30-8:00pm
>                SCHEDULED: <2008-04-09 Wed>
>                CREATED: [2008-04-09 Wed 12:15]
>
> And the agenda (with time grid turned on) looks like this:
>
> Day-agenda (W15):
> Wednesday   9 April 2008
>                     8:00...... -------------------------
>                     9:00...... -------------------------
>                    10:00...... -------------------------
>                    11:00...... -------------------------
>                    12:00...... -------------------------
>   braindump:       12:30-20:00 Scheduled:  TODO test task for Jose
>                    13:00...... -------------------------
>                    14:00...... -------------------------
>   braindump:       13:00-14:30 Scheduled:  TODO another test task for Jose
>                    15:00...... -------------------------
>                    16:00...... -------------------------
>                    17:00...... -------------------------
>                    18:00...... -------------------------
>                    19:00...... -------------------------
>                    20:00...... -------------------------
>                    21:00...... -------------------------
>                    22:00...... ------------------------
>
>     >  (instead of the time-of-day). Is that possible?
>     >
>     >  Also, the manual says in page 67 of the pdf : "a time range may appear as
>     > plain text (like '12:45' or a "8:30-1pm").
>
> This is in section 10.4.2 / page marked #70 or page 77 as reported by
> PDF reader (at least in manual for Release 6.00pre-2).
>
>     > If I understood this correctly, I
>     > should be able to put...
>     >
>     >  *task1 8:30-1:00pm
>     >
>     >  in an org file and if I go to the agenda view, I should see
> this listed in
>     > today's agenda from 8:30 am to 1:00pm. However I don't seem to be able to
>     > see that happening. Did I get that wrong? I'm using verson 5.23a
> of or-mode
>     > in emacs 22.1
>     >
>
> I think you either have not added SCHEDULED (C-c C-s) or have not
> turned the time grid on (`G' in agenda view).
>
> HTH,
> -- Manish
>
>   

[-- Attachment #1.2: Type: text/html, Size: 3360 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Agenda view for logging?
  2008-04-09 17:00   ` Jose Robins
@ 2008-04-09 17:22     ` Carsten Dominik
  2008-04-09 19:56       ` Jose Robins
  0 siblings, 1 reply; 15+ messages in thread
From: Carsten Dominik @ 2008-04-09 17:22 UTC (permalink / raw)
  To: wulfhomme13-rook; +Cc: org-mode


On Apr 9, 2008, at 7:00 PM, Jose Robins wrote:

>
> Thanks Manish for the response. I didn't realize I had to "schedule"  
> it as well. Now it works...

Well, how else should the agenda know on which date the entry should  
be shown...

- Carsten

>
>
> Thanks,
> Manish wrote:
>>
>>     On Wed, Apr 9, 2008 at 1:01 AM, Jose Robins wrote:
>>     >
>>     >  I'm slowly getting familiar with the agenda view. I see that  
>> the agenda
>>     > view shows the "time-of-day-specification" in the time column.
>> Is there any
>>     > way to show the time stamps based on the logbook entries? So  
>> e.g. If the
>>     > clock properties for a headline1 is from 9:20 am to 9:55 am,  
>> and headline2
>>     > has 10:15 to 10:44 am, then  the agenda view should show ...
>>     >
>>     >  9:20-9:55   headline1
>>     >  10:15-10:44 headline2
>>     >
>>
>> You do get this if you create a task like so:
>>
>> ******* TODO 1pm-14:30 another test task for Jose
>>                SCHEDULED: <2008-04-09 Wed>
>>                CREATED: [2008-04-09 Wed 12:30]
>> ******* TODO test task for Jose 12:30-8:00pm
>>                SCHEDULED: <2008-04-09 Wed>
>>                CREATED: [2008-04-09 Wed 12:15]
>>
>> And the agenda (with time grid turned on) looks like this:
>>
>> Day-agenda (W15):
>> Wednesday   9 April 2008
>>                     8:00...... -------------------------
>>                     9:00...... -------------------------
>>                    10:00...... -------------------------
>>                    11:00...... -------------------------
>>                    12:00...... -------------------------
>>   braindump:       12:30-20:00 Scheduled:  TODO test task for Jose
>>                    13:00...... -------------------------
>>                    14:00...... -------------------------
>>   braindump:       13:00-14:30 Scheduled:  TODO another test task  
>> for Jose
>>                    15:00...... -------------------------
>>                    16:00...... -------------------------
>>                    17:00...... -------------------------
>>                    18:00...... -------------------------
>>                    19:00...... -------------------------
>>                    20:00...... -------------------------
>>                    21:00...... -------------------------
>>                    22:00...... ------------------------
>>
>>     >  (instead of the time-of-day). Is that possible?
>>     >
>>     >  Also, the manual says in page 67 of the pdf : "a time range  
>> may appear as
>>     > plain text (like '12:45' or a "8:30-1pm").
>>
>> This is in section 10.4.2 / page marked #70 or page 77 as reported by
>> PDF reader (at least in manual for Release 6.00pre-2).
>>
>>     > If I understood this correctly, I
>>     > should be able to put...
>>     >
>>     >  *task1 8:30-1:00pm
>>     >
>>     >  in an org file and if I go to the agenda view, I should see
>> this listed in
>>     > today's agenda from 8:30 am to 1:00pm. However I don't seem  
>> to be able to
>>     > see that happening. Did I get that wrong? I'm using verson  
>> 5.23a
>> of or-mode
>>     > in emacs 22.1
>>     >
>>
>> I think you either have not added SCHEDULED (C-c C-s) or have not
>> turned the time grid on (`G' in agenda view).
>>
>> HTH,
>> -- Manish
>>
>>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Agenda view for logging?
  2008-04-09 17:22     ` Carsten Dominik
@ 2008-04-09 19:56       ` Jose Robins
  2008-04-10  4:30         ` Manish
  2008-04-10 13:55         ` Joel J. Adamson
  0 siblings, 2 replies; 15+ messages in thread
From: Jose Robins @ 2008-04-09 19:56 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: org-mode


[-- Attachment #1.1: Type: text/plain, Size: 3869 bytes --]



Carsten Dominik wrote:
>
> On Apr 9, 2008, at 7:00 PM, Jose Robins wrote:
>
>>
>> Thanks Manish for the response. I didn't realize I had to "schedule" 
>> it as well. Now it works...
>
> Well, how else should the agenda know on which date the entry should 
> be shown...
>
> - Carsten
>
My (apparently flawed) reasoning was that, the feature was meant to 
provide a quick and dirty way to show tasks meant for "today" in the 
agenda view and would show up on today's agenda regardless of whether it 
was scheduled or not.

Jose
>>
>>
>> Thanks,
>> Manish wrote:
>>>
>>>     On Wed, Apr 9, 2008 at 1:01 AM, Jose Robins wrote:
>>>     >
>>>     >  I'm slowly getting familiar with the agenda view. I see that 
>>> the agenda
>>>     > view shows the "time-of-day-specification" in the time column.
>>> Is there any
>>>     > way to show the time stamps based on the logbook entries? So 
>>> e.g. If the
>>>     > clock properties for a headline1 is from 9:20 am to 9:55 am, 
>>> and headline2
>>>     > has 10:15 to 10:44 am, then  the agenda view should show ...
>>>     >
>>>     >  9:20-9:55   headline1
>>>     >  10:15-10:44 headline2
>>>     >
>>>
>>> You do get this if you create a task like so:
>>>
>>> ******* TODO 1pm-14:30 another test task for Jose
>>>                SCHEDULED: <2008-04-09 Wed>
>>>                CREATED: [2008-04-09 Wed 12:30]
>>> ******* TODO test task for Jose 12:30-8:00pm
>>>                SCHEDULED: <2008-04-09 Wed>
>>>                CREATED: [2008-04-09 Wed 12:15]
>>>
>>> And the agenda (with time grid turned on) looks like this:
>>>
>>> Day-agenda (W15):
>>> Wednesday   9 April 2008
>>>                     8:00...... -------------------------
>>>                     9:00...... -------------------------
>>>                    10:00...... -------------------------
>>>                    11:00...... -------------------------
>>>                    12:00...... -------------------------
>>>   braindump:       12:30-20:00 Scheduled:  TODO test task for Jose
>>>                    13:00...... -------------------------
>>>                    14:00...... -------------------------
>>>   braindump:       13:00-14:30 Scheduled:  TODO another test task 
>>> for Jose
>>>                    15:00...... -------------------------
>>>                    16:00...... -------------------------
>>>                    17:00...... -------------------------
>>>                    18:00...... -------------------------
>>>                    19:00...... -------------------------
>>>                    20:00...... -------------------------
>>>                    21:00...... -------------------------
>>>                    22:00...... ------------------------
>>>
>>>     >  (instead of the time-of-day). Is that possible?
>>>     >
>>>     >  Also, the manual says in page 67 of the pdf : "a time range 
>>> may appear as
>>>     > plain text (like '12:45' or a "8:30-1pm").
>>>
>>> This is in section 10.4.2 / page marked #70 or page 77 as reported by
>>> PDF reader (at least in manual for Release 6.00pre-2).
>>>
>>>     > If I understood this correctly, I
>>>     > should be able to put...
>>>     >
>>>     >  *task1 8:30-1:00pm
>>>     >
>>>     >  in an org file and if I go to the agenda view, I should see
>>> this listed in
>>>     > today's agenda from 8:30 am to 1:00pm. However I don't seem to 
>>> be able to
>>>     > see that happening. Did I get that wrong? I'm using verson 5.23a
>>> of or-mode
>>>     > in emacs 22.1
>>>     >
>>>
>>> I think you either have not added SCHEDULED (C-c C-s) or have not
>>> turned the time grid on (`G' in agenda view).
>>>
>>> HTH,
>>> -- Manish
>>>
>>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

[-- Attachment #1.2: Type: text/html, Size: 7443 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Agenda view for logging?
  2008-04-09 19:56       ` Jose Robins
@ 2008-04-10  4:30         ` Manish
  2008-04-10 10:32           ` Carsten Dominik
  2008-04-10 13:55         ` Joel J. Adamson
  1 sibling, 1 reply; 15+ messages in thread
From: Manish @ 2008-04-10  4:30 UTC (permalink / raw)
  To: wulfhomme13-rook; +Cc: org-mode

On Thu, Apr 10, 2008 at 1:26 AM, Jose Robins wrote:
>  Carsten Dominik wrote:
>
>  On Apr 9, 2008, at 7:00 PM, Jose Robins wrote:
>
>  Thanks Manish for the response. I didn't realize I had to "schedule" it as
> well. Now it works...
>
>  Well, how else should the agenda know on which date the entry should be
> shown...
>
>  - Carsten
>
>  My (apparently flawed) reasoning was that, the feature was meant to provide
> a quick and dirty way to show tasks meant for "today" in the agenda view and
> would show up on today's agenda regardless of whether it was scheduled or
> not.
>

That sounds quite reasonable and should be default, I guess.  I would
like to request this if others also see it that way.

-- Manish

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

* Re: Agenda view for logging?
  2008-04-10  4:30         ` Manish
@ 2008-04-10 10:32           ` Carsten Dominik
  2008-04-10 13:56             ` Joel J. Adamson
  0 siblings, 1 reply; 15+ messages in thread
From: Carsten Dominik @ 2008-04-10 10:32 UTC (permalink / raw)
  To: Manish; +Cc: org-mode

Hi Jose, Manish

I don't really think that it would be reasonable to make any entry
that contains a string that looks like a time show up in the agenda.

A fast way to add agenda item for the day is to use the Emacs
diary. In the agenda buffer, you can press "i d" to add a quick entry
to the diary, for the day at point.  Then make sure that the agenda
does read the diary as well, with

(setq org-agenda-include-diary t)

You could even write a quick function that just prompts for the entry  
and inserts it
into the diary, so the diary buffer would never have to pop up.

- Carsten

On Apr 10, 2008, at 6:30 AM, Manish wrote:

> On Thu, Apr 10, 2008 at 1:26 AM, Jose Robins wrote:
>> Carsten Dominik wrote:
>>
>> On Apr 9, 2008, at 7:00 PM, Jose Robins wrote:
>>
>> Thanks Manish for the response. I didn't realize I had to  
>> "schedule" it as
>> well. Now it works...
>>
>> Well, how else should the agenda know on which date the entry  
>> should be
>> shown...
>>
>> - Carsten
>>
>> My (apparently flawed) reasoning was that, the feature was meant to  
>> provide
>> a quick and dirty way to show tasks meant for "today" in the agenda  
>> view and
>> would show up on today's agenda regardless of whether it was  
>> scheduled or
>> not.
>>
>
> That sounds quite reasonable and should be default, I guess.  I would
> like to request this if others also see it that way.
>
> -- Manish

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

* Re: Agenda view for logging?
  2008-04-09 19:56       ` Jose Robins
  2008-04-10  4:30         ` Manish
@ 2008-04-10 13:55         ` Joel J. Adamson
  1 sibling, 0 replies; 15+ messages in thread
From: Joel J. Adamson @ 2008-04-10 13:55 UTC (permalink / raw)
  To: wulfhomme13-rook; +Cc: org-mode

Jose Robins <wulfhomme13-rook@yahoo.com> writes:

> Carsten Dominik wrote:
>
>     On Apr 9, 2008, at 7:00 PM, Jose Robins wrote:
>
>         Thanks Manish for the response. I didn't realize I had to "schedule"
>         it as well. Now it works...
>
>     Well, how else should the agenda know on which date the entry should be
>     shown...
>    
>     - Carsten
>
> My (apparently flawed) reasoning was that, the feature was meant to provide a
> quick and dirty way to show tasks meant for "today" in the agenda view and
> would show up on today's agenda regardless of whether it was scheduled or not.

Everything I give a time-stamp to shows up in the agenda time grid.  Are
you seeing something different?  I don't have to schedule or deadline
anything.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.

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

* Re: Agenda view for logging?
  2008-04-10 10:32           ` Carsten Dominik
@ 2008-04-10 13:56             ` Joel J. Adamson
  2008-04-10 15:09               ` Jose Robins
  0 siblings, 1 reply; 15+ messages in thread
From: Joel J. Adamson @ 2008-04-10 13:56 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: org-mode

Carsten Dominik <dominik@science.uva.nl> writes:

> Hi Jose, Manish
>
> I don't really think that it would be reasonable to make any entry
> that contains a string that looks like a time show up in the agenda.

I think I missed part of this conversation.  If I put

** Wash the dog <2008-04-10 09:56 >

in one of my org-agenda-files, it shows up at 9:56 in the agenda
time-grid.  Is this not the intended behavior?

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.

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

* Re: Agenda view for logging?
  2008-04-10 13:56             ` Joel J. Adamson
@ 2008-04-10 15:09               ` Jose Robins
  2008-04-10 15:42                 ` Richard G Riley
  0 siblings, 1 reply; 15+ messages in thread
From: Jose Robins @ 2008-04-10 15:09 UTC (permalink / raw)
  To: Joel J. Adamson; +Cc: org-mode


[-- Attachment #1.1: Type: text/plain, Size: 1526 bytes --]



Joel J. Adamson wrote:
> Carsten Dominik <dominik@science.uva.nl> writes:
>
>   
>> Hi Jose, Manish
>>
>> I don't really think that it would be reasonable to make any entry
>> that contains a string that looks like a time show up in the agenda.
>>     
>
> I think I missed part of this conversation.  If I put
>
> ** Wash the dog <2008-04-10 09:56 >
>
> in one of my org-agenda-files, it shows up at 9:56 in the agenda
> time-grid.  Is this not the intended behavior?
>
> Joel
>
>   
Yes, that is intended behavior and it works fine. The question was 
whether a time range without a time-stamp would work as well. something 
like...

** 9:55 am - 10:15 am wash the dog
- would put this task in "today's" agenda view.

I see Carsten's  point about not wanting to recognize any arbitrary text 
string which looks like a time to be considered a 
"time-of-specification". A possible compromise is to have a string which 
looks like "<10:15-10:30> " to be considered as a task for today which 
appears @ the appropriate time in the agenda view. The beauty is that 
(a) you avoid having to type in extra keystrokes to schedule it, (b) no 
need to clutter with an additional date and (c) if it doesn't get done 
or something, when I do the agenda view tomorrow, it shows up there as 
well and it doesn't get lost.

Of course, I may be asking for things that may have other negative 
implications, since after all, I'm still a rookie with org mode (still 
wet behind the ears) and maybe there are better approaches to this.  :-)



[-- Attachment #1.2: Type: text/html, Size: 2070 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Agenda view for logging?
  2008-04-10 15:09               ` Jose Robins
@ 2008-04-10 15:42                 ` Richard G Riley
  2008-04-10 16:46                   ` Joel J. Adamson
  0 siblings, 1 reply; 15+ messages in thread
From: Richard G Riley @ 2008-04-10 15:42 UTC (permalink / raw)
  To: wulfhomme13-rook; +Cc: org-mode

Hello, , Joel J. Adamson! 

Jose Robins <wulfhomme13-rook@yahoo.com> writes:

> Joel J. Adamson wrote:
>> Carsten Dominik <dominik@science.uva.nl> writes:
>>
>>   
>>> Hi Jose, Manish
>>>
>>> I don't really think that it would be reasonable to make any entry
>>> that contains a string that looks like a time show up in the agenda.
>>>     
>>
>> I think I missed part of this conversation.  If I put
>>
>> ** Wash the dog <2008-04-10 09:56 >
>>
>> in one of my org-agenda-files, it shows up at 9:56 in the agenda
>> time-grid.  Is this not the intended behavior?
>>
>> Joel
>>
>>   
> Yes, that is intended behavior and it works fine. The question was
> whether a time range without a time-stamp would work as
> well. something like...
>
> ** 9:55 am - 10:15 am wash the dog
> - would put this task in "today's" agenda view.
>
> I see Carsten's  point about not wanting to recognize any arbitrary
> text string which looks like a time to be considered a
> "time-of-specification". A possible compromise is to have a string
> which looks like "<10:15-10:30> " to be considered as a task for today
> which appears @ the appropriate time in the agenda view. The beauty is
> that (a) you avoid having to type in extra keystrokes to schedule it,
> (b) no need to clutter with an additional date and (c) if it doesn't
> get done or something, when I do the agenda view tomorrow, it shows up
> there as well and it doesn't get lost.

Better would be a duration rather than an end date/time.

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

* Re: Agenda view for logging?
@ 2008-04-10 16:36 bva
  2008-04-11 15:09 ` Jose Robins
  0 siblings, 1 reply; 15+ messages in thread
From: bva @ 2008-04-10 16:36 UTC (permalink / raw)
  To: emacs-orgmode

Hi Jose,

I'm also still very much a rookie, in GTD and in org-mode. But I'd  
argue against added one more way to add something to the agenda time  
grid.  Things show up in the time grid if
1) you use C-c C-s (adds SCHEDULED: property to headline)
2) you use C-c C-d (adds DEADLINE: property to headline)
3) you use C-u C-c . (inserts timestamp at point; headline will show  
up in agenda)

As a novice, I've come to the belief that these multiple ways of  
'scheduling' (I mean only that a line of text is added to the agenda)  
have grown organically from org-mode's past, by not dropping an older,  
simpler way, but adding a new mechanism for a specific type of time- 
management problem. Each one has its own small differences in how it  
interacts with other features of org-mode to support the specific  
issue it addresses (deadlines show up in red, e.g.)

I offer the following thoughts quite humbly, knowing that I'm likely  
among the least effective time-manager and org-mode user on this list.


In response to your concerns
a) no need to type extra characters
response: perhaps you could try the commands listed above. You only  
need to type the time-range, and org-mode fills in the rest

b) no need to clutter up with the date
response: SCHEDULED and DEADLINE properties can be folded under the  
headline (in fact, they can be put into the PROPERTY drawer, if you'd  
really like to hide them. And there's no extra date verbage in the  
time grid (and I think there is a customization for removing the word  
'Scheduled' if you don't like it, but I haven't decided to dislike it  
*that* much.  It's the default and I trust it's there for a good reason)

c) if I miss it today, it'll show up tomorrow
response: So if you've missed washing the dog today at 9:56, why  
should that task be automatically rescheduled for tomorrow *at the  
exact same time*.  If missing the appointed time and date doesn't  
prevent you from doing that task, then perhaps you could make it a  
TODO item that shows up on the global todo list instead.  If you  
actually did the task, but didn't get around to changing your  
headline, then it's there for you to deal with inappropriately.

Oh, and if you have a normal date+timestamp, then you find the  
headline and hit S-<right> to move the day forward by one, so the  
manual rescheduling isn't hard either.  So if you glance at  
yesterday's agenda, and see something in the wrong place, it's easy to  
move forward.  This works in the agenda, in the org-mode buffer, and  
you only need to get point somewhere inside or next to the timestamp  
(I use C-u C-u <arrow> alot, which isn't very precise, so I appreciate  
that I don't have to get the point to a specific character)

I hope you like key-board shortcuts (or you're going to go crazy with  
emacs, much less org-mode!)

Respectfully yours,

Ben

On 2008-04-10 Thu, at 16:35, emacs-orgmode-request@gnu.org wrote:
>
> Message: 6
> Date: Thu, 10 Apr 2008 08:09:21 -0700
> From: Jose Robins <wulfhomme13-rook@yahoo.com>
> Subject: Re: [Orgmode] Agenda view for logging?
> To: "Joel J. Adamson" <jadamson@partners.org>
> Cc: org-mode <emacs-orgmode@gnu.org>
> Message-ID: <47FE2DA1.3060109@yahoo.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
>
> Joel J. Adamson wrote:
>> Carsten Dominik <dominik@science.uva.nl> writes:
>>
>>
>>> Hi Jose, Manish
>>>
>>> I don't really think that it would be reasonable to make any entry
>>> that contains a string that looks like a time show up in the agenda.
>>>
>>
>> I think I missed part of this conversation.  If I put
>>
>> ** Wash the dog <2008-04-10 09:56 >
>>
>> in one of my org-agenda-files, it shows up at 9:56 in the agenda
>> time-grid.  Is this not the intended behavior?
>>
>> Joel
>>
>>
> Yes, that is intended behavior and it works fine. The question was
> whether a time range without a time-stamp would work as well.  
> something
> like...
>
> ** 9:55 am - 10:15 am wash the dog
> - would put this task in "today's" agenda view.
>
> I see Carsten's  point about not wanting to recognize any arbitrary  
> text
> string which looks like a time to be considered a
> "time-of-specification". A possible compromise is to have a string  
> which
> looks like "<10:15-10:30> " to be considered as a task for today which
> appears @ the appropriate time in the agenda view. The beauty is that
> (a) you avoid having to type in extra keystrokes to schedule it, (b)  
> no
> need to clutter with an additional date and (c) if it doesn't get done
> or something, when I do the agenda view tomorrow, it shows up there as
> well and it doesn't get lost.
>
> Of course, I may be asking for things that may have other negative
> implications, since after all, I'm still a rookie with org mode (still
> wet behind the ears) and maybe there are better approaches to  
> this.  :-)
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.gnu.org/pipermail/emacs-orgmode/attachments/20080410/156bb882/attachment.html
>
> ------------------------------
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
> End of Emacs-orgmode Digest, Vol 26, Issue 23
> *********************************************

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

* Re: Agenda view for logging?
  2008-04-10 15:42                 ` Richard G Riley
@ 2008-04-10 16:46                   ` Joel J. Adamson
  0 siblings, 0 replies; 15+ messages in thread
From: Joel J. Adamson @ 2008-04-10 16:46 UTC (permalink / raw)
  To: Richard G Riley; +Cc: org-mode

Richard G Riley <rileyrgdev@googlemail.com> writes:

> Hello, , Joel J. Adamson! 

Hello, are you just being friendly or do we know each other IRL?

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.

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

* Re: Agenda view for logging?
  2008-04-10 16:36 Agenda view for logging? bva
@ 2008-04-11 15:09 ` Jose Robins
  2008-04-11 22:42   ` Carsten Dominik
  0 siblings, 1 reply; 15+ messages in thread
From: Jose Robins @ 2008-04-11 15:09 UTC (permalink / raw)
  To: bva; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 5998 bytes --]

Hi Ben,
Thanks for your detailed response. Your arguments make perfect sense. 
Let me try to get into the habit of "scheduling" and putting 
"deadlines". It's all a question of learning new habits and sticking to it.

Regards,
Jose

bva@alexanderonline.org wrote:
> Hi Jose,
>
> I'm also still very much a rookie, in GTD and in org-mode. But I'd 
> argue against added one more way to add something to the agenda time 
> grid.  Things show up in the time grid if
> 1) you use C-c C-s (adds SCHEDULED: property to headline)
> 2) you use C-c C-d (adds DEADLINE: property to headline)
> 3) you use C-u C-c . (inserts timestamp at point; headline will show 
> up in agenda)
>
> As a novice, I've come to the belief that these multiple ways of 
> 'scheduling' (I mean only that a line of text is added to the agenda) 
> have grown organically from org-mode's past, by not dropping an older, 
> simpler way, but adding a new mechanism for a specific type of 
> time-management problem. Each one has its own small differences in how 
> it interacts with other features of org-mode to support the specific 
> issue it addresses (deadlines show up in red, e.g.)
>
> I offer the following thoughts quite humbly, knowing that I'm likely 
> among the least effective time-manager and org-mode user on this list.
>
>
> In response to your concerns
> a) no need to type extra characters
> response: perhaps you could try the commands listed above. You only 
> need to type the time-range, and org-mode fills in the rest
>
> b) no need to clutter up with the date
> response: SCHEDULED and DEADLINE properties can be folded under the 
> headline (in fact, they can be put into the PROPERTY drawer, if you'd 
> really like to hide them. And there's no extra date verbage in the 
> time grid (and I think there is a customization for removing the word 
> 'Scheduled' if you don't like it, but I haven't decided to dislike it 
> *that* much.  It's the default and I trust it's there for a good reason)
>
> c) if I miss it today, it'll show up tomorrow
> response: So if you've missed washing the dog today at 9:56, why 
> should that task be automatically rescheduled for tomorrow *at the 
> exact same time*.  If missing the appointed time and date doesn't 
> prevent you from doing that task, then perhaps you could make it a 
> TODO item that shows up on the global todo list instead.  If you 
> actually did the task, but didn't get around to changing your 
> headline, then it's there for you to deal with inappropriately.
>
> Oh, and if you have a normal date+timestamp, then you find the 
> headline and hit S-<right> to move the day forward by one, so the 
> manual rescheduling isn't hard either.  So if you glance at 
> yesterday's agenda, and see something in the wrong place, it's easy to 
> move forward.  This works in the agenda, in the org-mode buffer, and 
> you only need to get point somewhere inside or next to the timestamp 
> (I use C-u C-u <arrow> alot, which isn't very precise, so I appreciate 
> that I don't have to get the point to a specific character)
>
> I hope you like key-board shortcuts (or you're going to go crazy with 
> emacs, much less org-mode!)
>
> Respectfully yours,
>
> Ben
>
> On 2008-04-10 Thu, at 16:35, emacs-orgmode-request@gnu.org wrote:
>>
>> Message: 6
>> Date: Thu, 10 Apr 2008 08:09:21 -0700
>> From: Jose Robins <wulfhomme13-rook@yahoo.com>
>> Subject: Re: [Orgmode] Agenda view for logging?
>> To: "Joel J. Adamson" <jadamson@partners.org>
>> Cc: org-mode <emacs-orgmode@gnu.org>
>> Message-ID: <47FE2DA1.3060109@yahoo.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>>
>>
>> Joel J. Adamson wrote:
>>> Carsten Dominik <dominik@science.uva.nl> writes:
>>>
>>>
>>>> Hi Jose, Manish
>>>>
>>>> I don't really think that it would be reasonable to make any entry
>>>> that contains a string that looks like a time show up in the agenda.
>>>>
>>>
>>> I think I missed part of this conversation.  If I put
>>>
>>> ** Wash the dog <2008-04-10 09:56 >
>>>
>>> in one of my org-agenda-files, it shows up at 9:56 in the agenda
>>> time-grid.  Is this not the intended behavior?
>>>
>>> Joel
>>>
>>>
>> Yes, that is intended behavior and it works fine. The question was
>> whether a time range without a time-stamp would work as well. something
>> like...
>>
>> ** 9:55 am - 10:15 am wash the dog
>> - would put this task in "today's" agenda view.
>>
>> I see Carsten's  point about not wanting to recognize any arbitrary text
>> string which looks like a time to be considered a
>> "time-of-specification". A possible compromise is to have a string which
>> looks like "<10:15-10:30> " to be considered as a task for today which
>> appears @ the appropriate time in the agenda view. The beauty is that
>> (a) you avoid having to type in extra keystrokes to schedule it, (b) no
>> need to clutter with an additional date and (c) if it doesn't get done
>> or something, when I do the agenda view tomorrow, it shows up there as
>> well and it doesn't get lost.
>>
>> Of course, I may be asking for things that may have other negative
>> implications, since after all, I'm still a rookie with org mode (still
>> wet behind the ears) and maybe there are better approaches to this.  :-)
>>
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: 
>> http://lists.gnu.org/pipermail/emacs-orgmode/attachments/20080410/156bb882/attachment.html 
>>
>>
>> ------------------------------
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>>
>> End of Emacs-orgmode Digest, Vol 26, Issue 23
>> *********************************************
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

[-- Attachment #1.2: Type: text/html, Size: 8214 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Agenda view for logging?
  2008-04-11 15:09 ` Jose Robins
@ 2008-04-11 22:42   ` Carsten Dominik
  0 siblings, 0 replies; 15+ messages in thread
From: Carsten Dominik @ 2008-04-11 22:42 UTC (permalink / raw)
  To: Jose Robins; +Cc: bva, emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 6901 bytes --]


On Apr 11, 2008, at 5:09 PM, Jose Robins wrote:

> Hi Ben,
> Thanks for your detailed response. Your arguments make perfect  
> sense. Let me try to get into the habit of "scheduling" and putting  
> "deadlines". It's all a question of learning new habits and sticking  
> to it.

Actually, for simple agenda items, you don't need to schedule or put a  
deadline at all.  But you must, in addition to a time, also put a date.

Any of these will do:

* Staff meeting <2008-04-12 Sat 10:00-12:30>

* Staff meeting
   <2008-04-12 Sat 10:00-12:30>


* Staff meeting 10:00-12:30 <2008-04-12 Sat>

* Staff meeting 10:00-12:30
   <2008-04-12 Sat>


>
>
> Regards,
> Jose
>
> bva@alexanderonline.org wrote:
>>
>> Hi Jose,
>>
>> I'm also still very much a rookie, in GTD and in org-mode. But I'd  
>> argue against added one more way to add something to the agenda  
>> time grid.  Things show up in the time grid if
>> 1) you use C-c C-s (adds SCHEDULED: property to headline)
>> 2) you use C-c C-d (adds DEADLINE: property to headline)
>> 3) you use C-u C-c . (inserts timestamp at point; headline will  
>> show up in agenda)
>>
>> As a novice, I've come to the belief that these multiple ways of  
>> 'scheduling' (I mean only that a line of text is added to the  
>> agenda) have grown organically from org-mode's past, by not  
>> dropping an older, simpler way, but adding a new mechanism for a  
>> specific type of time-management problem. Each one has its own  
>> small differences in how it interacts with other features of org- 
>> mode to support the specific issue it addresses (deadlines show up  
>> in red, e.g.)
>>
>> I offer the following thoughts quite humbly, knowing that I'm  
>> likely among the least effective time-manager and org-mode user on  
>> this list.
>>
>>
>> In response to your concerns
>> a) no need to type extra characters
>> response: perhaps you could try the commands listed above. You only  
>> need to type the time-range, and org-mode fills in the rest
>>
>> b) no need to clutter up with the date
>> response: SCHEDULED and DEADLINE properties can be folded under the  
>> headline (in fact, they can be put into the PROPERTY drawer, if  
>> you'd really like to hide them. And there's no extra date verbage  
>> in the time grid (and I think there is a customization for removing  
>> the word 'Scheduled' if you don't like it, but I haven't decided to  
>> dislike it *that* much.  It's the default and I trust it's there  
>> for a good reason)
>>
>> c) if I miss it today, it'll show up tomorrow
>> response: So if you've missed washing the dog today at 9:56, why  
>> should that task be automatically rescheduled for tomorrow *at the  
>> exact same time*.  If missing the appointed time and date doesn't  
>> prevent you from doing that task, then perhaps you could make it a  
>> TODO item that shows up on the global todo list instead.  If you  
>> actually did the task, but didn't get around to changing your  
>> headline, then it's there for you to deal with inappropriately.
>>
>> Oh, and if you have a normal date+timestamp, then you find the  
>> headline and hit S-<right> to move the day forward by one, so the  
>> manual rescheduling isn't hard either.  So if you glance at  
>> yesterday's agenda, and see something in the wrong place, it's easy  
>> to move forward.  This works in the agenda, in the org-mode buffer,  
>> and you only need to get point somewhere inside or next to the  
>> timestamp (I use C-u C-u <arrow> alot, which isn't very precise, so  
>> I appreciate that I don't have to get the point to a specific  
>> character)
>>
>> I hope you like key-board shortcuts (or you're going to go crazy  
>> with emacs, much less org-mode!)
>>
>> Respectfully yours,
>>
>> Ben
>>
>> On 2008-04-10 Thu, at 16:35, emacs-orgmode-request@gnu.org wrote:
>>>
>>> Message: 6
>>> Date: Thu, 10 Apr 2008 08:09:21 -0700
>>> From: Jose Robins <wulfhomme13-rook@yahoo.com>
>>> Subject: Re: [Orgmode] Agenda view for logging?
>>> To: "Joel J. Adamson" <jadamson@partners.org>
>>> Cc: org-mode <emacs-orgmode@gnu.org>
>>> Message-ID: <47FE2DA1.3060109@yahoo.com>
>>> Content-Type: text/plain; charset="iso-8859-1"
>>>
>>>
>>>
>>> Joel J. Adamson wrote:
>>>> Carsten Dominik <dominik@science.uva.nl> writes:
>>>>
>>>>
>>>>> Hi Jose, Manish
>>>>>
>>>>> I don't really think that it would be reasonable to make any entry
>>>>> that contains a string that looks like a time show up in the  
>>>>> agenda.
>>>>>
>>>>
>>>> I think I missed part of this conversation.  If I put
>>>>
>>>> ** Wash the dog <2008-04-10 09:56 >
>>>>
>>>> in one of my org-agenda-files, it shows up at 9:56 in the agenda
>>>> time-grid.  Is this not the intended behavior?
>>>>
>>>> Joel
>>>>
>>>>
>>> Yes, that is intended behavior and it works fine. The question was
>>> whether a time range without a time-stamp would work as well.  
>>> something
>>> like...
>>>
>>> ** 9:55 am - 10:15 am wash the dog
>>> - would put this task in "today's" agenda view.
>>>
>>> I see Carsten's  point about not wanting to recognize any  
>>> arbitrary text
>>> string which looks like a time to be considered a
>>> "time-of-specification". A possible compromise is to have a string  
>>> which
>>> looks like "<10:15-10:30> " to be considered as a task for today  
>>> which
>>> appears @ the appropriate time in the agenda view. The beauty is  
>>> that
>>> (a) you avoid having to type in extra keystrokes to schedule it,  
>>> (b) no
>>> need to clutter with an additional date and (c) if it doesn't get  
>>> done
>>> or something, when I do the agenda view tomorrow, it shows up  
>>> there as
>>> well and it doesn't get lost.
>>>
>>> Of course, I may be asking for things that may have other negative
>>> implications, since after all, I'm still a rookie with org mode  
>>> (still
>>> wet behind the ears) and maybe there are better approaches to  
>>> this.  :-)
>>>
>>>
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL: http://lists.gnu.org/pipermail/emacs-orgmode/attachments/20080410/156bb882/attachment.html
>>>
>>> ------------------------------
>>>
>>> _______________________________________________
>>> Emacs-orgmode mailing list
>>> Remember: use `Reply All' to send replies to the list.
>>> Emacs-orgmode@gnu.org
>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>>
>>>
>>> End of Emacs-orgmode Digest, Vol 26, Issue 23
>>> *********************************************
>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[-- Attachment #1.2: Type: text/html, Size: 9235 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

end of thread, other threads:[~2008-04-11 22:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-10 16:36 Agenda view for logging? bva
2008-04-11 15:09 ` Jose Robins
2008-04-11 22:42   ` Carsten Dominik
  -- strict thread matches above, loose matches on Subject: below --
2008-04-08 19:31 Jose Robins
2008-04-09  7:04 ` Manish
2008-04-09 17:00   ` Jose Robins
2008-04-09 17:22     ` Carsten Dominik
2008-04-09 19:56       ` Jose Robins
2008-04-10  4:30         ` Manish
2008-04-10 10:32           ` Carsten Dominik
2008-04-10 13:56             ` Joel J. Adamson
2008-04-10 15:09               ` Jose Robins
2008-04-10 15:42                 ` Richard G Riley
2008-04-10 16:46                   ` Joel J. Adamson
2008-04-10 13:55         ` Joel J. Adamson

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).