* Custom Agenda Commands tutorial
@ 2008-12-18 21:06 Matthew Lundin
2008-12-18 23:36 ` Carsten Dominik
0 siblings, 1 reply; 5+ messages in thread
From: Matthew Lundin @ 2008-12-18 21:06 UTC (permalink / raw)
To: emacs-orgmode
Hi everyone,
Since questions often arise on the list about custom agenda command
configuration, I tried my hand at writing a tutorial for Worg. My goal
was to describe the basic components of the configuration and to
provide a number of scenarios in which one might want to use custom
agenda commands. The new tutorial can be found here:
http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php
If you spot any errors, please feel free to email me or to fix them
yourself.
Also, a quick question about Worg for more experienced users. I added
a directory of images under my initials (mdl) to the "images"
directory in Worg, where other tutorial images reside. I was expecting
this directory to be published with the other static files, but it has
not yet made its way on to the website. Any ideas?
I hope the tutorial proves useful.
Regards,
Matt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Custom Agenda Commands tutorial
2008-12-18 21:06 Custom Agenda Commands tutorial Matthew Lundin
@ 2008-12-18 23:36 ` Carsten Dominik
2008-12-19 9:11 ` Jari Aalto
2008-12-19 17:47 ` mdl
0 siblings, 2 replies; 5+ messages in thread
From: Carsten Dominik @ 2008-12-18 23:36 UTC (permalink / raw)
To: Matthew Lundin; +Cc: emacs-orgmode
Hi Matthew,
the image directory in Worg is now published correctly, this was a
problem in our setup.
- Carsten
On Dec 18, 2008, at 10:06 PM, Matthew Lundin wrote:
>
> Hi everyone,
>
> Since questions often arise on the list about custom agenda command
> configuration, I tried my hand at writing a tutorial for Worg. My goal
> was to describe the basic components of the configuration and to
> provide a number of scenarios in which one might want to use custom
> agenda commands. The new tutorial can be found here:
>
> http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php
>
> If you spot any errors, please feel free to email me or to fix them
> yourself.
>
> Also, a quick question about Worg for more experienced users. I added
> a directory of images under my initials (mdl) to the "images"
> directory in Worg, where other tutorial images reside. I was expecting
> this directory to be published with the other static files, but it has
> not yet made its way on to the website. Any ideas?
>
> I hope the tutorial proves useful.
>
> Regards,
> Matt
>
>
>
>
>
>
>
>
>
> _______________________________________________
> 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] 5+ messages in thread
* Re: Custom Agenda Commands tutorial
2008-12-18 23:36 ` Carsten Dominik
@ 2008-12-19 9:11 ` Jari Aalto
2008-12-19 11:32 ` Carsten Dominik
2008-12-19 17:47 ` mdl
1 sibling, 1 reply; 5+ messages in thread
From: Jari Aalto @ 2008-12-19 9:11 UTC (permalink / raw)
To: emacs-orgmode
Bernt Hansen <bernt@norang.ca> writes:
> Jari Aalto <jari.aalto@cante.net> writes:
>
>> How do I force update of the [/] and [%] markers. Many times they
>> don't follow item are edited, added, copied manually.
>
> For a checkbox list just C-c C-c on any checkbox to change the state
> twice.
>
> For TODO subtasks change the todo keyword with shift-left and
> shift-right
Hm. What internal commands I could use to do the same? I have several
top level [/] markers that I'd to update at once. Stepping over them for
TODO task chnages is too much work as they go out of synch regularly.
Jari
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: Custom Agenda Commands tutorial
2008-12-19 9:11 ` Jari Aalto
@ 2008-12-19 11:32 ` Carsten Dominik
0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2008-12-19 11:32 UTC (permalink / raw)
To: Jari Aalto; +Cc: emacs-orgmode
Hi Jari,
how about checking out the Manual section about checkboxes?
It describes a command that will globally update all these
counters.
http://orgmode.org/manual/Checkboxes.html#Checkboxes
- Carsten
On Dec 19, 2008, at 10:11 AM, Jari Aalto wrote:
> Bernt Hansen <bernt@norang.ca> writes:
>
>> Jari Aalto <jari.aalto@cante.net> writes:
>>
>>> How do I force update of the [/] and [%] markers. Many times they
>>> don't follow item are edited, added, copied manually.
>>
>> For a checkbox list just C-c C-c on any checkbox to change the state
>> twice.
>>
>> For TODO subtasks change the todo keyword with shift-left and
>> shift-right
>
> Hm. What internal commands I could use to do the same? I have several
> top level [/] markers that I'd to update at once. Stepping over them
> for
> TODO task chnages is too much work as they go out of synch regularly.
>
> Jari
>
>
>
> _______________________________________________
> 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] 5+ messages in thread
* Re: Custom Agenda Commands tutorial
2008-12-18 23:36 ` Carsten Dominik
2008-12-19 9:11 ` Jari Aalto
@ 2008-12-19 17:47 ` mdl
1 sibling, 0 replies; 5+ messages in thread
From: mdl @ 2008-12-19 17:47 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
Carsten Dominik <dominik@science.uva.nl> writes:
> Hi Matthew,
>
> the image directory in Worg is now published correctly, this was a
> problem in our setup.
>
> - Carsten
Thanks. The images work fine now.
- Matt
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-12-19 17:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-18 21:06 Custom Agenda Commands tutorial Matthew Lundin
2008-12-18 23:36 ` Carsten Dominik
2008-12-19 9:11 ` Jari Aalto
2008-12-19 11:32 ` Carsten Dominik
2008-12-19 17:47 ` mdl
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.