Re: [Orgmode] global tags for a file

2008-05-19 Thread Carsten Dominik
Hi Manuel, I would not have thought that this would be useful, but the use-case you describe actually does make sense. So I am putting these in, but I will use a keyword #+FILETAGS: because #+TAG is just too similar to #+TAGS, and this would certainly lead. In know, TAG would be nicely symmet

[Orgmode] org-infojs

2008-05-19 Thread Gijs Hillenius
Hi, pardon me if this was noted before: I recently notice "Problems while trying to load feature `org-infojs'" in the Message buffer when I start Org-mode. Does not seem to actually cause mishaps, though. Thanks for Org Mode, by the way :-) Gijs -- It is impossible to travel faster than light

Re: [Orgmode] Rebuilding orgcard for US Letter

2008-05-19 Thread Marc Oscar Singer
Nick Dokos wrote: Marc Oscar Singer <[EMAIL PROTECTED]> wrote: Your TeX installation seems to be misconfigured/incomplete. That was true. Once I installed it, I was able to run make doc. Unfortunately, I still was getting an A4 sized orgcard. I had to add -t letter to the dvips command

[Orgmode] Additional Properties for Export

2008-05-19 Thread Peter Jones
As you can tell from my recent questions, I've been doing a lot of exporting from Org lately. Here are a few things I'd like some feedback on. I would like to be able to set a TITLE property for a sub-tree, and when I export just that sub-tree, the document title will be taken from that property

[Orgmode] Bug found (but don't know to fix)

2008-05-19 Thread Wanrong Lin
Hi Carsten: I have observed that in Windows "org-open-at-point" (bound to RET key in my config) does not work on something like this: file:\\hostname\path Today I dug a little bit into it, and found the problem is here (in red): (defun org-open-file (path &optional in-emacs line search) "Op

Re: [Orgmode] Re: org-annotation-helper

2008-05-19 Thread John Rakestraw
> > How do you use this ? when I call it it just opens up the remember > buffer and asks me for a template. Right. If you have a remember template defined appropriately (Dan gives an example of his in his code that you could use after very minor modification), then the different elements of what

[Orgmode] Re: org-annotation-helper

2008-05-19 Thread Cezar Halmagean
> hi everybody, > > I took the liberty of updating the elisp file that John Rakestraw sent > last week. I (think) have improved a bit and the description should be > easier to follow. I have also made it possible to insert the selected > text into the current buffer (the code was there, I just had

Re: [Orgmode] Memory leak?

2008-05-19 Thread Joel J. Adamson
[EMAIL PROTECTED] ([AvataR]) writes: > Good time of day! > > I try to use Org-mode and discover possible memory leak. > When i'm in simple org mode, and press [TAB] for a lot, looks like an > legion of Langoliers eat my memory. In 10-20 seconds emacs uses about > 100M of RAM. In what context ar

Re: [Orgmode] org-annotation-helper

2008-05-19 Thread Carsten Dominik
On May 18, 2008, at 11:38 PM, John Rakestraw wrote: Hi Dan, Carsten, Alan and others -- Dan, thanks for following up on this. Carsten, I'm happy to have this added to the contrib/lisp directory. However, I really shouldn't be listed in the code as an author. Fixed, thanks. - Carsten Bas

Re: [Orgmode] org-exp.el: html export does not close footnote paragraph tag

2008-05-19 Thread Carsten Dominik
Applied, thanks. - Carsten On May 19, 2008, at 12:52 PM, Madhu wrote: [No need to forward to list if acted on] Helu, the new nxml mode complained that footnotes in exported org files don't have their paragraphs closed: Perhaps something like the following would fix it? --Madhu diff --git a

Re: [Orgmode] Using [%] or [/] with a list of TODOs

2008-05-19 Thread Carsten Dominik
On May 17, 2008, at 2:08 AM, David Rattenburg wrote: Hi, I'm new to orgmode and I have a question about [%] and [/]. Is it possible to use them with a list of TODOs similar to a list of Checkboxes? Like * ProjectX [%] ** TODO Sub0 ** DONE Sub1 resulting in [%] displaying [50%]. It works fi

[Orgmode] org-exp.el: html export does not close footnote paragraph tag

2008-05-19 Thread Madhu
[No need to forward to list if acted on] Helu, the new nxml mode complained that footnotes in exported org files don't have their paragraphs closed: Perhaps something like the following would fix it? --Madhu diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 814515f..6f8d6b0 100644 --- a/lis