On 28Oct2007, at 3:42 PM, Bastien wrote:
Adam Spiers <[EMAIL PROTECTED]> writes:
If the idea is just to re-display the *Org agenda* buffer
Correct. It's effectively a more generic version of "Press `C-u
r' to
search again with new search string".
So why not just make `C-u r' call the
On Tue, Oct 30, 2007 at 07:06:03AM +0100, Carsten Dominik wrote:
> On 28Oct2007, at 3:42 PM, Bastien wrote:
> > I think it will be hard to have a simpler keystroke than `C-x b' :)
Bastien - actually it's really important for me that this be a single
letter. The part of GTD I am weakest with is t
Hi,
XML and therefore XHTML is case sensitive with regard to tag names.
Org-mode version 5.13h generates upper-case COL tags in XHTML-export,
which is invalid. The tag should be in lowercase. The patch below should
fix it.
--- org.el.orig 2007-10-30 13:34:18.0 +0100
+++ org.el 2007-1
Carsten Dominik <[EMAIL PROTECTED]> writes:
>> Then `C-u r' will have the same meaning across all possible types of
>> agenda views, i.e. call `org-agenda-redo' and wait for more
>> information on how to refine the current view. Which means: call
>> back `org- agenda' if the last command was `org
On Wed, Oct 24, 2007 at 10:52:05PM +1000, Charles Cave wrote:
> I am pleased to announce the publication of my tutorial
> on using date and times in org-mode. Carsten has reviewed
> the first draft and I have incorporated his suggestions.
>
> Please send me your comments and I will make a second
Hi Carsten,
there seem to be quite a few problems with drawers export (Org 5.13h)
Here is a test file:
#+TITLE: Test drawers export
#+DRAWERS: HIDE TEST
:TEST:
This is not a drawer.
:END:
:HIDE:
This text is hidden
Hello!
I am wondering whether it would be possible to have access to the values
of bibtex fields in remember templates when calling remember from a
buffer in bibtex mode. I would like to define a template that includes
a link to the bibtex entry, but which also lays out a brief citation.
Somethin