[Orgmode] Store link broken?

2007-06-25 Thread Uwe Jochum
Hi all,

I just wanted to store a link, using the usual C-c l. But it seems
this command is broken in the new Org-4.79. Can someone verify this? Or
did I miss something?

I have 

  (add-to-list 'auto-mode-alist '(\\.org$ . org-mode))
  (define-key global-map \C-cl 'org-store-link)
  (define-key global-map \C-ca 'org-agenda)
  (global-font-lock-mode 1)

in my .emacs-file, so the command should work (Emacs 22.1.1 on Windows
XP).

Schöne Grüße,

Uwe



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Extending lists is broken?

2007-06-25 Thread Bernt Hansen
Hi Carsten,

I'm using org mode version 4.79 and I used to be able to use
Shift-Alt-Return and Shift-Return to create the next item in a list
(with or without a checkbox)

, org file before -
| * NEXT SomeTask
| CLOCK: [2007-06-25 Mon 14:05]
|
|  - [ ] Somefield
|  - [ ] Another field
`--

If I hit Shift-Alt-Return at the end of the last line I now get this:

, order file after 
| * NEXT SomeTask
| CLOCK: [2007-06-25 Mon 14:05]
|
| CLOCK: [ ] Somefield
| CLOCK: [ ] Another field
| CLOCK: [ ] 
`--

This is broken in 4.78 and 4.79 but works in 4.77

Regards,
Bernt



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] feature request: tags in remember template

2007-06-25 Thread Maxim Loginov
hi all

It would be nice to have a special `%'-escape for tags in remember templates,
%g for example. so one may use completion for tags when creating a note 
(now I do it by hands and sometimes have a mistypings). a global list of tags 
from agenda-files should be created for such completion

thanks
Maxim Loginov



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode