[Orgmode] publish not working in git version

2008-11-30 Thread Richard Riley
Just a heads up for those that use publish - todays git version does not publish (or not here anyway). Backtracking to official 13a works fine. I got this back trace from org-publish-current-file: , | Debugger entered--Lisp error: (wrong-type-argument arrayp nil) | file-truename(nil) |

Re: [Orgmode] searchable refcard?

2008-11-30 Thread Carsten Dominik
Hi Alan, I have been thinking about this some more. As Nat has pointed out, the problem with the pdf can be fixed by using pdftex to produce it, and maybe I should improve my standard procedure to do just that. OK, about a separate, new, searchable reference written in Org-mode. First of all,

Re: [Orgmode] Re: [PATCH] better links to Gnus articles

2008-11-30 Thread Carsten Dominik
Hi Ulf and Tassilo, I have fixed this issue by removing the docstring from the definition of the defvaralias, to make the definition compatible for both Emacsen. Also: On Nov 28, 2008, at 3:58 PM, Ulf Stegemann wrote: While testing the new version I've noticed that links are now made up of

Re: [Orgmode] Searching on items scheduled today +1w

2008-11-30 Thread Carsten Dominik
On Nov 28, 2008, at 9:24 PM, Lindsay Todd wrote: Folks, I would like to extract items that are NEXT action todo-items from my master gtd.org file, for reference in my paper planner, and make a custom agenda command to repeat this. Most of what I want to do is easy with the TODO search.

Re: [Orgmode] Re: All tags in agenda and bug in column view (maybe an emacs bug)

2008-11-30 Thread Carsten Dominik
Hi Tassilo, how do you load org-mode in .emacs? Maybe things will work better if you load it only when there is a frame. So don't do (require 'org), but only (require 'org-install), so that the lisp files will only be loaded when the first buffer is opened? Column view gets font sizes from

Re: [Orgmode] Re: Batch exporting a sparse tree

2008-11-30 Thread Carsten Dominik
On Nov 29, 2008, at 3:31 AM, Lindsay Todd wrote: To answer my own question, this incantation seems to work: emacs -batch -l ~/.emacs \ -eval '(progn (find-file ~/projects/gtd.org) (org-tags-sparse-tree t TODO=\PROJECT\|TODO= \MAYBE\) (org-export-visible ?h

Re: [Orgmode] Re: All tags in agenda and bug in column view (maybe an emacs bug)

2008-11-30 Thread Tassilo Horn
Carsten Dominik [EMAIL PROTECTED] writes: Hi Carsten, how do you load org-mode in .emacs? Maybe things will work better if you load it only when there is a frame. So don't do (require 'org), but only (require 'org-install), That's what I do. so that the lisp files will only be loaded

[Orgmode] Latex export to HTML

2008-11-30 Thread Letitia and Drew Hodge
Hi, I'm trying to export to HTML org files that contain Latex maths fragments. I can successfully export to PDF and I can see properly typeset maths when I use the preview command (C-c C-x, C-l), but when I export to HTML, I see just Latex code. I'm using Org mode 6.13b in GNU Emacs 22.3.1

Re: [Orgmode] Re: Git recommendations

2008-11-30 Thread Samuel Wales
Do you know whether any of the git modes allow you to preprocess the files that get diffed or ediffed? For example, let's say that you want to ignore all line moves. In that case, you might run both files (e.g. an old version and the current version) through sort -u. Then the diff will look