From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stefan-W. Hahn" Subject: [PATCH 5/5] org-bibtex.el: Clarifying description of `org-bibtex-type-property-name'. Date: Sun, 23 Mar 2014 11:16:11 +0100 Message-ID: <1395569771-32421-6-git-send-email-stefan.hahn@s-hahn.de> References: <20140221161702.GS7560@pille.home> <1395569771-32421-1-git-send-email-stefan.hahn@s-hahn.de> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRfSI-0008Ju-Dt for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 06:16:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRfSB-0008QB-8S for emacs-orgmode@gnu.org; Sun, 23 Mar 2014 06:16:38 -0400 In-Reply-To: <1395569771-32421-1-git-send-email-stefan.hahn@s-hahn.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org, "Stefan-W. Hahn" * org-bibtex.el: Clarifying description of `org-bibtex-type-property-name'. TINY CHANGE Signed-off-by: Stefan-W. Hahn --- 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