On Sat 21 Feb 2009 00:01, Matthew Lundin wrote:
> The easiest way to do this is via the agenda. Simply type "I" and you
> will clock into the task. Type "X" to clock out. If you set the variable
> org-clock-in-switch-to-state you can automatically clock in when
> switching to a particular todo.
>
It is org-adapt-indentation that when set to nil causes the unexpected
blank line when changing todo state.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo
In that case it works, if you insert the the first item like this:
- list of simple todos:
- item1
- item2
- item3
and then re-align the entire list using `M-S left/right'
Regards,
Sebastian
Rainer Stengele writes:
> sorry if this is basic stuff I overlooked - I just cannot
Hi Rainer,
it's true. The
M-S left/right(un/indent including children)
versus
M left/right (un/indent item on current line only)
behaviour is missing for plain lists. I believe it was in when I started
to use Org-mode. Is this feature gone for a reason?
Headlines still behave t
Matthew Lundin writes:
> Hi Peter,
>
> Peter Jones writes:
>
>> David Bremner writes:
>>> J Aaron Farr wrote:
I'm using org-mode to track my time on projects and todo items, but
I'd also like to start tracking time I spend on things such as my
email, reading rss feeds, etc. I'
Hi,
Glad to have different faces for TODO keywords now in HTML export. I
would think it is logical to extend that idea to tags too. Anybody
agrees? Thank you.
Wanrong
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the
I have set the variable org-agenda-log-mode-items as follows:
(setq org-agenda-log-mode-items '(closed state))
In the past, this would show me dates and times when items either closed
or changed states.
With one of the recent updates to org-mode, however, the log no longer
shows state changes.
On Fri, Feb 20, 2009 at 11:05:03AM +0100, Carsten Dominik wrote:
>
> On Feb 19, 2009, at 9:02 PM, Russell Adams wrote:
>
>> Carsten,
>>
>> I was thinking of just exporting all key/value pairs in the header
>> with
>> an org prefix (no - or _ or /, ie: "orgAUTHOR").
>
> OK, try
>
> (setq org-expor
I've been reading through the code, and I don't think this is possible
yet, but I wanted to double check before I wrote something.
I'd like a function that would do the following:
1) Move to the "body" of a heading (skipping drawers and the like)
2) Create the "body" if necessary (when there a
Hi Peter,
Peter Jones writes:
> David Bremner writes:
>> J Aaron Farr wrote:
>>>
>>>I'm using org-mode to track my time on projects and todo items, but
>>>I'd also like to start tracking time I spend on things such as my
>>>email, reading rss feeds, etc. I'd prefer to continue to use
>>>org-m
Bernt Hansen writes:
> David Bremner writes:
>
>> J Aaron Farr wrote:
>>
>>>I'm using org-mode to track my time on projects and todo items, but
>>>I'd also like to start tracking time I spend on things such as my
>>>email, reading rss feeds, etc. I'd prefer to continue to use
>>>org-mode for th
David Bremner writes:
> J Aaron Farr wrote:
>>
>>I'm using org-mode to track my time on projects and todo items, but
>>I'd also like to start tracking time I spend on things such as my
>>email, reading rss feeds, etc. I'd prefer to continue to use
>>org-mode for that so that all my time tracking
sorry if this is basic stuff I overlooked - I just cannot find it in the org
manual.
Having
- item1
- item2
- item3
- ...
I often end up adding a line to the top like:
- list of simple todos:
- item1
- item2
- item3
- ...
Being with point on the first line I would then simply like to indent
David Bremner writes:
> J Aaron Farr wrote:
>
>>I'm using org-mode to track my time on projects and todo items, but
>>I'd also like to start tracking time I spend on things such as my
>>email, reading rss feeds, etc. I'd prefer to continue to use
>>org-mode for that so that all my time tracking
On Feb 20, 2009, at 1:14 PM, Leo wrote:
On 2009-02-20 10:23 +, Carsten Dominik wrote:
I have released version 6.23 of org-mode. This is a release with
some
important changes, and I recommend to read the release notes
carefully.
Will this or its bug fix release get into 23.1? I do hope
Carsten Dominik writes:
> > However, my original question still stands: does it really make sense
> > for org-mode's agenda view to take the "time" for an activity that has
> > been scheduled for that day from an inactive time stamp when the
> > active one in the SCHEDULE entry has no time element?
J Aaron Farr writes:
> I'm wondering if anyone has any better ideas or sees some particular
> flaw to this approach. I thought about creating a daily repeating event
> for things like email, but then the clock section would eventually get
> huge, right?
I do exactly this for my daily processing
On Feb 20, 2009, at 3:08 PM, Eric S Fraga wrote:
Matthew Lundin writes:
Hi Eric,
Eric S Fraga , Eric S Fraga
writes:
Would something like
* TODO $U %?
still work (or with %t instead of %U obviously)?
I just tried this and it worked for me (i.e., showed up in the
agenda).
But I'm su
Matthew Lundin writes:
> Hi Eric,
>
> Eric S Fraga , Eric S Fraga
> writes:
>
> > Would something like
> >
> > * TODO $U %?
> >
> > still work (or with %t instead of %U obviously)?
>
> I just tried this and it worked for me (i.e., showed up in the agenda).
> But I'm sure there are finer point
Hi Eric,
Eric S Fraga , Eric S Fraga
writes:
> Would something like
>
> * TODO $U %?
>
> still work (or with %t instead of %U obviously)?
I just tried this and it worked for me (i.e., showed up in the agenda).
But I'm sure there are finer points that I'm missing.
Best,
Matt
___
Carsten Dominik writes:
> Either that, or use a template so that the time will
> be put into the second line. The way you have done it now,
> the line will ne even be recognized as a TODO entry because
> the word TODO is not the first in the headline.
Duh! I do feel rather silly now...
> Thus,
Giovanni Ridolfi writes:
> --- Ven 20/2/09, Eric S Fraga ha scritto:
> > I often create tasks for myself using remember which
> > automatically
> > puts an inactive time stamp on the headline of the item. I
> > then
> > subsequently "schedule" the job so that I end up
> > with something like this
J Aaron Farr wrote:
>I'm using org-mode to track my time on projects and todo items, but
>I'd also like to start tracking time I spend on things such as my
>email, reading rss feeds, etc. I'd prefer to continue to use
>org-mode for that so that all my time tracking is in one place with
>one syste
I'm using org-mode to track my time on projects and todo items, but I'd
also like to start tracking time I spend on things such as my email,
reading rss feeds, etc. I'd prefer to continue to use org-mode for that
so that all my time tracking is in one place with one system.
My current thought is
On 2009-02-20 10:23 +, Carsten Dominik wrote:
> I have released version 6.23 of org-mode. This is a release with some
> important changes, and I recommend to read the release notes
> carefully.
Will this or its bug fix release get into 23.1? I do hope so tho.
Best wishes,
--
.: Leo :. [ sdl
On Feb 20, 2009, at 12:36 PM, Giovanni Ridolfi wrote:
--- Ven 20/2/09, Eric S Fraga ha scritto:
I often create tasks for myself using remember which
automatically
puts an inactive time stamp on the headline of the item. I
then
subsequently "schedule" the job so that I end up
with something l
--- Ven 20/2/09, Eric S Fraga ha scritto:
> I often create tasks for myself using remember which
> automatically
> puts an inactive time stamp on the headline of the item. I
> then
> subsequently "schedule" the job so that I end up
> with something like this:
>
> *** [2009-02-18 Wed 17:55] TODO
--- Ven 20/2/09, Yuval Hager ha scritto:
> Although I have 'browse-url-browser-function' set
> up correctly
> (browse-url-kde), when I try to "export and browse
> immediately", it fires
> lynx, which is not what I want.
>
> I dug up a bit, and found that it uses org-file-apps
> instead, but I c
Thanks for you reply, I now understand that this is the intended beavior
and I should use %%( at beginnig of line.
I just found out my self :-) anyway
thanks a lot, now I am happy!
--
Mikael Fornius
___
Emacs-orgmode mailing list
Remember: use `Reply
(The patch is wrong, I had misunderstood, as I suspected, sorry.)
The problem was that I used < and > around the diary sexp when you
apparently should not.
You can but then the line after the sexp is not showed in the agenda.
It works correct if %%(...) is at beginning of line, with no <> braces
Hi,
I have released version 6.23 of org-mode. This is a release
with some important changes, and I recommend to read the
release notes carefully.
Changes in Version 6.23
===
Overview
~
- Capture state change notes into a drawer
- Clock lines are now captured into
Hi,
Although I have 'browse-url-browser-function' set up correctly
(browse-url-kde), when I try to "export and browse immediately", it fires
lynx, which is not what I want.
I dug up a bit, and found that it uses org-file-apps instead, but I can't
decipher how to use/modify it (obviously I am l
Hello,
I often create tasks for myself using remember which automatically
puts an inactive time stamp on the headline of the item. I then
subsequently "schedule" the job so that I end up with something like this:
*** [2009-02-18 Wed 17:55] TODO do something really interesting
SCHEDULED: <200
Fixed, thanks.
- Carsten
On Feb 19, 2009, at 5:43 PM, Wanrong Lin wrote:
Hi,
I have a column view configuration like this:
(setq org-columns-default-format (format "%%%iITEM(Task) %%10TODO %
%20SCHEDULED %%1PRIORITY(P) %%TAGS(TAGS) %%6Effort(EST){:} %
%CLOCKSUM(CLK)" (- fill-column 24)))
Hi Wanrong,
I understand now what you mean.
I don't want to make the full mode right now, so please
keep pressing "[" to get this special display.
- Carsten
On Feb 16, 2009, at 5:48 PM, Wanrong Lin wrote:
Maybe my config is wrong, but I did not see any customization on
this part. So here
On Feb 19, 2009, at 5:50 PM, Wanrong Lin wrote:
Hi,
Right now in the column view when I press "e" in a "TODO" field, the
TODO keyword rotates. This creates a lot garbage state change log
entries. Can we change this to fast todo selection like "C-c C-
t" (or "t" in agenda buffer), when "or
Hi Michael,
The <%%(diary-function)> format is really for DEADLINE and scheduled.
If you want to use diary-like entries, also including the text
after the function call, the idea is that you place these lines
directly in the buffer, exactly like you would in the diary buffer:
* Today is the 17
On Feb 19, 2009, at 6:32 PM, Peter Westlake wrote:
On Thu, 19 Feb 2009 16:29 +0100, "Carsten Dominik"
wrote:
Hi Peter,
I am still having problems reproducing.
...
What am I missing?
The answer appears to be: partial-completion-mode.
I repeated the steps exactly, then tried again on a ma
On Feb 19, 2009, at 9:02 PM, Russell Adams wrote:
Carsten,
I was thinking of just exporting all key/value pairs in the header
with
an org prefix (no - or _ or /, ie: "orgAUTHOR").
OK, try
(setq org-export-latex-import-inbuffer-stuff t)
We don't need to pick any specific ones. The only
39 matches
Mail list logo