0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 09:32:53 +00:00

Merge branch 'for-carsten' of git://git.norang.ca/org-mode

This commit is contained in:
Carsten Dominik 2008-11-25 14:35:17 +01:00
commit 20ebca8cad
3 changed files with 3 additions and 2 deletions

View file

@ -375,4 +375,4 @@ export."
(message (match-string 1 raw))
(match-string 1 raw)))))))
;;; org-exp-blocks.el ends here
;;; org-exp-blocks.el ends here

View file

@ -140,6 +140,7 @@ If `org-store-link' was called with a prefix arg the meaning of
(setq desc (org-email-link-description)
link (org-gnus-article-link group newsgroups message-id x-no-archive))
(org-add-link-props :link link :description desc)
(gnus-summary-toggle-header -1)
link))))
(defun org-gnus-open (path)

View file

@ -2353,7 +2353,7 @@ Use customize to modify this, or restart Emacs after changing it."
:group 'org)
(defcustom org-completion-use-ido nil
"Non-ni means, use ido completion wherever possible."
"Non-nil means, use ido completion wherever possible."
:group 'org-completion
:type 'boolean)