From 65440264de02b9a02a4c5bd6ebf9de30344062b2 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 4 Mar 2013 18:36:34 +0100 Subject: [PATCH] Update contrib/README and some comments/messages * org-faces.el (org-column): Update docstring. * org-colview.el: Update error message. --- contrib/README | 6 ++++++ lisp/org-colview.el | 2 +- lisp/org-faces.el | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/contrib/README b/contrib/README index 2ed1e5376..f29c10536 100644 --- a/contrib/README +++ b/contrib/README @@ -52,6 +52,12 @@ org-velocity.el --- something like Notational Velocity for Org org-wikinodes.el --- CamelCase wiki-like links for Org org2rem.el --- Convert org appointments into reminders orgtbl-sqlinsert.el --- Convert Org-mode tables to SQL insertions +org-favtable.el --- Lookup table of favorite references and links +org-mew.el --- Support for links to Mew messages +org-vm.el --- Support for links to VM messages +org-wl.el --- Support for links to Wanderlust messages +org-w3m.el --- Support link/copy/paste from w3m to Org-mode +org-colview-xemacs.el --- Column View in Org-mode, XEmacs-specific version ox-confluence.el --- Confluence Wiki Back-End for Org Export Engine ox-deck.el --- deck.js Presentation Back-End for Org Export Engine ox-groff.el --- Groff Back-End for Org Export Engine diff --git a/lisp/org-colview.el b/lisp/org-colview.el index b5f74fdb5..a98deecca 100644 --- a/lisp/org-colview.el +++ b/lisp/org-colview.el @@ -36,7 +36,7 @@ (declare-function org-clock-sum-today "org-clock" (&optional headline-filter)) (when (featurep 'xemacs) - (error "Do not load this file into XEmacs, use `org-colview-xemacs.el'")) + (error "Do not load this file into XEmacs, use `org-colview-xemacs.el' from the contrib/ directory")) ;;; Column View diff --git a/lisp/org-faces.el b/lisp/org-faces.el index 30784ced3..29ea8ca44 100644 --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -202,7 +202,7 @@ set the properties in the `org-column' face. For example, set Under XEmacs, the rules are simpler, because the XEmacs version of column view defines special faces for each outline level. See the file -`org-colview-xemacs.el' for details." +`org-colview-xemacs.el' in Org's contrib/ directory for details." :group 'org-faces) (defface org-column-title -- 2.11.4.GIT