Hi Carsten and others
there seems to be an interference with the way org-mode captures
DEL. This happens with emacs 22.0.96 strated with emacs -Q
Load org, visit an org-buffer, load and start calc,
in the calc buffer backspace is bound to
DEL (translated from ) runs the command delete-backward-
Turns out you cannot advise insert because the byte-compiler
treats it in a special way. So this will only work if you do
not compile org.el to org.elc. If you remove org.elc and also
any internal org.elc Emacs might be distributed with, then the
advice will work - but you have to pay a speed pe
On Mar 22, 2007, at 17:45, Jason F. McBrayer wrote:
Carsten Dominik <[EMAIL PROTECTED]> writes:
On Mar 22, 2007, at 16:21, Jason F. McBrayer wrote:
I'm not sure what would be better. But this reminds me that we
need a tty compatibility binding for org-shiftcontrolright and
org-shiftcontrolle
Hello Carsten and list,
Remember templates now support headings such as this:
(?i "* %^{Title}\n %i\n %a" "~/org/JOURNAL.org" "New Ideas")
However one annoying issue is if I want to use the same file with
different headings, I can't omit the file argument in the
templates. Do you think we
H, the other day I had a working version, but you are right, what I
posted does not work. I don't understand yet why - I'll be back about
this.
- Carsten
On Mar 25, 2007, at 3:51, Mark Aufflick wrote:
Damn - defadvice is way cool! I do similar AOP-style things in Perl,
but nothing that
On Mar 26, 2007, at 17:26, Leo wrote:
On 2007-03-26, Carsten Dominik said:
On Mar 25, 2007, at 12:24, Leo wrote:
Hello Carsten and list,
In the agenda dispatcher, there is this
,
| wTODO keyword : WAITING
`
This is just an example for a custom agenda command, see the
va
On Mar 26, 2007, at 17:23, Leo wrote:
On 2007-03-26, Carsten Dominik said:
On Mar 25, 2007, at 10:51, Leo wrote:
Dear all,
I still haven't figured out what `C-c C-r' does. Can someone give me
an example to see the effect of C-c C-r? Thanks in advance.
1. Set all context variables to nil:
On 2007-03-26, Carsten Dominik said:
> On Mar 25, 2007, at 12:24, Leo wrote:
>
>> Hello Carsten and list,
>>
>> In the agenda dispatcher, there is this
>> ,
>> | wTODO keyword : WAITING
>> `
>>
>
> This is just an example for a custom agenda command, see the
> variable `org-agenda
On 2007-03-26, Carsten Dominik said:
> On Mar 25, 2007, at 10:51, Leo wrote:
>
>> Dear all,
>>
>> I still haven't figured out what `C-c C-r' does. Can someone give me
>> an example to see the effect of C-c C-r? Thanks in advance.
>
> 1. Set all context variables to nil:
>
> (setq org-show-hierarch
On Mar 25, 2007, at 10:51, Leo wrote:
Dear all,
I still haven't figured out what `C-c C-r' does. Can someone give me
an example to see the effect of C-c C-r? Thanks in advance.
1. Set all context variables to nil:
(setq org-show-hierarchy-above nil
org-show-following-heading nil
On Mar 25, 2007, at 12:24, Leo wrote:
Hello Carsten and list,
In the agenda dispatcher, there is this
,
| wTODO keyword : WAITING
`
This is just an example for a custom agenda command, see the variable
`org-agenda-custom-commands'. But I guess you are right,
it should prob
11 matches
Mail list logo