emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH 5/5] org-bibtex.el: Clarifying description of `org-bibtex-typ


From: Stefan-W. Hahn
Subject: [O] [PATCH 5/5] org-bibtex.el: Clarifying description of `org-bibtex-type-property-name'.
Date: Sun, 23 Mar 2014 11:16:11 +0100

* org-bibtex.el: Clarifying description of `org-bibtex-type-property-name'.

TINY CHANGE

Signed-off-by: Stefan-W. Hahn <address@hidden>
---
 lisp/org-bibtex.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index d8ab649..7e1d8da 100644
--- a/lisp/org-bibtex.el
+++ b/lisp/org-bibtex.el
@@ -285,7 +285,9 @@ (defcustom org-bibtex-no-export-tags nil
   :type '(repeat :tag "Tag" (string)))
 
 (defcustom org-bibtex-type-property-name "btype"
-  "Property in which to store bibtex entry type (e.g., article)."
+  "Org property in which to store bibtex entry type (e.g.,
+article) when converting between parsed bibtex entry and org-mode
+property database."
   :group 'org-bibtex
   :version "24.1"
   :type 'string)
-- 
1.8.3.2.733.gf8abaeb




reply via email to

[Prev in Thread] Current Thread [Next in Thread]