emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] bug in org-crypt?


From: Xiao-Yong Jin
Subject: [Orgmode] bug in org-crypt?
Date: Sat, 27 Mar 2010 21:57:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux)

Hi,

If you have the follow org file

* test crypt                                                          :crypt:
** subheading 1
   text 1
** subheading 2
   text 2

with setup as

(require 'org-crypt)
(setq org-tags-exclude-from-inheritance '("crypt"))
(setq org-crypt-key "CBC0714E")              ; my key

On calling org-encrypt-entry on the first head line, only
subheading 1 get encrypted, subheading 2 remains plain text.
But, if you add an empty line or some text under the first
heading, both subheading 1 and 2 are encrypted.

Testing on recent git checkout results the same.  Is it a bug?

-- 
J    c/*    __o/*
X    <\     * (__
Y    */\      <




reply via email to

[Prev in Thread] Current Thread [Next in Thread]