Re: [Orgmode] Re: time tracking common activities

2009-02-20 Thread J Aaron Farr
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. >

[Orgmode] Re: minor option conflict

2009-02-20 Thread Samuel Wales
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

Re: [Orgmode] indenting plan list items

2009-02-20 Thread Sebastian Rose
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

Re: [Orgmode] indenting plan list items

2009-02-20 Thread Sebastian Rose
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

Re: [Orgmode] Re: time tracking common activities

2009-02-20 Thread Sebastian Rose
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'

Re: [Orgmode] Re: Release 6.23

2009-02-20 Thread Wanrong Lin
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

[Orgmode] org-agenda-log-mode-items

2009-02-20 Thread Matthew Lundin
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.

Re: [Orgmode] FR: Define Latex macros from export header

2009-02-20 Thread Russell Adams
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

[Orgmode] Jump to Heading Body, Create Plain List Item

2009-02-20 Thread Peter Jones
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

Re: [Orgmode] Re: time tracking common activities

2009-02-20 Thread Matthew Lundin
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

[Orgmode] Re: time tracking common activities

2009-02-20 Thread Bernt Hansen
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

[Orgmode] Re: time tracking common activities

2009-02-20 Thread Peter Jones
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

[Orgmode] indenting plan list items

2009-02-20 Thread Rainer Stengele
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

[Orgmode] Re: time tracking common activities

2009-02-20 Thread Bernt Hansen
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

Re: [Orgmode] Re: Release 6.23

2009-02-20 Thread Carsten Dominik
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

Re: [Orgmode] scheduled item taking time from inactive time stamp

2009-02-20 Thread Eric S Fraga
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?

Re: [Orgmode] time tracking common activities

2009-02-20 Thread Jason F. McBrayer
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

Re: [Orgmode] scheduled item taking time from inactive time stamp

2009-02-20 Thread Carsten Dominik
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

Re: [Orgmode] scheduled item taking time from inactive time stamp

2009-02-20 Thread Eric S Fraga
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

Re: [Orgmode] scheduled item taking time from inactive time stamp

2009-02-20 Thread Matthew Lundin
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 ___

Re: [Orgmode] scheduled item taking time from inactive time stamp

2009-02-20 Thread Eric S Fraga
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,

Re: [Orgmode] scheduled item taking time from inactive time stamp

2009-02-20 Thread Eric S Fraga
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

Re: [Orgmode] time tracking common activities

2009-02-20 Thread David Bremner
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

[Orgmode] time tracking common activities

2009-02-20 Thread J Aaron Farr
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

[Orgmode] Re: Release 6.23

2009-02-20 Thread Leo
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

Re: [Orgmode] scheduled item taking time from inactive time stamp

2009-02-20 Thread Carsten Dominik
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

Re: [Orgmode] scheduled item taking time from inactive time stamp

2009-02-20 Thread Giovanni Ridolfi
--- 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

Re: [Orgmode] "export and browse" invokes lynx?

2009-02-20 Thread Giovanni Ridolfi
--- 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

[Orgmode] Re: [PATCH] Makes diary sexps appear correct in agenda views.

2009-02-20 Thread Mikael Fornius
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

[Orgmode] Diary sexps in agenda

2009-02-20 Thread Mikael Fornius
(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

[Orgmode] Release 6.23

2009-02-20 Thread Carsten Dominik
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

[Orgmode] "export and browse" invokes lynx?

2009-02-20 Thread Yuval Hager
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

[Orgmode] scheduled item taking time from inactive time stamp

2009-02-20 Thread Eric S Fraga
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

Re: [Orgmode] Bug: editing priority in column view

2009-02-20 Thread Carsten Dominik
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)))

Re: [Orgmode] Bug? org-timeline, log mode, inactive timestamp

2009-02-20 Thread Carsten Dominik
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

Re: [Orgmode] Feature improvement request: editing TODO keyword in column view

2009-02-20 Thread Carsten Dominik
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

Re: [Orgmode] [PATCH] Makes diary sexps appear correct in agenda views.

2009-02-20 Thread Carsten Dominik
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

Re: [Orgmode] Problems with refiling

2009-02-20 Thread Carsten Dominik
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

Re: [Orgmode] FR: Define Latex macros from export header

2009-02-20 Thread Carsten Dominik
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