Re: [Orgmode] Serial Number in Table

2009-05-20 Thread Carsten Dominik
On May 21, 2009, at 4:14 AM, Raghav Kumar Gautam wrote: Hi all, Can someone tell me how to put serial numbers in org-mode tables ? I have already tried to google it out, but to no avail. This is in the FAQ: http://orgmode.org/worg/org-faq.php#fill-table-column-with-incremental-numbers HTH

Re: [Orgmode] recursive todo/checkbox statistics

2009-05-20 Thread Carsten Dominik
On May 20, 2009, at 2:59 PM, Alexander wrote: Thanks! It works great. However, I can't get it to work on a per-file basis, ie with: #+COOKIE_DATA: recursive What makes you think this should work? But: This is a property which is inherited, so I think #+PROPERTY: COOKIE_DATA recursive

Re: [Orgmode] Re: colview min/mean/max

2009-05-20 Thread Carsten Dominik
Hi Mikael, I have applied this patch, thank you for your contribution! - Carsten On May 21, 2009, at 12:42 AM, Mikael Fornius wrote: This is my suggestion of an implementation of min/mean/max computation in columnview summaries. If you like it feel free to use it. New operators: {min}, {max

[Orgmode] Serial Number in Table

2009-05-20 Thread Raghav Kumar Gautam
Hi all, Can someone tell me how to put serial numbers in org-mode tables ? I have already tried to google it out, but to no avail. With Regards, Raghav. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmod

[Orgmode] Re: regex to find *.org in subdirectories for agenda

2009-05-20 Thread Michael McAndrew
yes it was. thanks, bernt, that was fantastic and helped me out of a big hole (that i dug for myself :) I decided to build a little hill to stand on next to the hole by adding the following two lines (setq org-agenda-files (find-lisp-find-files "~/Documents/Projects/Current" (rx (seq ".org" stri

[Orgmode] Re: regex to find *.org in subdirectories for agenda

2009-05-20 Thread Bernt Hansen
Michael McAndrew writes: > Hi there, > Hi Michael! > I'm just getting started with org mode after having watched the google > tech talk.  from my experiences so far, i think it is the tool i have > been waiting for a long time! > > i've have transferred by entire huge nested todo list (which i

[Orgmode] regex to find *.org in subdirectories for agenda

2009-05-20 Thread Michael McAndrew
Hi there, I'm just getting started with org mode after having watched the google tech talk. from my experiences so far, i think it is the tool i have been waiting for a long time! i've have transferred by entire huge nested todo list (which i was previously managing in a local mediawiki) and tha

[Orgmode] Re: Integrating the journaling system with the GTD system

2009-05-20 Thread Bernt Hansen
Marcelo de Moraes Serpa writes: > I keep a journal using the simple journal-mode, and eventually, > journal entries give origin to new items (projects or next actions, in > the GTD context). > > When you are writing the journal post, and if a project, next action > comes to your mind, you don't w

[Orgmode] Re: how to change the font color of the hidden leading star in custom theme?

2009-05-20 Thread Eric S Fraga
Jevgeni Holodkov writes: > Hi, > > I am using org-mode with option "Hiding leading stars" enabled. > However, since I am using a non standard theme - my background is dark > blue, the stars are visible, since their color is black. I org manual > it is said, that I may have to customize somethin

[Orgmode] Re: colview min/mean/max

2009-05-20 Thread Mikael Fornius
This is my suggestion of an implementation of min/mean/max computation in columnview summaries. If you like it feel free to use it. New operators: {min}, {max} and {mean} possibly prefixed with : for use with timevalues. Example from my running exercise diary: #+COLUMNS: %DISTANCE{+;%.1f} %HEAR

[Orgmode] Integrating the journaling system with the GTD system

2009-05-20 Thread Marcelo de Moraes Serpa
I keep a journal using the simple journal-mode, and eventually, journal entries give origin to new items (projects or next actions, in the GTD context). When you are writing the journal post, and if a project, next action comes to your mind, you don't want to switch context and go to the org file

Re: [Orgmode] Re: {{{macro}}} expansion not working properly for docbook export

2009-05-20 Thread Dale Smith
Baoqiu Cui writes: >> This bug may be related to another I noticed. I don't yet have a clear >> picture yet of what is (not) going on. Basically, the time reported >> by modification time was just plain wrong. By over a day. And I >> *know* I just saved the file. >> >> I'm guessing now that t

[Orgmode] Re: {{{macro}}} expansion not working properly for docbook export

2009-05-20 Thread Baoqiu Cui
Dale Smith writes: > Baoqiu Cui writes: > >> Thanks for reporting this bug. For some reason I missed the coverage of >> macro support in DocBook exporter, and the bug was caused by an >> "optimization" that I thought I did in the code... Variable >> org-export-opt-plist should have been set bu

Re: [Orgmode] Gather all high-priority (A) items in the agenda view

2009-05-20 Thread Marcelo de Moraes Serpa
Thank you. On Wed, May 20, 2009 at 2:58 AM, Manish wrote: > On Wed, May 20, 2009 at 3:27 AM, Marcelo de Moraes Serpa wrote: > > Hello list! > > > > Is there a way to query for all the high-priority items in the > > agenda view? > > http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.

Re: [Orgmode] positioning inline image

2009-05-20 Thread Marvin Doyley
Thanks cheers MMD On May 20, 2009, at 9:33 AM, Eric Schulte wrote: Carsten Dominik writes: On May 20, 2009, at 12:56 AM, Marvin Doyley wrote: Hi everyone, Does anyone knows how to vary the position of inline images. The default position appear to be is center, but it would be nice to vary

Re: [Orgmode] Re: {{{macro}}} expansion not working properly for docbook export

2009-05-20 Thread Dale Smith
Baoqiu Cui writes: > Thanks for reporting this bug. For some reason I missed the coverage of > macro support in DocBook exporter, and the bug was caused by an > "optimization" that I thought I did in the code... Variable > org-export-opt-plist should have been set but it was not in DocBook > ex

Re: [Orgmode] Re: colview min/mean/max

2009-05-20 Thread Carsten Dominik
On May 20, 2009, at 3:21 PM, Mikael Fornius wrote: I forgot to make org-columns-edit-attributes be fully comptiable with new operators so I will fix this and I will make this change for org-colview-xemacs as well. Finally update manual and make a new post here. No hurry, better to get it co

Re: [Orgmode] how to change the font color of the hidden leading star in custom theme?

2009-05-20 Thread Spike Spiegel
> You can type: > > M-x customize-face RET org-hide RET > > You can then change the face's foreground color to match your > background. I can toggle it on/off but I can't set the colour, is that a new thing? I'm running a somewhat oldish 6.21 thanks -- "Behind every great man there's a great ba

Re: [Orgmode] positioning inline image

2009-05-20 Thread Eric Schulte
Carsten Dominik writes: > On May 20, 2009, at 12:56 AM, Marvin Doyley wrote: > >> Hi everyone, >> >> Does anyone knows how to vary the position of inline images. The >> default position appear to be is center, but it would be nice to >> vary the location especially when exporting as html > > I am

Re: [Orgmode] how to change the font color of the hidden leading star in custom theme?

2009-05-20 Thread Matthew Lundin
Hi Jevgeni, Jevgeni Holodkov writes: > I am using org-mode with option "Hiding leading stars" enabled. > However, since I am using a non standard theme - my background is dark > blue, the stars are visible, since their color is black. I org manual > it is said, that I may have to customize som

[Orgmode] Re: colview min/mean/max

2009-05-20 Thread Mikael Fornius
I forgot to make org-columns-edit-attributes be fully comptiable with new operators so I will fix this and I will make this change for org-colview-xemacs as well. Finally update manual and make a new post here. -- Mikael Fornius ___ Emacs-orgmode ma

Re: [Orgmode] recursive todo/checkbox statistics

2009-05-20 Thread Alexander
Thanks! It works great. However, I can't get it to work on a per-file basis, ie with: #+COOKIE_DATA: recursive It works fine for my purposes - I just set it on a per-tree basis, but I don't know if this is desired behavior or not. Best, Alexander On 5/20/09, Carsten Dominik wrote: > Hi Alexa

Re: [Orgmode] html export with htmlized code blocks [SOLVED]

2009-05-20 Thread Dirk-Jan C. Binnema
Hi Dan, Op Tue 19 May 2009, om 21:10 (+0200) schreef Dan Davison: > > "Dirk-Jan C. Binnema" writes: > > > > > I seems that I should be able to automate that a bit... ie., maybe > > something like: > > > > #+BEGIN_CODE(perl) > > print "hello, world!"; > > #+END_CODE > > > > > > But I'm not real

[Orgmode] how to change the font color of the hidden leading star in custom theme?

2009-05-20 Thread Jevgeni Holodkov
Hi, I am using org-mode with option "Hiding leading stars" enabled. However, since I am using a non standard theme - my background is dark blue, the stars are visible, since their color is black. I org manual it is said, that I may have to customize something, in order to hide these stars, such

[Orgmode] colview min/mean/max

2009-05-20 Thread Mikael Fornius
I have changed my org-colview.el so that it is possible to get min, mean and max values calculated instead of just sums in the table summaries. I use orgmode as a dayplanner and physical exercise diary. My exercise data is stored as properties in a year->month->day tree and it is very nice for m

Re: [Orgmode] recursive todo/checkbox statistics

2009-05-20 Thread Carsten Dominik
Hi Alexander, in the latest git version you can do (setq org-hierarchical-todo-statistics nil) Or, if you want this only for specific trees, you can set a property[1] :COOKIE_DATA: todo recursive HTH - Carsten [1] The "todo" part in the property is unnecessary if the entry does not have

Re: [Orgmode] [ANN] [Solved] org-crypt Version 0.3

2009-05-20 Thread Ian Barton
Ian Barton wrote: The attached version of org-crypt fixes a few bugs and is just about ready to be included in org proper. The only thing it might need before inclusion in org is automatic encryption via hooks. Peter, I have just been trying out org-crypt. With a minimal org file: -*- mode:

Re: [Orgmode] Gather all high-priority (A) items in the agenda view

2009-05-20 Thread Manish
On Wed, May 20, 2009 at 3:27 AM, Marcelo de Moraes Serpa wrote: > Hello list! > > Is there a way to query for all the high-priority items in the > agenda view? http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php http://article.gmane.org/gmane.emacs.orgmode/10819 -- Manish

Re: [Orgmode] Setting org-log-into-drawer in a property

2009-05-20 Thread Carsten Dominik
Hi Daniel, On May 20, 2009, at 7:56 AM, Daniel J. Sinder wrote: As Carsten Dominik so eloquently wrote on 5/19/2009 1:38 AM: On May 19, 2009, at 7:54 AM, Daniel J. Sinder wrote: Most of my tasks have only one state change (TODO->DONE), so I like to be able to quickly see my log notes by fu

[Orgmode] Re: {{{macro}}} expansion not working properly for docbook export

2009-05-20 Thread Baoqiu Cui
Hi Dale, Dale Smith writes: > {{{maxro}}} expansion does not happen for docbook export until an html > export is done. After that, macros seems to be expanded properly for > docbook export. Thanks for reporting this bug. For some reason I missed the coverage of macro support in DocBook export