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 fu
Hi,
this seems to be very basic, but: is there a way to export a file without the
TODO keywords and the other task tracking information?
I'm writing a web site where each section is a task (I schedule a day to
write it, then it goes from TODO to DONE). When I export to HTML, I see headers
l
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 (i386
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 loade
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-visi
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 the
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. B
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
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,
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)
| o
10 matches
Mail list logo