[Orgmode] pcomplete bug in 7.4

2011-01-03 Thread kelaouchi

Hello,


Completing todo keywords using M-TAB always works for "TODO"
and "WAITING" on 7.4 (except it doesn't add any space after keyword).

Completing other todo keywords (as "SOMEDAY", "CANCELLED", ...) only
works the first time i run M-TAB.

For example, after having typed :

* SOM

completing using M-TAB will well outputs :

* SOMEDAY

But if once more i need to create a "SOMEDAY" task, completing :

* SOM

does not work.


Commit that breaks completing looks like to be :
0ff8d32131b58a655492b97ebb9536907efa64dd.

Reverting fixed it for me.


Best regards.

kelaouchi

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-crypt

2010-12-20 Thread kelaouchi
Hello,

here are my settings for org-crypt :

(require 'org-crypt)
(org-crypt-use-before-save-magic)
(setq org-tags-exclude-from-inheritance (quote ("crypt")))
(setq org-crypt-key "C48ED4D2")

I create a buffer :

* heading 1  :crypt:
** subheading 1
   text 1
** subheading 2
   text 2
* heading 2  :crypt:
** subheading 1
   text 1
** subheading 2
   text 2

When saving it, "heading 1" and "heading 2" are encrypted.
When trying to org-decrypt-entries, emacs prompts for passphrase one
time. Only "heading 2" is decrypted. I kill buffer; then reopen it and
run org-decrypt-entries. The same : only "heading 2" is decrypted. 

I remove heading 1; create a new heading 1, but this once, tagging
"subheading 1" as crypt instead of "heading 1" :

* heading 1  
** subheading 1  :crypt:
   text 1
** subheading 2
   text 2
* heading 2  :crypt:
** subheading 1
   text 1
** subheading 2
   text 2

I then save and try to run org-decrypt-entries. Emacs prompts twice for
passphrase and everything is well decrypted. 

I run Org-mode version 7.3 on GNU Emacs 23.2.1
(x86_64-unknown-linux-gnu, GTK+ Version 2.20.0) of 2010-05-08 on
pidsley.hoetzel.info .

Is it a bug ?

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode