Merge branch 'master' of code.orgmode.org:bzg/org-mode

This commit is contained in:
Bastien 2018-04-28 00:59:25 +02:00
commit d48bff37ad
2 changed files with 11 additions and 1 deletions

View File

@ -19180,6 +19180,16 @@ Here is a suggestion for Org Crypt settings in Emacs init file:
;; # -*- buffer-auto-save-file-name: nil; -*-
#+end_src
It's possible to use different keys for different headings by
specifying the respective key as property =CRYPTKEY=, e.g.:
#+begin_example
,* Totally secret :crypt:
:PROPERTIES:
:CRYPTKEY: 0x0123456789012345678901234567890123456789
:END:
#+end_example
Excluding the =crypt= tag from inheritance prevents already encrypted
text from being encrypted again.

View File

@ -9982,7 +9982,7 @@ Raise a user error when there is nothing to follow."
(with-temp-buffer
(let ((org-inhibit-startup (not reference-buffer)))
(org-mode)
(insert (org-link-escape s))
(insert s)
(goto-char (point-min))
(when reference-buffer
(setq org-link-abbrev-alist-local