Re: [Orgmode] Problem with toggling intermediate state of check boxes

2009-04-02 Thread Nick Dokos
Cameron Horsburgh wrote: > When I use C-u C-c C-c on a check box it deletes the check box rather > than toggles the [-] state as adevrtised in the manual. I'm using > version 6.25a as checked out of git several hours ago. > > I've never tried to use this behaviour before, so I can't say when it

[Orgmode] Problem with toggling intermediate state of check boxes

2009-04-02 Thread Cameron Horsburgh
Hi folks, When I use C-u C-c C-c on a check box it deletes the check box rather than toggles the [-] state as adevrtised in the manual. I'm using version 6.25a as checked out of git several hours ago. I've never tried to use this behaviour before, so I can't say when it first occurred. Here's a

[Orgmode] Re: Release 6.25

2009-04-02 Thread Leo
On 2009-04-01 15:43 +0100, Carsten Dominik wrote: > On Apr 1, 2009, at 4:35 PM, Leo wrote: > >> On 2009-04-01 15:12 +0100, Carsten Dominik wrote: >>> I am releasing version 6.25 of Emacs Org-mode. It has been almost a >>> month, and I feel that this release is really packed with good stuff, >>> so

[Orgmode] bug: org-cycle-include-plain-lists

2009-04-02 Thread Patrick Bahr
Hi, I have a problem when org-cycle-include-plain-lists is enabled. When doing visibility cycling on a headline that contains a plain list, the first hit on tab already reveals all headlines (and only the headlines) below it. E.g., in the following file hitting tab on "Headline 1" shows "Headl

[Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-02 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, >> That's what I'm doing. After I've completed to file.org/ an >> additional TAB won't add the headings as new completion >> possibilities, file.org/ is the only one. The same with RET. > > Very strange. This does work find for me. Can you tyr to make a te

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, Tassilo, > > this can be easily fixed. > > Org-protocol may add arbitrary properties to the link properties. > For example, after a call > > (org-store-link-props :type type > :link url > :region

Re: [Orgmode] bug? or configuration?

2009-04-02 Thread Nick Dokos
Rustom Mody wrote: > Sorry I am not on my m/c now but it comes when I try to use org-remember > (C-c r) with one of the Charles Cave remember templates. > I dont think though that it has much do do with those specific templates. > > I am a bit bitfuddled by the code. It looks like a 'type error'

Re: [Orgmode] Fix for org-agenda-cleanup-fancy-diary

2009-04-02 Thread Erik Hetzner
At Thu, 2 Apr 2009 18:23:08 +0200, Carsten Dominik wrote: > > There is now org-agenda-cleanup-fancy-diary-hook Thank you! > > Another nice feature if possible would be to keep lines that do not > > match “^ +[0-9].*$” together with the first line in the fancy diary > > display? This would mean

Re: [Orgmode] bug? or configuration?

2009-04-02 Thread Rustom Mody
Sorry I am not on my m/c now but it comes when I try to use org-remember (C-c r) with one of the Charles Cave remember templates. I dont think though that it has much do do with those specific templates. I am a bit bitfuddled by the code. It looks like a 'type error' (to use a phrase from non-lisp

Re: [Orgmode] bug? or configuration?

2009-04-02 Thread Manish
On Thu, Apr 2, 2009 at 8:40 PM, Rustom Mody wrote: > Ive been struggling to get the org-mode setup of Charles Cave to > work and I keep getting Wrong type argument lisp, 5 When do you get the error? -- Manish > I traced it to (car org-time-stamp-rounding-minutes) in > org-current-time

Re: [Orgmode] Re: Clocking work time with a date not a time only

2009-04-02 Thread Carsten Dominik
On Apr 2, 2009, at 4:49 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: Carsten Dominik wrote: Carsten Dominik wrote: Sébastien Vauban wrote: - how can I associate a one-line comment to every block of time that I clock? The goal is to be able to justify, later, what I d

Re: [Orgmode] Fix for org-agenda-cleanup-fancy-diary

2009-04-02 Thread Carsten Dominik
On Apr 2, 2009, at 5:31 PM, Erik Hetzner wrote: At Thu, 2 Apr 2009 09:29:46 +0200, Carsten Dominik wrote: Hi Erik, I see your point. The trouble is that it is a traditional syntax to write things in the diary like this: 1/4/2009 some event 8:30 another event 10:00 meet with Sam for

Re: [Orgmode] Re: [ANN] org-crypt version 0.2

2009-04-02 Thread Carsten Dominik
On Apr 2, 2009, at 5:12 PM, Peter Jones wrote: Carsten Dominik writes: Below is a patch which will fix this. Basically you need to go back and fix the visibility of the entry, because you are inserting in a location that confuses the invisibility code. Instead of trying to get the insertion

Re: [Orgmode] [OT] reQcall alternatives in Germany?

2009-04-02 Thread Carsten Dominik
Great, I was also looking for this information. Thanks! - Carsten On Apr 2, 2009, at 4:17 PM, Ian Barton wrote: Org-feed.el sounds wonderful. Regretfully, the most useful feature of reQall -- the collection of items by phone -- is not available outside of USA, Canada or England. Does any

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Carsten Dominik
Hi Sebastian, Tassilo, this can be easily fixed. Org-protocol may add arbitrary properties to the link properties. For example, after a call (org-store-link-props :type type :link url :region region :descr

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Carsten Dominik
Hi Sebastian, there is a much better solution, see my other mail. - Carsten On Apr 2, 2009, at 2:28 PM, Sebastian Rose wrote: Hi, there is no good way to access the title. The following path to org-protocol.el is a work around for this. It simply kills the title before the org-link. That way

Re: [Orgmode] Fix for org-agenda-cleanup-fancy-diary

2009-04-02 Thread Erik Hetzner
At Thu, 2 Apr 2009 09:29:46 +0200, Carsten Dominik wrote: > > Hi Erik, > > I see your point. The trouble is that it is a traditional syntax > to write things in the diary like this: > > 1/4/2009 some event > 8:30 another event > 10:00 meet with Sam for coffee > > > etc etc. > > You

[Orgmode] Re: [ANN] org-crypt version 0.2

2009-04-02 Thread Peter Jones
Carsten Dominik writes: > Below is a patch which will fix this. Basically you need to > go back and fix the visibility of the entry, because you are > inserting in a location that confuses the invisibility code. > Instead of trying to get the insertion right, it is much better > to reset it for t

[Orgmode] bug? or configuration?

2009-04-02 Thread Rustom Mody
Ive been struggling to get the org-mode setup of Charles Cave to work and I keep getting Wrong type argument lisp, 5 I traced it to (car org-time-stamp-rounding-minutes) in org-current-time with org-current-time-stamp-rounding-minutes being 5 (ie not a list) ___

[Orgmode] Re: [ANN] org-crypt version 0.2

2009-04-02 Thread Peter Jones
Carsten Dominik writes: > I am a first time pgp/epg/epa user, so I need more guidance. > > I have created a key with > >gpg --gen-key > > Now when I do > > M-x epa-list-keys > > I indeed see a line like > > u some-random-letters my name (comment) > > What exactly must I put into the variabl

[Orgmode] Re: Clocking work time with a date not a time only

2009-04-02 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > Carsten Dominik wrote: >>> Carsten Dominik wrote: Sébastien Vauban wrote: > - how can I associate a one-line comment to every block of time that I > clock? > > The goal is to be able to justify, later, what I did on the different >

Re: [Orgmode] [OT] reQcall alternatives in Germany?

2009-04-02 Thread Ian Barton
Org-feed.el sounds wonderful. Regretfully, the most useful feature of reQall -- the collection of items by phone -- is not available outside of USA, Canada or England. Does anybody know about an alternative in Germany that could be used in the same way with org-feed? Dial2do has more European c

Re: [Orgmode] Fix for org-agenda-cleanup-fancy-diary

2009-04-02 Thread Erik Hetzner
At Wed, 1 Apr 2009 15:41:56 +0530, Manish wrote: > In case there are patches that does not help others or you want to keep > to yourself, do check out excellent entry titled "How can I keep local > changes and still track Org mode development?" by Bernt Hansen under > section titled "Keeping curren

Re: [Orgmode] Fix for org-agenda-cleanup-fancy-diary

2009-04-02 Thread Erik Hetzner
At Wed, 1 Apr 2009 13:18:09 +0200, Carsten Dominik wrote: > > Hi Erik, > > can you show > > - an example entry > - how it shows up in the agenda without your patch > - how it shows up with your patch > > so that I am better able to understand what you are trying > to achieve with this patch? Hi Ca

Re: [Orgmode] Re: Clocking work time with a date not a time only

2009-04-02 Thread Carsten Dominik
On Apr 2, 2009, at 4:01 PM, Carsten Dominik wrote: No, the notes are not displayed in the time line, that is correct. Press space to see the note or use follow-mode. Hmm, that might not work in a drawer. I just tried, the drawers will be openend when you press SPC or when you use

Re: [Orgmode] Re: Clocking work time with a date not a time only

2009-04-02 Thread Carsten Dominik
No, the notes are not displayed in the time line, that is correct. Press space to see the note or use follow-mode. Hmm, that might not work in a drawer. Something to think about. - Carsten On Apr 2, 2009, at 2:08 PM, Sébastien Vauban wrote: Hi Carsten, First, thanks for answering

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Sebastian Rose
Hi, there is no good way to access the title. The following path to org-protocol.el is a work around for this. It simply kills the title before the org-link. That way we could insert the title with C-y M-y diff --git a/org-protocol.el b/org-protocol.el index 4ca81ad..2ae87bc 100644 --- a/org

[Orgmode] Re: Clocking work time with a date not a time only

2009-04-02 Thread Sébastien Vauban
Hi Carsten, First, thanks for answering so fast. Carsten Dominik wrote: > On Apr 2, 2009, at 10:55 AM, Sébastien Vauban wrote: >> - how can I associate a one-line comment to every block of time that I >> clock? >> >> The goal is to be able to justify, later, what I did on the different days >>

[Orgmode] [OT] reQcall alternatives in Germany?

2009-04-02 Thread Sven Bretfeld
Hello to all Org-feed.el sounds wonderful. Regretfully, the most useful feature of reQall -- the collection of items by phone -- is not available outside of USA, Canada or England. Does anybody know about an alternative in Germany that could be used in the same way with org-feed? Greetings, Sven

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Sebastian Rose
Hi Tassilo, your right, the docs are wrong, Sorry for the inconvenience. Actually, I now understand Bastiens comment in org-annotation-helper.el: ;; FIXME can't access %a in the template -- how to set annotation? I'll fix the table in the docs. I'll be back as soon as possible. Se

Re: [Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-02 Thread Carsten Dominik
On Apr 2, 2009, at 10:02 AM, Tassilo Horn wrote: Carsten Dominik writes: Hi Carsten, With this step-wise completion I only get file.org/ but I cannot select it. Completing to file.org/ and hitting RET causes a short flickering, but no new completion possibilities, e.g. the headlines in fil

Re: [Orgmode] Re: Clocking work time with a date not a time only

2009-04-02 Thread Carsten Dominik
On Apr 2, 2009, at 10:55 AM, Sébastien Vauban wrote: Hi Giovanni and Jan, I use Clocking work time function for a logging my work. [...] I would like have in a table not a times but a dates too. I have related questions on this subject as well... Up to now, I was clocking time with timec

[Orgmode] Re: Clocking work time with a date not a time only

2009-04-02 Thread Sébastien Vauban
Hi Giovanni and Jan, >> I use Clocking work time function for a logging my work. [...] I would like >> have in a table not a times but a dates too. I have related questions on this subject as well... Up to now, I was clocking time with timeclock-x under Emacs, and files such as: --8<---

Re: [Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-02 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, >> With this step-wise completion I only get file.org/ but I cannot >> select it. Completing to file.org/ and hitting RET causes a short >> flickering, but no new completion possibilities, e.g. the headlines >> in file.org. > > The idea is not to select it, b

Re: [Orgmode] [ANN] org-crypt version 0.2

2009-04-02 Thread Carsten Dominik
Hi Peter, this looks really nice. I very much like the idea using a property to set an encryption key. On Apr 2, 2009, at 5:19 AM, Peter Jones wrote: Carsten: after encrypting a folded headline, the new contents of the heading won't be folded, but the headline will still appear to be folded.

Re: [Orgmode] Fix for org-agenda-cleanup-fancy-diary

2009-04-02 Thread Carsten Dominik
Hi Erik, I see your point. The trouble is that it is a traditional syntax to write things in the diary like this: 1/4/2009 some event 8:30 another event 10:00 meet with Sam for coffee etc etc. You patch will remove all those secondary lines. I think the right solution fr your case is

Re: [Orgmode] org-mode remember and plain text backend

2009-04-02 Thread Carsten Dominik
On Apr 1, 2009, at 11:40 PM, Alexander wrote: Hi, Thanks for org-mode. I've tried any number of organization tools and org-mode just might be the one... I just switched to emacs (because of org-mode) from another well-known editor, and I'm trying to take baby steps. What I would like to be ab

Re: [Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-02 Thread Carsten Dominik
On Apr 1, 2009, at 8:37 PM, Tassilo Horn wrote: Carsten Dominik writes: Hi Carsten, There are two things to this. First, there was a bug (now fixed) which caused the file name to show up twice, both as part of the outline path, and then behind it in parenthesis. Fixed now. Great! The

Re: [Orgmode] footnote bug

2009-04-02 Thread Carsten Dominik
On Apr 2, 2009, at 7:53 AM, Samuel Wales wrote: Hi Carsten, I figured that you had already optimized the agenda quite a lot and that there probably wasn't much that could be done, so I suggested the only thing that seemed like it might be fast and would not be too brittle. I didn't realize th