emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug in org-crypt?
@ 2010-03-28  1:57 Xiao-Yong Jin
  2010-04-14  7:43 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Xiao-Yong Jin @ 2010-03-28  1:57 UTC (permalink / raw)
  To: emacs-orgmode

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    */\      <

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-04-15 17:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-28  1:57 bug in org-crypt? Xiao-Yong Jin
2010-04-14  7:43 ` Carsten Dominik
2010-04-14 14:42   ` Xiao-Yong Jin
2010-04-15 17:21     ` Peter Jones

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).