Bernt Hansen <[EMAIL PROTECTED]> writes:
> cezar <[EMAIL PROTECTED]> writes:
>
>> 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 MyRailsProjec
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 cou
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 i
Hi,
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 might be able to do that by putting
those states into the DONE state and adding (setq org-log-done t) into
the c
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
cezar <[EMAIL PROTECTED]> writes:
> 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
> ~/MyRa
thanks.
thats ok when starting with an org file.
But having to continue to edit existing TWiki files that does not help
and I would at least really like to use the outlining features of org.
rainer
Russell Adams schrieb:
I export org files into TWiki with the following Carten posted:
perl
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
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 hand
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
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 di
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!
Just try M-x org-store-link in a Gnus group or in a message, it will
make a link to the me
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...?
T
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
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
__
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 ht
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 i
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 o
Wanrong Lin <[EMAIL PROTECTED]> writes:
> Also, I think probably the manual should be changed as it says "C-c C-c"
> does quick TODO selection. The original text:
Fixed, thanks!
--
Bastien
___
Emacs-orgmode mailing list
Remember: use `Reply All' to
Yes, this works for me now. Thanks a lot.
I though once I have those "(t)", "(s)" defined in the TODO keyword, I
will have one-key access to the TODO keywords.
Also, I think probably the manual should be changed as it says "C-c C-c"
does quick TODO selection. The original text:
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
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 --.
>
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 tag
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 --.
| ''
|
|
Wanrong Lin <[EMAIL PROTECTED]> writes:
> 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. Th
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 m
26 matches
Mail list logo