Hi,
* Taru Karttunen [2009-01-26 10:31:50 +0200]:
How about having a cron job that creates a ~/.org-remind-me file from
agenda every 15 minutes? And just cat that in the .bash_profile?
I ended up doing this, as it works quickly and is a minimum of work.
Cron is such a great tool...
Thanks T
Hi,
* Carsten Dominik [2009-01-25 22:17:16 +0100]:
It is unlikely that this can be make faster in a significant way.
Why is it a problem Even if it takes 10 seconds?
Ah, I see, you do this in every new shell?? This sounds
unnecessary, to say the least.
Maybe you have to explain bette
Hi,
I am attempting to use org-mode as a replacement for remind. I
currently have it set up with the following in my .bash_profile:
emacs --batch --no-init-file -q -l ~/.emacs.slim --eval "(progn
(org-agenda-list) (princ (buffer-string)))" 2> /dev/null
Where ~/.emacs.slim is a very small in
* Sebastian Rose <[EMAIL PROTECTED]> [2008-11-03 12:53:57 +0100]:
http://orgmode.org/manual/Column-groups.html#Column-groups
works fine for LaTeX.
Wow, I clearly missed this section of the manual in my (not so thorough,
it seems) search for how to accomplish what I want.
Thanks!
Nicholas
Hi,
* Carsten Dominik <[EMAIL PROTECTED]> [2008-11-03 12:16:56 +0100]:
However, since you are summing in the column, all $-row references
are optional, i.e. you can write the formula as
:=vsum(@-II+1..-I-1)
or even as
:=vsum(@-II..-I)
Since this is the same expression for all columns,
Hi all,
I have some questions pertaining to orgtbl-mode. I am really excited
about using it to compose all my LaTeX tables, and in fact learned Emacs
and Org specifically for this purpose (well, I also learned them for all
the other awesome features of Org-mode.
First of all, I was wonderi