Re: [Orgmode] Error exporting to temp buffer

2009-03-20 Thread Giovanni Ridolfi
--- Gio 19/3/09, Carsten Dominik ha scritto: > On Mar 19, 2009, at 7:03 AM, Leo wrote: > > > Hi there, > > 23.0.91.1 (i386-mingw-nt5.1.2600) of 2009-02-28 on > > BREPNB with > > orgmode 6.21b. Leo, would you, please, try to upgrade to 6.24b [1] and report if this bug still

[Orgmode] Re: clocksum and archived trees

2009-03-20 Thread Peter Jones
Jota Pin writes: > I tried to figure out how to avoid having archived subtrees to contribute to > the sum of times showed with "Display Times" c-c c-x c-d. I've been wondering something along the same lines myself. When switching to column view via C-c C-x C-c it can sometimes take a long time

Re: [Orgmode] Error exporting to temp buffer

2009-03-20 Thread Carsten Dominik
Again and again: Thank for the analysis, I have pushed a fix. - Carsten On Mar 19, 2009, at 11:36 PM, Nick Dokos wrote: Sebastian Rose wrote: David Maus writes: Cannot reprocude this either. C-x b org-bug , paste sample, C- c C-e H gives an *Org HTML Export* buffer with the exported sam

Re: [Orgmode] org-crypt and PROPERTIES location

2009-03-20 Thread Carsten Dominik
Hi Peter, we don't have a good function for this. Also, it is not so much about extracting the contents, more about finding the boundaries. In some ways I think it would actually be better to use a tag for encryption instead of a property, because this would allow to encrypt everything exc

[Orgmode] Re: Error exporting to temp buffer

2009-03-20 Thread Leo
On 2009-03-20 08:25 +, Giovanni Ridolfi wrote: [...] > Leo, would you, please, try to upgrade to 6.24b [1] > and report if this bug still happens? ;-) These days I tend to use whatever comes with Emacs to save time and also to help with pretest ;) -- .: Leo :. [ sdl.web AT gmail.com ] .: I u

[Orgmode] Re: 1-way syncing with google calendar

2009-03-20 Thread David Abrahams
on Thu May 29 2008, David Smith wrote: > "Tim O'Callaghan" writes: > >> Cool - just caught up with this. >> >> If you check the archives i had a very basic google->org solution using w3. >> >> I stopped using it when i moved back to Emacs, guess its time to dig it out >> :) > > I'm currently b

[Orgmode] Re: org-crypt and PROPERTIES location

2009-03-20 Thread Peter Jones
Carsten Dominik writes: > we don't have a good function for this. Also, it is not so much about > extracting the contents, more about finding the boundaries. In some > ways I think it would actually be better to use a tag for encryption > instead of a property, because this would allow to encrypt

Re: [Orgmode] Re: org-crypt and PROPERTIES location

2009-03-20 Thread Carsten Dominik
On Mar 20, 2009, at 6:27 PM, Peter Jones wrote: Carsten Dominik writes: we don't have a good function for this. Also, it is not so much about extracting the contents, more about finding the boundaries. In some ways I think it would actually be better to use a tag for encryption instead of a

Re: [Orgmode] org-crypt and PROPERTIES location

2009-03-20 Thread John Wiegley
On Mar 20, 2009, at 9:23 AM, Carsten Dominik wrote: I'd very much like to see this improved and stabilized, so that we can include this with Org, this would be valuable to have. I am sure John would not mind if you did the final steps with it. Am I right, John? Quite correct, it's community

Re: [Orgmode] [ANN] OS X only: Insert links to flagged emails

2009-03-20 Thread Carsten Dominik
Hi Christopher, this is nice! Maybe we could integrate it into org-mac-message.el? - Carsten On Mar 19, 2009, at 8:07 PM, Christopher Suckling wrote: All, For various reasons (mainly Spotlight and an excess of HTML mail send by employers), I've migrated back to Mail.app after some time

[Orgmode] Insert LOGBOOK drawer removes indendation of first line under headline

2009-03-20 Thread David Maus
Hi, When I start to clock a headline (C-c C-x C-i) that does not have a LOGBOOK drawer orgmode inserts one but removes the indentation of the first line below the headline: Example: * TODO Do something Do this, do that etc. after C-c C-x C-i becomes * TODO Do something :LOGBOOK: CLOCK: [

[Orgmode] Re: Insert LOGBOOK drawer removes indendation of first line under headline

2009-03-20 Thread Peter Jones
David Maus writes: > When I start to clock a headline (C-c C-x C-i) that does not have a > LOGBOOK drawer orgmode inserts one but removes the indentation of the > first line below the headline: > > Example: > > * TODO Do something > Do this, do that etc. > > after C-c C-x C-i becomes > > * TODO

[Orgmode] [PATCH] Re: Insert LOGBOOK drawer removes indendation of first line under headline

2009-03-20 Thread Peter Jones
David Maus writes: > When I start to clock a headline (C-c C-x C-i) that does not have a > LOGBOOK drawer orgmode inserts one but removes the indentation of the > first line below the headline: This patch fixes your problem. Sorry about that. diff --git a/lisp/org-clock.el b/lisp/org-clock.el i

[Orgmode] change todo item status automatically when clock check out?

2009-03-20 Thread Ning Sean
Hi, I switch between tasks very frequently and use clocks to time myself. I like the fact that when I check in some task, the previously checked in task will be automatically checked out. However, the state of the previous task doesn't change. I wonder if I can configure orgmode in such a way tha

Re: [Orgmode] [ANN] OS X only: Insert links to flagged emails

2009-03-20 Thread Christopher Suckling
On 20 Mar 2009, at 21:13, Carsten Dominik wrote: Hi Christopher, this is nice! Maybe we could integrate it into org-mac-message.el? - Carsten Thanks. I'd be delighted for it to be integrated into org-mac- message.el. Would you like me to put a patch together, or would you prefer to mana

[Orgmode] combine orgmode and file system browsing

2009-03-20 Thread Andreas Burtzlaff
Hello everyone, while using orgmode to organize data that is strongly bound to files and directories, I came to the point where in addition to linking from the orgfile to the target file/directory I longed to have it the other way round, i.e. getting information about the files/directories from th

Re: [Orgmode] combine orgmode and file system browsing

2009-03-20 Thread Sebastian Rose
Hi Andreas, I like the idea of it. Might be a nice way to jump to a file quickly since I could find the link with `C-s' or `C-c o'. Maybe this helps in the TODO file of small/medium project. I'll keep it and probably use it :-) Regards, Sebastian Andreas Burtzlaff writes: > Hello everyon

[Orgmode] Re: change todo item status automatically when clock check out?

2009-03-20 Thread Peter Jones
Ning Sean writes: > I wonder if I can configure orgmode in such a way that when a task is > checked out, the state of the task automatically changes to some designated > state? Take a look at `org-after-todo-state-change-hook'. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US _

Re: [Orgmode] combine orgmode and file system browsing

2009-03-20 Thread Andreas Burtzlaff
Hi Sebastian, On Sat, 21 Mar 2009 03:20:37 +0100 Sebastian Rose wrote: > I like the idea of it. Thanks! > Maybe this helps in the TODO file of > small/medium project. I'll keep it and probably use it :-) The script does not generate the backlinks only the file system structure, so it's not re

[Orgmode] Re: bug in exporting checkbox lists

2009-03-20 Thread Baoqiu Cui
Rainer Thiel writes: > I want to report what I think is a bug in the routines for exporting > checkbox lists into LaTeX-related formats (including pdf). > > While checkboxes checked in orgmode appear as checked in html and > ascii exports, all boxes are blank (unchecked) in LaTeX and related > ex

Re: [Orgmode] [PATCH] Re: Insert LOGBOOK drawer removes indendation of first line under headline

2009-03-20 Thread David Maus
On 20 Mar 09, Peter Jones wrote: > David Maus writes: > > When I start to clock a headline (C-c C-x C-i) that does not have a > > LOGBOOK drawer orgmode inserts one but removes the indentation of the > > first line below the headline: > > This patch fixes your problem. Sorry about that. Indeed