summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-04 18:36:34 +0100
committerBastien Guerry <bzg@altern.org>2013-03-04 18:36:34 +0100
commit65440264de02b9a02a4c5bd6ebf9de30344062b2 (patch)
tree14a08ecc55c6b1736e75deb1b57b3332f2b73c80
parentff6647ee22cd588d25134351fb8af701f1c608e8 (diff)
downloadorg-mode-65440264de02b9a02a4c5bd6ebf9de30344062b2.tar.gz
Update contrib/README and some comments/messages
* org-faces.el (org-column): Update docstring. * org-colview.el: Update error message.
-rw-r--r--contrib/README6
-rw-r--r--lisp/org-colview.el2
-rw-r--r--lisp/org-faces.el2
3 files changed, 8 insertions, 2 deletions
diff --git a/contrib/README b/contrib/README
index 2ed1e53..f29c105 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 b5f74fd..a98deec 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 30784ce..29ea8ca 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