Re: [Orgmode] Re: Relative clocking [Further discussion and ideas by OP]

2008-11-25 Thread Alan E. Davis
You may understand that I was already looking at the idea of converting integer times back and forth to/from hh:mm:ss. Your functions look extremely interesting. I am trying to write a function to start the clock at a specific point in time. This could be useful when restarting or continuing a

Re: [Orgmode] Re: Release 6.13

2008-11-25 Thread Sebastian Rose
Hi Carsten, Carsten Dominik [EMAIL PROTECTED] writes: Hi Sebastian, it seems to me thatt his patch depends on the projects in org-publish-projects-alist to be defined in a certain order, with the components first, and the big parent projects later. So maybe you need to iterate the dolist

Re: [Orgmode] Re: Release 6.13

2008-11-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Nov 25, 2008, at 2:48 AM, Sebastian Rose wrote: Arrgh Sorry - there was an unnecessary line. diff --git a/lisp/org-publish.el b/lisp/org-publish.el index eafa8fa..3ec48c4 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -470,7 +470,11 @@

Re: [Orgmode] Re: Relative clocking [Further discussion and ideas by OP]

2008-11-25 Thread Carsten Dominik
Hi Alan, I have added such a timer to Org-mode, if you get the latest git release, you can use it. Here is the documentation for it: New relative timer to support timed notes = Author: Carsten Dominik carsten at orgmode

Re: [Orgmode] Re: Release 6.13

2008-11-25 Thread Carsten Dominik
On Nov 25, 2008, at 9:32 AM, Sebastian Rose wrote: Hi Carsten, Carsten Dominik [EMAIL PROTECTED] writes: Hi Sebastian, it seems to me thatt his patch depends on the projects in org-publish-projects-alist to be defined in a certain order, with the components first, and the big parent

Re: [Orgmode] RFC: Improvements to org-remember

2008-11-25 Thread James TD Smith
Hi Carsten, On 2008-11-24 09:58:49(+0100), Carsten Dominik wrote: Hi James, I do like all this. A few comments: On Nov 24, 2008, at 12:25 AM, James TD Smith wrote: I think it would make sense to move the code to get values for remember expansions out of `org-remember-apply-template'

Re: [Orgmode] Re: Relative clocking [Further discussion and ideas by OP]

2008-11-25 Thread Charles Sebold
On 25 Nov 2008, Carsten Dominik wrote: I have added such a timer to Org-mode, if you get the latest git release, you can use it. I include a quick patch to what I just checked out, to fix an extra parenthesis: -- Charles Sebold25th of November, 2008 GNU

[Orgmode] Re: Release 6.13

2008-11-25 Thread Bernt Hansen
Thanks to both of you :) -Bernt Carsten Dominik [EMAIL PROTECTED] writes: Applied, thanks. - Carsten On Nov 25, 2008, at 2:48 AM, Sebastian Rose wrote: Arrgh Sorry - there was an unnecessary line. diff --git a/lisp/org-publish.el b/lisp/org-publish.el index eafa8fa..3ec48c4

Re: [Orgmode] Re: Relative clocking [Further discussion and ideas by OP]

2008-11-25 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 25, 2008, at 12:48 PM, Charles Sebold wrote: On 25 Nov 2008, Carsten Dominik wrote: I have added such a timer to Org-mode, if you get the latest git release, you can use it. I include a quick patch to what I just checked out, to fix an extra parenthesis: --

[Orgmode] Idea for org-mode add on - org-console

2008-11-25 Thread Richard Riley
I love org-mode. It is perfect for things like a work journal/ daily work done diary. I would love an org mode console. Bring it up with a single hot key, text entered defaulted to selected region if there is one. Hit commit - bang. text remembered with timestamp to a journal. No prompts. No

[Orgmode] Org mode snippets WAS: Using yasnippet with org Mode

2008-11-25 Thread Jonathan Arkell
I make extensive use of yasnippets with org. I usually have different page types (Person, project, etc) and for each page type I usually have a snippet. Some of my snippets are specifically for my needs, but some of them are more general: #name : Properties Folded #contributor : Jonathan

[Orgmode] Openproj, Microsoft Project

2008-11-25 Thread xvii
Many people at work use to plan using Microsoft Project or OpenProj. Do you think could be useful to export/import .org files to/from those formats? Thank you all for this marvelous piece of software. -- xvii ___ Emacs-orgmode mailing list

Re: [Orgmode] RFC: Improvements to org-remember

2008-11-25 Thread Carsten Dominik
Hi James, On Nov 25, 2008, at 12:46 PM, James TD Smith wrote: Hi Carsten, On 2008-11-24 09:58:49(+0100), Carsten Dominik wrote: Hi James, I do like all this. A few comments: On Nov 24, 2008, at 12:25 AM, James TD Smith wrote: I think it would make sense to move the code to get values for

Re: [Orgmode] Idea for org-mode add on - org-console

2008-11-25 Thread Ben Alexander
On 2008-Nov-25, at 17:00, [EMAIL PROTECTED] wrote: From: Richard Riley [EMAIL PROTECTED] Date: 25 November 2008 14:24:18 GMT To: org-mode emacs-orgmode@gnu.org Subject: [Orgmode] Idea for org-mode add on - org-console I love org-mode. It is perfect for things like a work journal/ daily work

Re: [Orgmode] getting org-goto to work with ido

2008-11-25 Thread Samuel Wales
On Mon, Nov 24, 2008 at 02:59, Carsten Dominik [EMAIL PROTECTED] wrote: (setq org-outline-path-complete-in-steps nil) Then targets for org-goto will still be identified by their entire path, in this way removing disambiguates, but you can then use single-step completion to match the entire

Re: [Orgmode] Re: Relative clocking [Further discussion and ideas by OP]

2008-11-25 Thread Alan E. Davis
Perfect, thank you, het again. This is *very* helpful. I think I can implement pause functions at some point, as well; and the same adjustment function will be possible. Perhaps a format variable for the output, like ET: as one might wish. I can get my head around these ideas. They won't be

Re: [Orgmode] getting org-goto to work with ido

2008-11-25 Thread Carsten Dominik
Hi Samuel, On Nov 25, 2008, at 9:07 PM, Samuel Wales wrote: On Mon, Nov 24, 2008 at 02:59, Carsten Dominik [EMAIL PROTECTED] wrote: (setq org-outline-path-complete-in-steps nil) Then targets for org-goto will still be identified by their entire path, in this way removing disambiguates, but

[Orgmode] possible ascii export bug

2008-11-25 Thread Samuel Wales
In the latest release, c-c @ c-c c-e a on text that has target does not print anything. -- Myalgic encephalomyelitis denialists are knowingly causing further suffering and death by opposing biomedical research on this serious infectious disease. Do you care about the world?

[Orgmode] Re: possible ascii export bug

2008-11-25 Thread Samuel Wales
Never mind the c-c @ part; it happens in any region. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Volunteer wanted for administration of emacs-orgmode

2008-11-25 Thread Carsten Dominik
Austin Frank and Paul R are the new admins for the mailing list. Thanks to all who volunteered. - Carsten On Nov 24, 2008, at 8:35 PM, Carsten Dominik wrote: Hi, I am looking for a volunteer doing the administration of the mailing list. This is little work, mainly looking about once every

Re: [Orgmode] possible ascii export bug

2008-11-25 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 26, 2008, at 5:14 AM, Samuel Wales wrote: In the latest release, c-c @ c-c c-e a on text that has target does not print anything. -- Myalgic encephalomyelitis denialists are knowingly causing further suffering and death by opposing biomedical research on