[Orgmode] automated link generation

2009-02-13 Thread Andreas Burtzlaff
First of all congratulations for this extraordinary helpful piece of software. I wonder whether it is possible to create a link (optionally with complete file information) for the headline the cursor is currently on and put it in the kill ring. That would speed things up quite a bit. Thanks

Re: [Orgmode] sorting and merging files

2009-02-13 Thread Carsten Dominik
On Feb 13, 2009, at 5:09 AM, Alan E. Davis wrote: I've gotten into a bit of a bind on sorting. A little explanation: I've been working at keeping the ~/org directory of three machines syncronized through a master repo on a USB flash drive. I've made a bit of progress, and for simple

Re: [Orgmode] Feature request: save ID locations in org-save-all-org-buffers

2009-02-13 Thread Peter Westlake
On 13 Feb 2009, at 07:25, Carsten Dominik wrote: On Feb 12, 2009, at 6:31 PM, Peter Westlake wrote: Carsten, Thank you for adding org-revert-all-org-buffers. It's very helpful with syncing. I would like to ask for another change to help with syncing: please have org-save-all-org-buffers

Re: [Orgmode] automated link generation

2009-02-13 Thread Manish
On Fri, Feb 13, 2009 at 3:41 PM, Andreas Burtzlaff wrote: First of all congratulations for this extraordinary helpful piece of software. I wonder whether it is possible to create a link (optionally with complete file information) for the headline the cursor is currently on and put it in the

[Orgmode] org-plot

2009-02-13 Thread Jörg Hagmann
I am interested in using org-plot, but can't figure out how to do that. I have (on OS X 10.5): 1. Gnuplot, works 2. gnuplot-mode, works 3. org version 6.22b 4. A line in .emacs: (local-set-key \M-\C-g 'org-plot/gnuplot) 5. a testfile containing the table from the manual (section 3.6) Now what?

Re: [Orgmode] org-plot

2009-02-13 Thread Giovanni Ridolfi
--- Ven 13/2/09, Jörg Hagmann joerg.hagm...@unibas.ch ha scritto: I am interested in using org-plot, but can't figure out how to do that. I have (on OS X 10.5): 1. Gnuplot, works 2. gnuplot-mode, works 3. org version 6.22b 4. A line in .emacs: (local-set-key \M-\C-g 'org-plot/gnuplot)

Re: [Orgmode] org-plot

2009-02-13 Thread Sebastian Rose
Jörg Hagmann joerg.hagm...@unibas.ch writes: I am interested in using org-plot, but can't figure out how to do that. I have (on OS X 10.5): 1. Gnuplot, works 2. gnuplot-mode, works 3. org version 6.22b 4. A line in .emacs: (local-set-key \M-\C-g 'org-plot/gnuplot) 5. a testfile containing

Re: [Orgmode] org-plot

2009-02-13 Thread Jörg Hagmann
No. There is no org-plot/gnuplot. I thought it should be included in recent versions of org? I'm sure, not being an expert (but enthusiastic) user of org-mode, it's a very basic mistake of mine. Thanks, Jörg Giovanni Ridolfi wrote: --- Ven 13/2/09, Jörg Hagmann joerg.hagm...@unibas.ch ha

Re: [Orgmode] org-plot

2009-02-13 Thread Carsten Dominik
Let me try a guess: Jörg is activating Org-mode with (require 'org) instead of (require 'org-install) org-plot/gnuplot is an autoloaded function. Another work-around would be adding (require 'org-plot) to .emacs - Carsten On Feb 13, 2009, at 1:24 PM, Giovanni Ridolfi wrote:

Re: [Orgmode] org-plot

2009-02-13 Thread Jörg Hagmann
The version is 6.22b. What do you mean by activated? I'm regularly updating. On a second computer, running ubuntu 8.10, I have 6.22trans, but the same problem (no org-plot/gnuplot, when checking with M-x org- TAB). Cheers, Jörg Giovanni Ridolfi wrote No. There is no org-plot/gnuplot.

[Orgmode] clocktable agenda view?

2009-02-13 Thread David Bremner
I would like an agenda view that summaries the time for various projects for the current week. Something like a clocktable block, but that is dynamic (i.e. doesn't need a new file created) and allows navigation to the corresponding projects/files. I tried clocksum, but it gives the total times,

Re: [Orgmode] org-plot

2009-02-13 Thread Jörg Hagmann
Thanks, Carsten. I had neither (require 'org) nor (require 'org-install) in my .emacs file, with the latter it works fine. I must have missed the need for that (a search in the manual I performed just now didn't turn it up, I suppose that's why). Maybe I was lucky everything I tried till now

Re: [Orgmode] org-plot

2009-02-13 Thread Sebastian Rose
Jörg Hagmann joerg.hagm...@unibas.ch writes: Thanks, Carsten. I had neither (require 'org) nor (require 'org-install) in my .emacs file, with the latter it works fine. I must have missed the need for that (a search in the manual I performed just now didn't turn it up, I suppose that's why).

[Orgmode] Re: clocktable agenda view?

2009-02-13 Thread Bernt Hansen
David Bremner brem...@unb.ca writes: I would like an agenda view that summaries the time for various projects for the current week. Something like a clocktable block, but that is dynamic (i.e. doesn't need a new file created) and allows navigation to the corresponding projects/files. I

[Orgmode] Stuck projects not ignoring inherited tags

2009-02-13 Thread Paul Mead
Hi, I've tried to configure stuck projects to ignore my 'Someday / maybe' tree, by tagging the heading with 'someday' and then setting org-stuck-projects to ignore it. I've used Customize, but the code in .emacs comes out as: '(org-stuck-projects (quote (+LEVEL=2/-DONE (TODO WAITING AGENDA

[Orgmode] Mismatched help text for org-agenda

2009-02-13 Thread Jonathan Moore
The help text in the definition of org-agenda is missing some functions that are resented when you call the function interactively -- compare the two text blocks below: a Call `org-agenda-list' to display the agenda for current day or week. t Call `org-todo-list' to display the global

[Orgmode] DONE items in agenda

2009-02-13 Thread JBash
I have done something to break my desired behavior, which is to exclude DONE items from the agenda views. In the process of trying to fix it, I've run across what appears to be an inconsistency in the FAQ and the customize-variable definitions. Or maybe I'm interpreting it incorrectly... (quite

Re: [Orgmode] DONE items in agenda

2009-02-13 Thread Matthew Lundin
Hi Jerry, JBash bashve...@gmail.com writes: I have done something to break my desired behavior, which is to exclude DONE items from the agenda views. In the process of trying to fix it, I've run across what appears to be an inconsistency in the FAQ and the customize-variable definitions.

[Orgmode] Re: Org-choose

2009-02-13 Thread Tom Breton (Tehom)
Hi, Carsten. One more thought: I did read in another message that you are using an older version of Emacs? Emacs 21? I have a vague memory that split-string might work different there, with empty fields at the beginning and end I am not at all sure, though. It it has to to, maybe

[Orgmode] Now with patch (Was Re: Org-choose)

2009-02-13 Thread Tom Breton (Tehom)
The previous message would have worked better if I had actually remembered to attach the patch. Here it is. Tom Breton (Tehom) org-choose.el.diff Description: Binary data ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

Re: [Orgmode] DONE items in agenda

2009-02-13 Thread JBash
Thank you, Matt. A followup... I've discovered that after setting the org-agenda-skip-scheduled-if-done to non-nil, I was still getting DONE items in my agenda view. I then realized that I'd changed the org-todo-keywords recently to: (setq org-todo-keywords '(TODO STARTED WAITING DONE

Re: [Orgmode] DONE items in agenda

2009-02-13 Thread Sebastian Rose
JBash bashve...@gmail.com writes: Thank you, Matt. A followup... I've discovered that after setting the org-agenda-skip-scheduled-if-done to non-nil, I was still getting DONE items in my agenda view. I then realized that I'd changed the org-todo-keywords recently to: (setq

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

2009-02-13 Thread Wanrong Lin
Hi, Recently I began to use org-timeline more frequently, and find the log mode including inactive timestamps very useful for things like activity report. However, there seems to be a small glitch: In the timeline agenda buffer, when press g (org-agenda-redo), the inactive timestamp is

[Orgmode] Re: Org-choose

2009-02-13 Thread Carsten Dominik
Hi Tom, thanks, this patch seems to fix at least the problem I was having. I see that you now require 'cl also during runtime, which is probably (?) because you are also calling some functions, not only macros? If we decide to move org-choose into the Org core at some point, then we would have

[Orgmode] Re: Org-choose

2009-02-13 Thread Tom Breton (Tehom)
Hi Tom, thanks, this patch seems to fix at least the problem I was having. Glad to hear it! I see that you now require 'cl also during runtime, which is probably (?) because you are also calling some functions, not only macros? Yes. The configuration difficulties made me think about

[Orgmode] ellipsis request; also inconsistency followup

2009-02-13 Thread Samuel Wales
The logbook feature is fantastic. Thank you, Carsten. Although this is workable around by making trailing blank lines not split the outline, it seems worth pointing out the inconsistency for completeness. With the same settings as before, with the latest git, c-c c-x p ordered RET t RET creates