From 24aaa535737bd95ccf7e98dcc78f424ad276fbb2 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 8 Nov 2015 16:48:09 +0100 Subject: [PATCH] ox: Fix code comment * lisp/ox.el (org-export-output-file-name): Fix code comment. --- lisp/ox.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/ox.el b/lisp/ox.el index 6189b413c..c897b1a66 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5980,8 +5980,7 @@ Return file name as a string." (let* ((visited-file (buffer-file-name (buffer-base-buffer))) (base-name ;; File name may come from EXPORT_FILE_NAME subtree - ;; property, assuming point is at beginning of said - ;; sub-tree. + ;; property. (file-name-sans-extension (or (and subtreep (org-entry-get nil "EXPORT_FILE_NAME" 'selective)) ;; File name may be extracted from buffer's associated