[Orgmode] Re: Include FAQ to info? (was: Org-FAQ request for full-text dump)

2010-05-16 Thread Carsten Dominik
Hi Matt, no, org-help.org is not about the FAQ, it is a separate document, like a quick reference, made by Alan Davis. It is more than the refcard, less than the manual. It seems to live here: http://osdir.com/ml/attachments/orgF54hhOaC48.org Get in touch with Alan at lngn...@gmail.com

Re: [Orgmode] [patch] org-id: New org-id-method 'uuid' w/ elisp function that creates random uuid

2010-05-16 Thread David Maus
Carsten Dominik wrote: - `org-id-new' uses uuidgen if present and falls back to the elisp function otherwise I like that. WOuld you like to modify your patch accordingly? Yes, I'll do that. Just for the records: using the elisp function as fall back for the external program changes the

Re: [Orgmode] [patch] org-id: New org-id-method 'uuid' w/ elisp function that creates random uuid

2010-05-16 Thread Carsten Dominik
On May 16, 2010, at 11:14 AM, David Maus wrote: Carsten Dominik wrote: - `org-id-new' uses uuidgen if present and falls back to the elisp function otherwise I like that. WOuld you like to modify your patch accordingly? Yes, I'll do that. Just for the records: using the elisp function

[Orgmode] Re: Include FAQ to info? (was: Org-FAQ request for full-text dump)

2010-05-16 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: Hi Matt, no, org-help.org is not about the FAQ, it is a separate document, like a quick reference, made by Alan Davis. It is more than the refcard, less than the manual. It seems to live here:

Re: [Orgmode] [patch] org-id: New org-id-method 'uuid' w/ elisp function that creates random uuid

2010-05-16 Thread David Maus
Carsten Dominik wrote: On May 16, 2010, at 11:14 AM, David Maus wrote: Carsten Dominik wrote: - `org-id-new' uses uuidgen if present and falls back to the elisp function otherwise I like that. WOuld you like to modify your patch accordingly? Yes, I'll do that. Just for the records:

[Orgmode] Re: Clocking in the current task should clock it out first

2010-05-16 Thread John Wiegley
On Mar 22, 2010, at 8:25 PM, Bernt Hansen wrote: I can't get the clock resolution/idle time code to do anything really useful in my setup. If I do org-resolve-clocks when my current task is clocking it asks for how many minutes to keep etc, and then clocks in from *now* leaving a hole in my

[Orgmode] error loading org-mode

2010-05-16 Thread Daniel Goldin
Non-programmer type here. I pulled the latest release from git. Now I get an error when I load org-mode: Symbol's value is void: calendar-mode-map Any thoughts? d. -- Daniel Goldin 213.926.1960 ___ Emacs-orgmode mailing list Please use `Reply All'

Re: [Orgmode] Persistent filters in Org mode

2010-05-16 Thread Thomas Morgan
Hi, Carsten, Thanks for your reply. I've been thinking about this -- please forgive my lateness... Do you envision a new variable for a persistent filter, independent of `org-agenda-filter'? As it stands, one can only make `org-agenda-filter' persistent or transient by toggling

[Orgmode] Code snippet for Message Sequence Diagram export

2010-05-16 Thread Juan
Hi, The following code adds an export block of type 'mscgen'. The block body will be processed by the mscgen application. Sort of works, not very tested yet. ;;; org-exp-mscgen.el --- message sequence chart support for org-export ;; Copyright (C) 2010 ;; Free Software Foundation, Inc. ;;

[Orgmode] Re: Clocking in the current task should clock it out first

2010-05-16 Thread Bernt Hansen
John Wiegley jwieg...@gmail.com writes: On Mar 22, 2010, at 8:25 PM, Bernt Hansen wrote: I can't get the clock resolution/idle time code to do anything really useful in my setup. If I do org-resolve-clocks when my current task is clocking it asks for how many minutes to keep etc, and then

Re: [Orgmode] Pretty org-entities in org-mode buffers

2010-05-16 Thread Eric Schulte
Hi Carsten, Thanks for folding in this feature. I'm having some weird issues using the new entities display. The entities are not fontified in my org-mode buffers despite having set the org-pretty-entities variable to t. However if I search `isearch-forward-regexp' for the \\ character in the

[Orgmode] Lazy project definitions

2010-05-16 Thread Bernt Hansen
Hi, I've been using the definition that all LEVEL 2 tasks are projects for a long time. Recently I tried switching to explicitly marked projects using a :project: tag (or PROJECT keyword) but I really dislike having to manually mark projects in my task lists. A project for me is basically any

[Orgmode] Agenda log mode with archives

2010-05-16 Thread Bernt Hansen
Hi Carsten, Today while playing with org-resolve clocks for John W. it found an open clock in one of my archives. I wanted to see the log mode (clocked time) on that Sunday in March but most of the entries have been archived at this point. I can view the agenda from only the archive file but I

[Orgmode] [PATCH] clock reports: Only include current clocking task when range includes task

2010-05-16 Thread Bernt Hansen
When org-clock-report-include-clocking-task is set we always add the current clocking task to the clock report. This is incorrect if you are looking at an agenda clock report for a time range that does not include the current clocking task (e.g. yesterday or last week). Now we only include the

[Orgmode] Re: [PATCH] clock reports: Only include current clocking task when range includes task

2010-05-16 Thread Bernt Hansen
Bernt Hansen be...@norang.ca writes: When org-clock-report-include-clocking-task is set we always add the current clocking task to the clock report. This is incorrect if you are looking at an agenda clock report for a time range that does not include the current clocking task (e.g. yesterday

[Orgmode] [PATCH] clock reports: Only include current clocking task when range includes task

2010-05-16 Thread Bernt Hansen
When org-clock-report-include-clocking-task is set we always add the current clocking task to the clock report. This is incorrect if you are looking at an agenda clock report for a time range that does not include the current clocking task (e.g. yesterday or last week). Now we only include the

Re: [Orgmode] error loading org-mode

2010-05-16 Thread Carsten Dominik
On May 16, 2010, at 9:40 PM, Daniel Goldin wrote: Non-programmer type here. I pulled the latest release from git. Now I get an error when I load org-mode: Symbol's value is void: calendar-mode-map Any thoughts? Please create and send us a backtrace - follow the instructions in

[Orgmode] Re: auto-fill in a body often insert a space?

2010-05-16 Thread sun yongke
2010/5/10 sun yongke sunyon...@gmail.com Hi,body: I am running the org-mode(6.34c-1) from the deb on emacs23 on ubuntu(lucid). I have turned on auto-fill and set fill-column when I use the command 'org-export-as-html',there are some spaces in where the auto-fill is. I want to modify