[Orgmode] org-annotation-helper

2008-05-16 Thread Daniel M German
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 to grab it

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

2008-05-16 Thread David Rattenburg
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 fine with Checkboxes ([]). But it does not work with TODOs. R

Re: [Orgmode] Rebuilding orgcard for US Letter

2008-05-16 Thread Nick Dokos
Marc Oscar Singer <[EMAIL PROTECTED]> wrote: > I'd like to rebuild the orgcard.tex file into > a US letter sized document. > >[EMAIL PROTECTED] ~...gtd/org-6.03 > make doc/orgcard.pdf >(cd doc; tex orgcard.tex) >This is TeX, Version 3.141592 (Web2C 7.5.6) >kpathsea: Running mktexf

Re: [Orgmode] Re: Feature Request: horizontal split for agenda view

2008-05-16 Thread Carsten Dominik
Hi Jan, very interesting! Thanks. - Carsten On May 16, 2008, at 7:52 PM, Jan Rehders wrote: Hi, for future reference here is my solution: ;; patch org mode to use vertical splitting (defadvice org-prepare-agenda (after org-fix-split) (toggle-window-split)) (ad-activate 'org-prepare-agenda

[Orgmode] Rebuilding orgcard for US Letter

2008-05-16 Thread Marc Oscar Singer
I'd like to rebuild the orgcard.tex file into a US letter sized document. [EMAIL PROTECTED] ~...gtd/org-6.03 > make doc/orgcard.pdf (cd doc; tex orgcard.tex) This is TeX, Version 3.141592 (Web2C 7.5.6) kpathsea: Running mktexfmt tex.fmt I can't find the format file `tex.fmt'! ma

[Orgmode] Re: Feature Request: horizontal split for agenda view

2008-05-16 Thread Jan Rehders
Hi, for future reference here is my solution: ;; patch org mode to use vertical splitting (defadvice org-prepare-agenda (after org-fix-split) (toggle-window-split)) (ad-activate 'org-prepare-agenda) Using the `toggle-window-split' from http://www.emacswiki.org/cgi-bin/wiki/ToggleWindowSplit

[Orgmode] Memory leak?

2008-05-16 Thread [AvataR]
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. But I have only 256! :) Is it normal behaivour? Sorry for my ugl

Re: [Orgmode] global tags for a file

2008-05-16 Thread Manuel Hermenegildo
Sorry, I meant of course: > * Task to be done by Frank :Manuel: --> > * Task to be done by Frank :Frank: This Frank guy keeps trying to make me do his job... ;-) --Manuel -- --- Manuel Hermenegildo

Re: [Orgmode] Underlines and strike-through lines in column view

2008-05-16 Thread Wanrong Lin
Hi, Carsten, Yes, your solution solved my problem! Actually I prefer to have the headings' color shine through in the column view so I can easily tell at which level they are. Just by changing my org-column face to the following: '(org-column ((t (:background "gray80" :underline "gray60" :

[Orgmode] global tags for a file

2008-05-16 Thread Manuel Hermenegildo
Is there a way to set tags globally for a file, so that all entries in the file inherit that tag? I was looking for something similar to what (I think) #+PROPERTY: does, but for tags, but could not find it. Or perhaps I do not need it and there is another way to do what I am trying to do: - In

Re: [Orgmode] Underlines and strike-through lines in column view

2008-05-16 Thread Carsten Dominik
On May 16, 2008, at 5:26 PM, Carsten Dominik wrote: On May 16, 2008, at 5:20 PM, Carsten Dominik wrote: Hi Wanrong, the org-column face should explicitly mask all face properties that should not shine through into the column view. Therefore, the default org-column face has explicitly

Re: [Orgmode] Underlines and strike-through lines in column view

2008-05-16 Thread Carsten Dominik
On May 16, 2008, at 5:20 PM, Carsten Dominik wrote: Hi Wanrong, the org-column face should explicitly mask all face properties that should not shine through into the column view. Therefore, the default org-column face has explicitly :underline nil :strike-through nil and now, after look

Re: [Orgmode] Underlines and strike-through lines in column view

2008-05-16 Thread Carsten Dominik
Hi Wanrong, the org-column face should explicitly mask all face properties that should not shine through into the column view. Therefore, the default org-column face has explicitly :underline nil :strike-through nil and now, after looking at your config, it will also get :slant normal

Re: [Orgmode] Underlines and strike-through lines in column view

2008-05-16 Thread Wanrong Lin
Hi Carsten, Attached is a minim emacs config file I made that can reproduce the problem using "emacs -q -l minimal.el". The first line of the file add the load-path to the org-mode package, so you may need to change it. Also attached is a simple two-line org-file that you can open to see the

Re: [Orgmode] Re: Customizing HTML Export

2008-05-16 Thread Joel J. Adamson
Dennis J Lin <[EMAIL PROTECTED]> writes: > Salutations! > > [EMAIL PROTECTED] (Joel J. Adamson) writes: > >> Most TeX systems come with pdflatex, which directly produces pdf, with >> limitations (pdflatex can't use eps graphics, my preferred format, but >> must use png or gif --- someone please co

[Orgmode] Re: Possible Bug in Table Calculations?

2008-05-16 Thread Peter Jones
Carsten Dominik <[EMAIL PROTECTED]> writes: > Currently, Org uses cals with only 5 significant digits, this is the > cause for this accuracy. You can change this per equation by > including something like "n8" or "f8" into the mode string, like > > @5$1=vsum(@[EMAIL PROTECTED]);n8%.2f Ah, I tot

Re: [Orgmode] Bug fix: org-mhe links don't work with mairix

2008-05-16 Thread Carsten Dominik
I have applied the patch, thank you. - Carsten On May 15, 2008, at 5:31 AM, Nick Dokos wrote: Hi Carsten, Pete Phillips had run into a problem back in November 2007 with mhe links to emails not working (he was using mairix as the mh search method). I just sent a patch to Bill Wohler about the

Re: [Orgmode] Fix: ':recursive' and org-publish-attachment

2008-05-16 Thread Carsten Dominik
Applied, thanks. - Carsten On May 16, 2008, at 5:04 AM, Sebastian Rose wrote: The following patch fixes a bug in org-publish. There must be a better way to fix this (maybe it is fixed already) cause this one only works on the local host (?), but my poor lisp... It is possible to supply t

Re: [Orgmode] Refile a note to a subtree

2008-05-16 Thread Carsten Dominik
Yes, please take a look at the variable org-refile-use-outline-path. The completion is not very pretty, but it works. The current GIT version already does a somewhat better job. HTH - Carsten On May 15, 2008, at 3:21 PM, Paul R wrote: Hi, is there a way to refile a note to a subtree usi

Re: [Orgmode] Possible Bug in Table Calculations?

2008-05-16 Thread Carsten Dominik
Hi Peter, org tables work with a limited numerical accuracy of results to avoid fields that result from operations like divisions to get too wide. Maybe I really should change this and make people specify a format in the formula if they want it narrower. Currently, Org uses cals with onl

Re: [Orgmode] Underlines and strike-through lines in column view

2008-05-16 Thread Carsten Dominik
Hi Wanrong, I have lost track a bit of the details, so in order to fix this, can you please make me a test case with a minimal .emacs that contrains your face definitions, and a small example file. Please make it work so that emacs -q -l minimal.emacs will reproduce the problem. Please a