Re: [Orgmode] Fill-paragraph and orgmode

2008-01-31 Thread Carsten Dominik
Hi Hugo, you need to look at the variables paragraph-start and paragraph- separate. You can use org-mode-hook to change them. I believe the following might do the trick (add-hook 'org-mode-hook (lambda () (org-set-local 'paragraph-separate \f\\|\\*+ \\|[ ]*$\\| [ \t]*[:|]\\|^[

Re: [Orgmode] Fill-paragraph and orgmode

2008-01-31 Thread Hugo Schmitt
Hi Carsten, Hm, almost, but i get the idea! This still fails (ok its not the same thing :) ** DONE title - State DONE [2008-01-16 qua 17:48] \\ words words words words words words words words after M-q on the end of 'words line' i get: ** DONE title - State DONE [2008-01-16

Re: [Orgmode] Agenda view of clocked items

2008-01-31 Thread Jurgen Defurne
On Tue, 29 Jan 2008 12:30:19 +0100 Jurgen Defurne [EMAIL PROTECTED] wrote: Should I rephrase this question ? What I would like is this. Given a clocked list like : ** TODO Item :CLOCK: [2008-01-30 15:22]--[2008-01-30 15:40] [2008-01-30 14:15]--[2008-01-30 15:00] [2008-01-30 13:01]--[2008-01-30

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Hugo Schmitt
Adam, i'm happy and sad with you last message. How come i never heard about edebug? I read every elisp tutorial out there (should have read the manual!) I've been putting (read-string debug msg) on my code for the past two years for tracing the execution... This totally rocks! Thanks a lot!

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 09:37:37AM +0100, Carsten Dominik wrote: Hi everyone, John Wiegley is being haunted by a strange bug and I have so far not been able to reproduce and fix it. So I would like to know if anyone else sees the same bug and can contribute observations that may help us to

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Carsten Dominik
On Jan 31, 2008, at 11:32 AM, Adam Spiers wrote: I haven't seen it, but could you perhaps make use of edebug (conditional) breakpoints to track it down, or edebug evaluation lists, or even `edebug-set-global-break-condition' ? Hi Adam, yes, if I could *reproduce* this bug, I would use these

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 07:59:01AM -0300, Hugo Schmitt wrote: Adam, i'm happy and sad with you last message. How come i never heard about edebug? I read every elisp tutorial out there (should have read the manual!) I've been putting (read-string debug msg) on my code for the past two years

Re: [Orgmode] Agenda view of clocked items

2008-01-31 Thread Carsten Dominik
Hi Jurgen, thanks for the clarification - I had understood, but had not yet had time to work on it. Org-mode routinely stops checking an entry after it has first been listed - but I do see your point and agree that it would be good to soo all clock entries when looking at the work done on a

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 12:25:45PM +0100, Carsten Dominik wrote: On Jan 31, 2008, at 11:32 AM, Adam Spiers wrote: I haven't seen it, but could you perhaps make use of edebug (conditional) breakpoints to track it down, or edebug evaluation lists, or even `edebug-set-global-break-condition' ?

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Carsten Dominik
On Jan 31, 2008, at 1:03 PM, Adam Spiers wrote: On Thu, Jan 31, 2008 at 12:25:45PM +0100, Carsten Dominik wrote: On Jan 31, 2008, at 11:32 AM, Adam Spiers wrote: I haven't seen it, but could you perhaps make use of edebug (conditional) breakpoints to track it down, or edebug evaluation

[Orgmode] Re: Strange bug, request for more info

2008-01-31 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: John Wiegley is being haunted by a strange bug and I have so far not been able to reproduce and fix it. So I would like to know if anyone else sees the same bug and can contribute observations that may help us to track this down. I believe I had a

Re: [Orgmode] commas in URLs?

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 06:43:25AM +0100, Carsten Dominik wrote: Yes, plain links are terminated by (among other) comma. Please enclose such links into ... or [[...]]] Ah, OK thanks! Just curious - what's the reasoning behind excluding commas? On Jan 30, 2008, at 7:53 PM, Adam Spiers

[Orgmode] Git repository

2008-01-31 Thread Carsten Dominik
Hi, I am considering the idea to move the org development to a public git repository. This is not yet sure and official, but if you want to take a look at the current state of the repository, check out http://repo.or.cz/w/org-mode.git -

Re: [Orgmode] commas in URLs?

2008-01-31 Thread Carsten Dominik
On Jan 31, 2008, at 3:46 PM, Adam Spiers wrote: On Thu, Jan 31, 2008 at 06:43:25AM +0100, Carsten Dominik wrote: Yes, plain links are terminated by (among other) comma. Please enclose such links into ... or [[...]]] Ah, OK thanks! Just curious - what's the reasoning behind excluding

[Orgmode] Re: Git repository

2008-01-31 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: I am considering the idea to move the org development to a public git repository. This is not yet sure and official, but if you want to take a look at the current state of the repository, check out http://repo.or.cz/w/org-mode.git \o/ :) I

[Orgmode] Re: Git repository

2008-01-31 Thread Carsten Dominik
On Jan 31, 2008, at 4:33 PM, Bernt Hansen wrote: Carsten Dominik [EMAIL PROTECTED] writes: I am considering the idea to move the org development to a public git repository. This is not yet sure and official, but if you want to take a look at the current state of the repository, check

Re: [Orgmode] Behavior Change/Bug: Agenda sorting of deadline items v 4.73

2008-01-31 Thread Carsten Dominik
Hi Eric, sorting should be by priority. Please check your values of org-agenda-sorting-strategy, and take a look at the priorities of the different items in the agenda by pressing P in the agenda. If that does not show what is wrong, I need to search, so let me know what ou find, please. -

[Orgmode] Behavior Change/Bug: Agenda sorting of deadline items v 4.73

2008-01-31 Thread Eric J Haywiser
I've noticed a change in the way org displays deadlines in the agenda starting sometime after v4.73. Before that time deadlines were displayed in chronological order. This is the behavior I expect. In the current org-5.16a and a number of versions before that the agenda items are in somewhat

Re: [Orgmode] Git repository

2008-01-31 Thread Phil Jackson
Carsten Dominik [EMAIL PROTECTED] writes: I am considering the idea to move the org development to a public git repository. This is a great move. Will you be taking on other core developers with push access? Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Nick Dokos
Adam Spiers [EMAIL PROTECTED] wrote: Delighted to be of use :-) C-u C-M-x is *so* useful ... I am perhaps being dense but what does this do? AFAICT, C-M-x is undefined. Version info: (GNU Emacs 22.1.50.2 (i686-pc-linux-gnu, GTK+ Version 2.10.11) of 2007-11-23) Thanks, Nick

Re: [Orgmode] Re: Git repository

2008-01-31 Thread Russell Adams
I'm a bazaar fan myself. I'd be curious if someone can point out where git is superior. ;] On Thu, Jan 31, 2008 at 04:39:50PM +0100, Carsten Dominik wrote: On Jan 31, 2008, at 4:33 PM, Bernt Hansen wrote: Carsten Dominik [EMAIL PROTECTED] writes: I am considering the idea to move the org

Re: [Orgmode] Re: Git repository

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 04:39:50PM +0100, Carsten Dominik wrote: On Jan 31, 2008, at 4:33 PM, Bernt Hansen wrote: Carsten Dominik [EMAIL PROTECTED] writes: I am considering the idea to move the org development to a public git repository. This would be superb! This is not yet sure and

[Orgmode] bug report: setting tags via %^G in remember template

2008-01-31 Thread Austin Frank
Hello! When I include a %^G in a remember template, I am prompted to enter tags whenever I use that template. I get tab completion for all tags that are in any agenda files. If I choose a tag that starts with @, for example @FUN, when the tags are written to the headline the leading @ is

Re: [Orgmode] Re: Git repository

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 10:01:13AM -0600, Russell Adams wrote: I'm a bazaar fan myself. I'd be curious if someone can point out where git is superior. ;] I can't remember the details, but I'm pretty sure that I saw reference to issues with the design of the underlying backend. The most obvious

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 11:19:00AM -0500, Nick Dokos wrote: Adam Spiers [EMAIL PROTECTED] wrote: Delighted to be of use :-) C-u C-M-x is *so* useful ... I am perhaps being dense but what does this do? AFAICT, C-M-x is undefined. Isn't it bound to `eval-defun' by default?

Re: [Orgmode] commas in URLs?

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 03:59:43PM +0100, Carsten Dominik wrote: On Jan 31, 2008, at 3:46 PM, Adam Spiers wrote: On Thu, Jan 31, 2008 at 06:43:25AM +0100, Carsten Dominik wrote: Yes, plain links are terminated by (among other) comma. Please enclose such links into ... or [[...]]] Ah, OK

Re: [Orgmode] Re: Git repository

2008-01-31 Thread Hugo Schmitt
I use mercurial just because it's supposed to work better with windows (work). -Hugo On Jan 31, 2008 1:34 PM, Adam Spiers [EMAIL PROTECTED] wrote: On Thu, Jan 31, 2008 at 04:39:50PM +0100, Carsten Dominik wrote: On Jan 31, 2008, at 4:33 PM, Bernt Hansen wrote: Carsten Dominik [EMAIL

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Nick Dokos
Adam Spiers [EMAIL PROTECTED] wrote: Delighted to be of use :-) C-u C-M-x is *so* useful ... I am perhaps being dense but what does this do? AFAICT, C-M-x is undefined. Isn't it bound to `eval-defun' by default? Not here, but thanks for the pointer to `eval-defun': it may come in

Re: [Orgmode] Re: Git repository

2008-01-31 Thread Russell Adams
When I was selecting a VC, I narrowed it down to Bazaar or Git. Being a prior Arch user, Bazaar fixed most of my complaints while using the same architecture. I understand Git's got quite a following, and addresses many of the same shortcomings of CVS that Bazaar and other distributed VC's

Re: [Orgmode] Re: Git repository

2008-01-31 Thread Bastien
Adam Spiers [EMAIL PROTECTED] writes: On Thu, Jan 31, 2008 at 10:01:13AM -0600, Russell Adams wrote: I'm a bazaar fan myself. I'd be curious if someone can point out where git is superior. ;] I can't remember the details, but I'm pretty sure that I saw reference to issues with the design of

Re: [Orgmode] Problems with moving items

2008-01-31 Thread Carsten Dominik
I cannot reproduce this problem. Anyone? It is true that I have modified the code for cutting and pasting subtree, to include the empty lines before it. However, I cannot find the problems you report. Anyone? - Carsten On Jan 28, 2008, at 9:44 PM, Sebastjan Trepca wrote: Hi, After I

Re: [Orgmode] Safer kill-line for org-mode

2008-01-31 Thread Carsten Dominik
I will have an extended version of this function in 5.20. Thanks! - Carsten On Jan 28, 2008, at 12:29 AM, Piotr Zielinski wrote: Hi, Read this to avoid losing your work. Standard kill-line deletes all text from the point to the end of the _visible_ line. It happened to me a few times that

Re: [Orgmode] Agenda view of clocked items

2008-01-31 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 29, 2008, at 12:30 PM, Jurgen Defurne wrote: I do not know if this is a bug or a feature, but given a drawer with several clocked times for one item, I see that in the agenda view + timeline, only the last (first in the list from top to bottom) clocked item

Re: [Orgmode] commas in URLs?

2008-01-31 Thread Carsten Dominik
On Jan 31, 2008, at 6:39 PM, Bastien wrote: Carsten Dominik [EMAIL PROTECTED] writes: On Thu, Jan 31, 2008 at 06:43:25AM +0100, Carsten Dominik wrote: Yes, plain links are terminated by (among other) comma. Please enclose such links into ... or [[...]]] Ah, OK thanks! Just curious -

[Orgmode] Re: Git repository

2008-01-31 Thread Jason Riedy
And Russell Adams writes: When I was selecting a VC, I narrowed it down to Bazaar or Git. Being a prior Arch user, Bazaar fixed most of my complaints while using the same architecture. The Arch architecture doesn't fit everyone. In particular, a colleague and I used tla to shoot changes back

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Philip Rooke
Carsten Dominik [EMAIL PROTECTED] writes: John Wiegley is being haunted by a strange bug and I have so far not been able to reproduce and fix it. So I would like to know if anyone else sees the same bug and can contribute observations that may help us to track this down. I believe I had a

Re: [Orgmode] Strange bug, request for more info

2008-01-31 Thread Jost Burkardt
Philip Rooke [EMAIL PROTECTED] writes: Carsten Dominik [EMAIL PROTECTED] writes: John Wiegley is being haunted by a strange bug and I have so far not been able to reproduce and fix it. So I would like to know if anyone else sees the same bug and can contribute observations that may help us

Re: [Orgmode] Behavior Change/Bug: Agenda sorting of deadline items v 4.73

2008-01-31 Thread Eric J Haywiser
Hi Eric, sorting should be by priority. Please check your values of org-agenda-sorting-strategy, In both examples it is set to ((agenda time-up category-keep priority-down) (todo category-keep priority-down) (tags category-keep)) and take a look at the priorities of the different items in

[Orgmode] Re: commas in URLs?

2008-01-31 Thread Leo
On 2008-01-31 18:34 +, Carsten Dominik wrote: So URLs should just exclude commas that are followed by a whitespace or a line break, not all commas - right? Yes, but this is harder to do with a regexp. I wish Emacs had look- ahead assertions like perl. - Carsten Maybe we can add

[Orgmode] Re: Remember and then refile

2008-01-31 Thread Steven Lumos
Carsten Dominik [EMAIL PROTECTED] writes: On Jan 18, 2008, at 11:19 PM, Steven Lumos wrote: Carsten Dominik [EMAIL PROTECTED] writes: On Jan 18, 2008, at 9:40 PM, Steven Lumos wrote: Carsten Dominik [EMAIL PROTECTED] writes: This will be in 5.19. Thanks for the proposal!. - Carsten

Re: [Orgmode] Re: commas in URLs?

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 11:16:24PM +, Leo wrote: On 2008-01-31 18:34 +, Carsten Dominik wrote: So URLs should just exclude commas that are followed by a whitespace or a line break, not all commas - right? Yes, but this is harder to do with a regexp. I wish Emacs had look- ahead

Re: [Orgmode] Re: commas in URLs?

2008-01-31 Thread Adam Spiers
On Thu, Jan 31, 2008 at 11:59:21PM +, Leo wrote: On 2008-01-31 23:43 +, Adam Spiers wrote: Yes, but this is harder to do with a regexp. I wish Emacs had look- ahead assertions like perl. Ach, true :-) Can someone propose this feature to emacs-devel? FWIW it's in here already: