Re: [Orgmode] Re: Article: Synchronizing org Files Using bzr and git

2009-03-05 Thread Ian Barton
Sebastian Rose wrote: Bernt Hansen be...@norang.ca writes: Mark, Sorry about the yellow I hadn't noticed it. I am trying to fix it, but it seems to be defeating my very limited css skills. The css generated by org is: pre class=src src-emacs-shell *~ /pre pre class=src src-emacs-shell bzr add

Re: [Orgmode] My Python solution to generating unique Ids in headlines

2009-03-05 Thread Ian Barton
I settled on using a small Python script, since I am not a Lisp programmer. 1. I created a text file todononum.txt which contains the next number to use. 2. I created the following script to read this file, return the next available number formatted in a unique, easy to find string, for

Re: [Orgmode] org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-03-05 Thread Carsten Dominik
On Mar 5, 2009, at 12:08 AM, William Henney wrote: On Tue, Mar 3, 2009 at 3:34 AM, Carsten Dominik domi...@science.uva.nl wrote: Now how do we want to do this with org-mode? 1) The user is responsible for creating a bib-file using whatever tools she prefers (e.g. bib2bib). 2) Add an option

Re: [Orgmode] More interaction in column view

2009-03-05 Thread Carsten Dominik
On Mar 4, 2009, at 10:45 AM, Daniel Clemente wrote: I'm starting to use column mode (C-c C-x C-c) and I'm surprised I can't do some tasks from within, like for instance: - move headings up/down with M-up M-down - clock in/out tasks (C-c C-x C-i and … C-o) - schedule tasks, etc. I always

Re: [Orgmode] Is column view buggy?

2009-03-05 Thread Carsten Dominik
Hi Daniel, On Mar 4, 2009, at 10:21 AM, Daniel Clemente wrote: Hi, I don't know if it's just my setup, but I see many problems when using column view (C-c C-x C-c) on org6.23trans+Emacs23(Bazaar), specially with lots of properties in long lines (more than 1 visual line) or folded

Re: [Orgmode] Re: My Python solution to generating unique Ids in headlines

2009-03-05 Thread Carsten Dominik
Hi Charles, if you want a pure Emacs solution for this, here is one (defvar charles-num-file C:/charles/gtd/todonum.txt) (defun charles-add-id () Add ID number to headline. (interactive) (save-excursion (org-back-to-heading t) (when (looking-at .*\\[#[0-9]+\\]) (error ID

Re: [Orgmode] Tag Searches

2009-03-05 Thread Carsten Dominik
That would be the variable org-highlight-sparse-tree-matches. How to find it? M-x org-customize RET Open the Org Structure group Open the Org Sparse Trees group and there it is. Or, alternatively M-x apropos-variable RET org.*highlight RET HTH - Carsten On Mar 4, 2009, at

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-05 Thread Gour
Baoqiu == Baoqiu Cui cbao...@yahoo.com writes: Baoqiu I knew it must be FOP that you did not like. ;-) I had similar Baoqiu experience using FOP, and I (and all other team members) had to Baoqiu find workarounds when hitting problems in FOP (like formatting Baoqiu footnotes in lists or tables).

[Orgmode] Re: org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-03-05 Thread Chris Gray
Carsten Dominik wrote: In fact, implementing alphabetic sorting for names that actually will work is pretty much a nightmare :-) There is a switch (-a) in bibtex2html that sorts the entries as bibtex would sort them. Cheers, Chris ___

Re: [Orgmode] Re: org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-03-05 Thread Carsten Dominik
OK, so this is simple then. Great. - Carsten On Mar 5, 2009, at 1:32 PM, Chris Gray wrote: Carsten Dominik wrote: In fact, implementing alphabetic sorting for names that actually will work is pretty much a nightmare :-) There is a switch (-a) in bibtex2html that sorts the entries as

[Orgmode] Tables and Latex Wrong-number-of-arguments error

2009-03-05 Thread andrew dasys
Trying to org-export-latex-... any table in 6.23trans and 6.23b results both on WinXP and Ubuntu results in an error. Sending to html works great. Any guidance would be greatly appreciated. Table is as simple As I could think of: * MASH | id | Actor | Character |

[Orgmode] [PATCH] Change timestamps in day-step clocktable from active to inactive

2009-03-05 Thread Adam Elliott
When run in day-step mode, the clocktable header line for each day's table contains an active timestamp. I figure it should be an inactive timestamp, since otherwise I get a junk entry in the agenda each day (whatever heading was previous to the clocktable). I'm talking about the output from

Re: [Orgmode] Tag Searches

2009-03-05 Thread srandby
Carsten Dominik wrote: That would be the variable org-highlight-sparse-tree-matches. Thanks, this is perfect for me. Scott How to find it? M-x org-customize RET Open the Org Structure group Open the Org Sparse Trees group and there it is. Or, alternatively M-x

Re: [Orgmode] Tables and Latex Wrong-number-of-arguments error

2009-03-05 Thread Carsten Dominik
Please make a backtrace with uncompiled code: Reload Org with C-u C-c C-x r and hit the error again. Thanks. - Carsten On Mar 4, 2009, at 7:48 PM, andrew dasys wrote: Trying to org-export-latex-... any table in 6.23trans and 6.23b results both on WinXP and Ubuntu results in an error.

Re: [Orgmode] [PATCH] Change timestamps in day-step clocktable from active to inactive

2009-03-05 Thread Carsten Dominik
Applied, thanks. - Carsten On Mar 5, 2009, at 7:00 AM, Adam Elliott wrote: When run in day-step mode, the clocktable header line for each day's table contains an active timestamp. I figure it should be an inactive timestamp, since otherwise I get a junk entry in the agenda each day

Re: [Orgmode] Re: DocBook exporter for Org-mode

2009-03-05 Thread Sebastian Rose
Gour g...@mail.inet.hr writes: Otoh, number of tags in DocBook is overwhelming and, imgo, way too distracting for most documentation tasks, at least, for *my* use-cases. It is, and that's exactly why the DocBook export is such a great thing. You could say a similar thing about (valid) XHTML,

Re: [Orgmode] Re: DocBook exporter for Org-mode

2009-03-05 Thread Sebastian Rose
Gour g...@mail.inet.hr writes: Frankly speaking, reST provides a lot of expressive power if you want it, while still keeping document very readable and no DTDs, schemas, validation, fiddling with catalogs etc. :-D How about: Frankly speaking, Org-mode provides a lot of expressive power if

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-05 Thread Dale Smith
Sebastian Rose sebastian_r...@gmx.de writes: Gour g...@mail.inet.hr writes: Otoh, number of tags in DocBook is overwhelming and, imgo, way too distracting for most documentation tasks, at least, for *my* use-cases. It is, and that's exactly why the DocBook export is such a great thing.

[Orgmode] Auto-saving/loading files (without prompts)

2009-03-05 Thread David Thole
Hey all, One thing I noticed about org mode I'm hoping to resolve. Basically with using git, and having something pull into the specific org file, the contents of the file change often. The problem I'm having is that what I'd like to do is to refresh the buffer, and reload this file on

[Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Marcelo de Moraes Serpa
Hello list, Let's say I have some next action that I know exactly where to put (what list), in other words, I don't need to process it (in the GTD terms), I just need to put it in the correct list. What I would like to do is some interactive function that would allow me to quickly input a new

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Samuel Wales
Refiling might do what you want. On Thu, Mar 5, 2009 at 12:40, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hello list, Let's say I have some next action that I know exactly where to put (what list), in other words, I don't need to process it (in the GTD terms), I just need to put it

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Marcelo de Moraes Serpa
Refilling? On Thu, Mar 5, 2009 at 3:00 PM, Samuel Wales samolog...@gmail.com wrote: Refiling might do what you want. On Thu, Mar 5, 2009 at 12:40, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hello list, Let's say I have some next action that I know exactly where to put (what

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Samuel Wales
C-h f org-refile. On Thu, Mar 5, 2009 at 14:27, Marcelo de Moraes Serpa celose...@gmail.com wrote: Refilling? On Thu, Mar 5, 2009 at 3:00 PM, Samuel Wales samolog...@gmail.com wrote: Refiling might do what you want. On Thu, Mar 5, 2009 at 12:40, Marcelo de Moraes Serpa celose...@gmail.com

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Marcelo de Moraes Serpa
Yeah, maybe I could develop another function that uses refile (or refile's logic) to get the items where I want to. But the idea is different, I want to bind this func to a key combo, when it is called it would ask interactively for the item's string, then, after that, where I would like to put it

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Bastien
Marcelo de Moraes Serpa celose...@gmail.com writes: Refilling? Refiling is for tasks seeking their parents. Refilling is usually for beer. Refillling doesn't yet exist. Have a look in the manual: (info (org) Refiling notes) Press C-x C-e at the end of the second parenthesis to directly

RE: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Womick, Don
Marcelo de Moraes Serpa celose...@gmail.com writes: Refilling? Refiling is for tasks seeking their parents. Refilling is usually for beer. Refillling doesn't yet exist. From Ogden Nash: The one-l lama, He's a priest. The two-l llama, He's a beast. And I will bet A silk pajama There isn't

[Orgmode] Release 6.24

2009-03-05 Thread Carsten Dominik
Changes in version 6.24 === Incompatible changes ~ Tag searches are now case-sensitive From this release on, tag searches will be case sensitive. While I still think it would be nice to have them case-insensitive,

[Orgmode] Feature request: IDs on anything

2009-03-05 Thread Samuel Wales
Now seems like an ideal time to post this. I have been thinking that it would be useful to be able to slap org IDs on anything. This includes plain list items, table cells, and specific words in long sections of text.[1] Links to these markers will never be broken and will go to their exact

Re: [Orgmode] Re: My Python solution to generating unique Ids in headlines

2009-03-05 Thread Samuel Wales
I have a related idea in the thread, IDs on anything. -- Myalgic encephalomyelitis denialism is causing death (decades early; Jason et al. 2006) and severe suffering (worse than nearly all other diseases studied; e.g. Schweitzer et al. 1995) and *grossly* corrupting science.

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Matthew Lundin
Hi Marcelo, If I'm understanding it correctly, org-remember with interactive filing does precisely what you're looking for. You can quickly enter a task and then type C-1 C-c C-c to choose where to file it. http://orgmode.org/manual/Remember.html#Remember Best, Matt Marcelo de Moraes Serpa