Re: [Orgmode] Bug: Angle brackets in org-time-stamp-format loses in html export
Hi Raman, On Sep 6, 2008, at 12:28 AM, raman wrote: Thanks, another org-export irritant: could we lose the "#+ insert some descriptive text here" line from the default template? We could, but the "template" is not really meant as a template, but more as a reminder of al the possibilities for that type of configuration. I myself hardly ever insert the template - only when I have forgotten how things work. - Carsten ___ 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
[Orgmode] Multiple timestamps
Greetings list, I had the idea to use multiple timestamps for an event to remind me some months before (or is there another/better way to do that?). It works fine, and the event is entered at both dates. However, the other timestamp is always shown in the agenda view in the event text (like this: Someone marries. ). Is it possible to remove all timestamps from the text when showing the event? Regards, Jan Seeger ___ 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] Bug: Angle brackets in org-time-stamp-format loses in html export
for me it's the other way around, I can never remember how it works, and insert it automatically -- especially the export line > "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes: Carsten> Hi Raman, On Sep 6, 2008, at 12:28 AM, raman wrote: Carsten> >> Thanks, another org-export irritant: could we lose the "#+ >> insert some descriptive text here" line from the default >> template? Carsten> Carsten> We could, but the "template" is not really meant as Carsten> a template, but more as a reminder of al the Carsten> possibilities for that type of configuration. I Carsten> myself hardly ever insert the template - only when I Carsten> have forgotten how things work. Carsten> Carsten> - Carsten -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://emacspeak.sf.net/raman/ AIM:emacspeak GTalk: [EMAIL PROTECTED] PGP:http://emacspeak.sf.net/raman/raman-almaden.asc Google: tv+raman IRC:irc://irc.freenode.net/#emacs ___ 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
[Orgmode] orgstruct requirements
Starting with a vanilla emacs 22 installation, what do I need to be able to run orgstruct-mode? It is available to me if I've ran org-mode previously within the emacs session, but until then I can't run M-x orgstruct-mode. Is there something I can (require '?) in my .emacs file to give me access to orgstruct-mode? Thanks. ___ 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
[Orgmode] org-annotation-helper
Has anyone managed to get org-annotation-helper to work with Firefox 3 on Mac OSX Leopard? I'm asking because I have the shell script in, working with emacs and remember (from the shell), but when I try to invoke the remember links from Firefox I get only the "protocol (remember) isn't associated with any program" error. This is known to occur when FF can't find the program file, but AFAICT FF should be able to find the program file --- I took the network.protocol-handler.app.remember preference value, copied it into the shell, gave it a url, and it worked fine. So there seems to be either 1. something I'm not getting about how to define a ff protocol extension or 2. something I don't get about invoking a shell script from FF in this environment (rejected as a security hole in the latest FF? Busted for some reason under Mac OSX?). If anyone has experience with this with the Mac, I'd be incredibly grateful for any enlightenment. For that matter, if anyone could even tell me how I might get some trace information from FF when it tries to handle this protocol, that would be great too. Many thanks, r ___ 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] org-annotation-helper
On Thu, Sep 04, 2008 at 04:06:28PM -0500, Robert Goldman wrote: > Has anyone managed to get org-annotation-helper to work with Firefox 3 > on Mac OSX Leopard? I've got something even nicer almost up and running, assuming you like Quicksilver; assorted scripts to insert links and remember notes from Safari, Mail, Mutt (Terminal), Skim, Bibdesk, and, to a lesser degree, any application with an AppleScript dictionary. Call up a remember buffer or file directly from Quicksilver, as you find convenient. Basically an extension of org-annotation-helper. It's currently very much tailored to my workflow, so will require some editing for others, a fair amount of setting up and is still not documented. I've got a hideous week ahead; once complete I'll post the scripts (AppleScript, bash and elisp) in their present crude form. Best wishes, Christopher ___ 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
[Orgmode] Small issues..
Hi, I found two small issues with org-mode from git. First one is a typo of org-scheduled. The second one is that org turns on debug-on-error, not sure if I missed where it is turned off again. Tom diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 5c54a8d..3904876 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -3521,7 +3521,7 @@ FRACTION is what fraction of the head-warning time has passed." (cond (pastschedp 'org-scheduled-previously) (todayp 'org-scheduled-today) - (t 'org-schduled))) + (t 'org-scheduled))) (org-add-props txt props 'undone-face face 'face (if donep 'org-done face) diff --git a/lisp/org.el b/lisp/org.el index 66ae14d..e465e46 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12239,7 +12239,6 @@ When a buffer is unmodified, it is just killed. When modified, it is saved (add-text-properties (match-beginning 0) (org-end-of-subtree t) pc))) (set-buffer-modified-p bmp -(setq debug-on-error t) (setq org-todo-keyword-alist-for-agenda (org-uniquify org-todo-keyword-alist-for-agenda) org-tag-alist-for-agenda (org-uniquify org-tag-alist-for-agenda ___ 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
[Orgmode] patch to fix strange key binding bug and to notate compiler warnings
The attached patch adds a variable to let you fix key bindings. It also provides comments for 2 places where there were compiler warnings. mydiffu Description: Binary data ___ 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
[Orgmode] Re: patch to fix strange key binding bug and to notate compiler warnings
On Sat, Sep 6, 2008 at 11:42, Samuel Wales <[EMAIL PROTECTED]> wrote: > The attached patch adds a variable to let you fix key bindings. It > also provides comments for 2 places where there were compiler > warnings. You will have to change org-orig.el to org.el, of course. ___ 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] Small issues..
Thanks. - Carsten On Sep 6, 2008, at 6:48 PM, Tom Rauchenwald wrote: Hi, I found two small issues with org-mode from git. First one is a typo of org-scheduled. The second one is that org turns on debug-on-error, not sure if I missed where it is turned off again. Tom diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 5c54a8d..3904876 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -3521,7 +3521,7 @@ FRACTION is what fraction of the head-warning time has passed." (cond (pastschedp 'org-scheduled-previously) (todayp 'org-scheduled-today) - (t 'org-schduled))) + (t 'org-scheduled))) (org-add-props txt props 'undone-face face 'face (if donep 'org-done face) diff --git a/lisp/org.el b/lisp/org.el index 66ae14d..e465e46 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12239,7 +12239,6 @@ When a buffer is unmodified, it is just killed. When modified, it is saved (add-text-properties (match-beginning 0) (org-end-of-subtree t) pc))) (set-buffer-modified-p bmp -(setq debug-on-error t) (setq org-todo-keyword-alist-for-agenda (org-uniquify org-todo-keyword-alist-for-agenda) org-tag-alist-for-agenda (org-uniquify org-tag-alist-for-agenda ___ 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 ___ 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] orgstruct requirements
On Sep 4, 2008, at 10:51 PM, [EMAIL PROTECTED] wrote: Starting with a vanilla emacs 22 installation, what do I need to be able to run orgstruct-mode? It is available to me if I've ran org-mode previously within the emacs session, but until then I can't run M-x orgstruct-mode. Is there something I can (require '?) in my .emacs file to give me access to orgstruct-mode? I thought orgstruct-mode in emacs would be autoloaded, but maybe it is not? Then this should do the trick: (autoload 'orgstruct-mode "org" nil t) HTH - Carsten ___ 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] Multiple timestamps
On Sep 6, 2008, at 2:03 PM, Jan Seeger wrote: Greetings list, I had the idea to use multiple timestamps for an event to remind me some months before (or is there another/better way to do that?). It works fine, and the event is entered at both dates. However, the other timestamp is always shown in the agenda view in the event text (like this: Someone marries. ). Is it possible to remove all timestamps from the text when showing the event? You can put the dates into the next line: * someone marries: HTH - Carsten ___ 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
[Orgmode] FR: Columnview Tables & Formulas
I've taken to using the column view tables to aggregate table from an outline. I'd like to be able to use standard spreadsheet features in the same table, specifically column formulas. Right now it works, I can add an extra column and enter a column formula. However when the table is refreshed in column mode, I lose the spreadsheet data. I see two fixes, either the TBLFM line is preserved, or could the column formula be specified in the COLUMNS line? Imagine a small table with two properties, VALUE and QUANTITY, where TOTAL VALUE should be calculated via simple multiplication. Thanks. -- Russell Adams[EMAIL PROTECTED] PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint:1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 ___ 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] protecting ascii art
This great, but maybe it's not in the latest org version? In 6.06b, when I type C-c ', I get sent to ffap. This matches the comments in org-edit-special, which indicate that this is what will happen. Anyway, thanks for implementing this. Scott On 9/5/2008 2:58 PM, Carsten Dominik wrote: ... This is a very good idea that fits right into the functionality of the "C-c '" command, so I have added it there. If you now press "C-c '" in a region of lines starting with a colon, you get to edit this region in artist-mode. Also, if you press these keys in an empty line, a new drawing is created. I always wanted to have drawing in some way and even did some experiments years ago - but I did not know of artist-mode. Thanks for the ideas! - Carsten P.S. I believe that also the strikethrough problem is fixed by now. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ 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 ___ 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] protecting ascii art
On Sep 7, 2008, at 4:40 AM, Scott Otterson wrote: This great, but maybe it's not in the latest org version? In 6.06b, when I type C-c ', I get sent to ffap. This matches the comments in org-edit-special, which indicate that this is what will happen. This feature will be in 6.07, but it is now available in the git repository. - Carsten Anyway, thanks for implementing this. Scott On 9/5/2008 2:58 PM, Carsten Dominik wrote: ... This is a very good idea that fits right into the functionality of the "C-c '" command, so I have added it there. If you now press "C-c '" in a region of lines starting with a colon, you get to edit this region in artist-mode. Also, if you press these keys in an empty line, a new drawing is created. I always wanted to have drawing in some way and even did some experiments years ago - but I did not know of artist-mode. Thanks for the ideas! - Carsten P.S. I believe that also the strikethrough problem is fixed by now. Cheers Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ 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 ___ 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] orgstruct requirements
That works. Thank you. --- On Sat, 9/6/08, Carsten Dominik <[EMAIL PROTECTED]> wrote: > From: Carsten Dominik <[EMAIL PROTECTED]> > Subject: Re: [Orgmode] orgstruct requirements > To: [EMAIL PROTECTED] > Cc: emacs-orgmode@gnu.org > Date: Saturday, September 6, 2008, 1:50 PM > On Sep 4, 2008, at 10:51 PM, [EMAIL PROTECTED] wrote: > > > Starting with a vanilla emacs 22 installation, what do > I need to be > > able to run orgstruct-mode? > > > > It is available to me if I've ran org-mode > previously within the > > emacs session, but until then I can't run M-x > orgstruct-mode. Is > > there something I can (require '?) in my .emacs > file to give me > > access to orgstruct-mode? > > > I thought orgstruct-mode in emacs would be autoloaded, but > maybe it is > not? > > Then this should do the trick: > > (autoload 'orgstruct-mode "org" nil t) > > HTH > > - Carsten ___ 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] Providing clock context when stopping the clock (enhancement request)
Hi Peter, the latest git version implements your request. Thanks! - Carsten On Aug 8, 2008, at 5:25 PM, Peter Frings wrote: Hi all, summary: provide the context of the running clock in the note buffer when clocking out. I might not be doing well in the 'getting organized' department, because I often forget what I was doing... :-) So I have a little enhancement request that would make my life a little easier... Here's the situation: I have org-log-note-clock-out set so I can enter a little note about what it was I was doing. Now, I often get interrupts while banging away at the keyboard (not necessarily in emacs). Often, I don't get the time (or I simply forget) to switch to emacs, clock out and describe what I was doing. Especially not when someone is standing next to me jumping up and down in a very stressful manner. So, when I return to my desk, maybe a hour later, I need to enter the interrupt in my time sheets. So I enter a brief note under the right heading in my time sheet, clock in, and org-mode of course first wants me first to clock out. It prompts me for what I was doing... and I don't know anymore (it's not uncommon to work on several different things during a single day, interrupting one interrupt for another -- and sometimes getting a stack overflow...). So there I am, staring at the clock-out note buffer, trying to remember what the heck I was doing before I got interrupted. Now, org-mode helpfully mentions the time on which the active clock was started, which is nice, but not enough. It would be *really* helpful when it would show the heading (maybe context) of the running clock, right there, in the note buffer, staring at my face.[1] I know one can first jump to the active clock, read it, and then proceed to clock out/in. But you wouldn't need to do all that when the note buffer shows the context, would you? It sure would help me. Does this make sense? Thanks, Peter -- who is still learning org-mode, and appreciating it a lot! BTW: there's a small typo in the description of org-log-note-clock- out: "Non-nil means, recored a note when ..." s/recored/record/ [1] slightly off-topic: this is similar to what Don Norman (in "The Psychology of Everyday Things") refers as 'knowledge in the world' versus 'knowledge in the brain'. The more info and context a system provides, the less the user has to remember, and the easier it is for him to use the system. ___ 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 ___ 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] patch to fix strange key binding bug and to notate compiler warnings
Applied, thanks. - Carsten On Sep 6, 2008, at 8:42 PM, Samuel Wales wrote: The attached patch adds a variable to let you fix key bindings. It also provides comments for 2 places where there were compiler warnings. ___ 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 ___ 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] How to get a clock table without the file level?
Hi Peter, this is indeed neither currently possible, nor easily implemented. One of he basic concepts of Org-mode is that you keep things together that belong together. Why do you have related things in two separate files? Would it not be easier and better to reorganize this basic structure? - Carsten On Sep 5, 2008, at 4:47 PM, Peter Frings wrote: Sorry for the repost (original of 8/8), but I have been looking for an answer in the manual, as well as in the sources and I really don't dare to touch anything down there... Is it possible to build a clocktable with the agenda as scope, but summing up all times per headline level, and not per file. Some files have the same level 1 entries, and these should be summed up. E.g.: A.org: * REQD ** task 1 ** task 2 B.org: * Todo ** task 1 C.org: * REQD * task 3 The current clocktable create blocks per file: #+BEGIN: clocktable :maxlevel 4 :scope agenda :block thisweek :step week Weekly report starting on: <2008-08-04 Mon> | File | L | Headline| Time | | |---+---+-++--| | | | *Total time*| *0:40* | | |---+---+-++--| | A.org | | *File time* | *0:10* | | | A.org | 1 | REQD| 0:10 | | | A.org | 2 | task 1 || 0:05 | | A.org | 2 | task 2 || 0:05 | |---+---+-++--| | B.org | | *File time* | *0:15* | | | B.org | 1 | Todo| 0:15 | | | B.org | 2 | task 1 || 0:15 | |---+---+-++--| | C.org | | *File time* | *0:15* | | | C.org | 1 | REQD| 0:15 | | | C.org | 2 | task 3 || 0:15 | #+END: It would be very convenient if I could group it on the first level, across the files: #+BEGIN: clocktable :maxlevel 4 :scope agenda :block thisweek :step week Weekly report starting on: <2008-08-04 Mon> | File | L | Headline| Time | | |---+---+-++--| | | | *Total time*| *0:40* | | |---+---+-++--| | A.org | 1 | REQD| 0:25 | | | A.org | 2 | task 1 || 0:05 | | A.org | 2 | task 2 || 0:05 | | C.org | 2 | task 3 || 0:15 | |---+---+-++--| | B.org | 1 | Todo| 0:15 | | | B.org | 2 | task 1 || 0:15 | #+END Another possible method is to use categories at the file header, and to group files with the same category. That way, you can control which files to group and which ones not. Maybe I have overlooked some customization somewhere, but I couldn't find it in the manual. And as I said before, I'm loosing my way in the source files... Any pointers? Or suggestions to tackle this in another way? Cheers, Peter. PS: this is the first time in my life I'm getting organized... thanks to org-mode! ___ 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 ___ 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] org-archive-to-archive-sibling breaks mi nicely formatted sections
Hi Matiyam, this is fixed now, but please note that only one empty line will remain visible, and that you might need several empty linnes, depending on the variable `org-cycle-separator-lines'. HTH - Carsten On Aug 14, 2008, at 10:26 AM, Matiyam wrote: Hi there! First of all, thanks for orgmode, i don't know what my life would be without it :) I tend to use org-archive-to-archive-sibling. The problem is that i use to have my sections fairly separated with blank lines. And that function puts my sections together. Try this example: * First Project ** TODO First todo ** DONE Second todo ** TODO Third todo ** Archive:ARCHIVE:... * Second Project (separated with blank lines to increase clarity) ** TODO One todo ** TODO Other todo If you place the cursor in the second TODO and execute M-x org-archive-to-archive-sibling, the result is: * First Project ** TODO First todo ** TODO Third todo ** Archive :ARCHIVE:... * Second Project (separated with blank lines to increase clarity) ** TODO One todo ** TODO Other todo I think the blank lines are stored inside the * Archive node (they can be seen with M-x org-force-cycle-archived), but it clutters a little bit my setup. It it possible to fix it? Is there a way around this? Maybe just changing the font color for the archive section? Thanks!! -- M ___ 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 ___ 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] FR: Columnview Tables & Formulas
Hi Russel, hmmm, an alternative would be to introduce a new property and do the computation in the properties. I can see that it would be relatively simple to define a TBLFM line that should be added to the table capturing the the column view, but if you need to add extra columns to the table, this makes things a lot harder. - Carsten On Sep 6, 2008, at 11:57 PM, Russell Adams wrote: I've taken to using the column view tables to aggregate table from an outline. I'd like to be able to use standard spreadsheet features in the same table, specifically column formulas. Right now it works, I can add an extra column and enter a column formula. However when the table is refreshed in column mode, I lose the spreadsheet data. I see two fixes, either the TBLFM line is preserved, or could the column formula be specified in the COLUMNS line? Imagine a small table with two properties, VALUE and QUANTITY, where TOTAL VALUE should be calculated via simple multiplication. Thanks. -- Russell Adams[EMAIL PROTECTED] PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint:1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 ___ 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 ___ 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