[Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread Wanrong Lin
Hi, I am trying to get the quick TODO state switching work. I put the following line as in the online manual in my org file #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) | DONE(d) But when I press C-c C-c, I only see my tags in the selection window. The online manual does not elaborate on this

Re: [Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread Bastien
Wanrong Lin [EMAIL PROTECTED] writes: Did you try C-c C-t ? ,[ (info (org)TODO basics) ] | The most important commands to work with TODO entries are: | | `C-c C-t' | Rotate the TODO state of the current item among | | ,- (unmarked) - TODO - DONE --. |

Re: [Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread William Henney
On Feb 13, 2008 11:19 AM, Wanrong Lin [EMAIL PROTECTED] wrote: C-c C-t is what I have been using, but recently I am a little bit tired of the cycling (especially when I have 7 TODO states), so I wish to have something that can let me select a TODO state directly, like C-c C-c does for tags.

Re: [Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread Wanrong Lin
Did you try C-c C-t ? ,[ (info (org)TODO basics) ] | The most important commands to work with TODO entries are: | | `C-c C-t' | Rotate the TODO state of the current item among | | ,- (unmarked) - TODO - DONE --. | '' | |

Re: [Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread Hugo Schmitt
Wanrong, I have it configured like this: (setq org-todo-keywords '((sequence TODO(t) STARTED(s) WAITING(w) UNTESTED(u) | DONE(d) DEFERRED(f) CANCELLED(x (setq org-use-fast-todo-selection t) then all it takes is C-c C-t and then a key (t,s,w)... Cheers, Hugo On Feb

Re: [Orgmode] org 2 openoffice impress converter

2008-02-13 Thread Russell Adams
Why not use the existing Latex export to make a PDF presentation? On Wed, Feb 13, 2008 at 09:42:51PM +, Fabian Braennstroem wrote: Hi, Wouldn't it be great to create a presentation in emacs; at least the first outlining? Right now, when starting a new presentation I write my ideas

[Orgmode] org 2 openoffice impress converter

2008-02-13 Thread Fabian Braennstroem
Hi, Wouldn't it be great to create a presentation in emacs; at least the first outlining? Right now, when starting a new presentation I write my ideas and outline in orgmode, but switch to impress pretty soon and have to write most of it new; I am not able to transform the linked pictures

Re: [Orgmode] org 2 openoffice impress converter

2008-02-13 Thread Bastien Guerry
Hi Fabian, Fabian Braennstroem [EMAIL PROTECTED] writes: Wouldn't it be great to create a presentation in emacs; at least the first outlining? Sounds nice. So, what do you think about an org 2 openoffice impress converter...? The exporting process is probably pretty similar to the

Re: [Orgmode] org 2 openoffice impress converter

2008-02-13 Thread Bastien Guerry
Russell Adams [EMAIL PROTECTED] writes: Why not use the existing Latex export to make a PDF presentation? Yes, that's another way. Or maybe we could have a prosper exporter. Again, the plan is to make the exporter modular so that people can write extensions. -- Bastien

Re: [Orgmode] org 2 openoffice impress converter

2008-02-13 Thread Russell Adams
Funny thing is I wrote a shell script ages ago that turned emacs outlines into an html presentation. ;] I knew this would come up eventually. I'm trying to make good use of the latex exporter, and I'll focus on trying it there. On Wed, Feb 13, 2008 at 08:53:29PM +, Bastien Guerry wrote: Hi

[Orgmode] Re: org 2 openoffice impress converter

2008-02-13 Thread Fabian Braennstroem
Hi Bastien, Bastien Guerry schrieb am 02/13/2008 08:53 PM: Hi Fabian, Fabian Braennstroem [EMAIL PROTECTED] writes: Wouldn't it be great to create a presentation in emacs; at least the first outlining? Sounds nice. So, what do you think about an org 2 openoffice impress converter...?

[Orgmode] Use orgstruct-mode to edit TWiki Markup language ?

2008-02-13 Thread Rainer Stengele
Hi all, We (have to) use TWiki as a documentation tool in my company. I already use Emacs erin-mode to edit the TWiki pages which is not bad. What I am really mssing is something like the outline (folding) possibilities of org! I know org provides the orgstruct-mode, but the problem is the

[Orgmode] Re: org-mew.el

2008-02-13 Thread Tim Stewart
Bastien Guerry [EMAIL PROTECTED] writes: Tim Stewart [EMAIL PROTECTED] writes: Is there any functionality like this that works with GNUS? I could really use the ability to link to GNUS messages. Well, this has been in Org for a long time! Great! Just try M-x org-store-link in a Gnus

[Orgmode] category link idea

2008-02-13 Thread cezar
Hello, I was browsing my agenda buffer and I got hit by this idea: is it possible to have the categories linked ? For example I have this MyRailsProject in my agenda buffer and clicking the MyRailsProject: part should open up dired pointed at ~/MyRailsProject which could be pretty

Re: [Orgmode] Use orgstruct-mode to edit TWiki Markup language ?

2008-02-13 Thread Russell Adams
I export org files into TWiki with the following Carten posted: perl -ape 's/^\*+/--- . + x length($)/e' input.org output.txt On Wed, Feb 13, 2008 at 11:24:19PM +0100, Rainer Stengele wrote: Hi all, We (have to) use TWiki as a documentation tool in my company. I already use Emacs

Re: [Orgmode] Use orgstruct-mode to edit TWiki Markup language ?

2008-02-13 Thread Bastien Guerry
Rainer Stengele [EMAIL PROTECTED] writes: ---+ Headline Level 1 * text * text ---+ Headline Level 1 i. text1 i. text2 ---++ Headline Level 2 ---+++ Headline Level 3 --- Headline Level 4 I wonder if it would be possible to somehow locally set the regex which defines

Re: [Orgmode] Logging state change with timestamp, but without note

2008-02-13 Thread Bastien Guerry
Wanrong Lin [EMAIL PROTECTED] writes: I would like to record down the time stamp when a TODO item changed its state into some specific states (like DELEGATED), but I don't want to be prompt with a window for notes. I like the idea. Here is a patch against latest org.el from git that

[Orgmode] Re: org-mew.el

2008-02-13 Thread Tim Stewart
Hello The List, Bastien [EMAIL PROTECTED] writes: Here is org-mew.el: it lets you create links from and to Mew messages. Mew is another mailer for Emacs, written by Kazu Yamamoto. Very cool. Too bad I don't use Mew. :D Is there any functionality like this that works with GNUS? I could