mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
(org-shiftselect-error, org-ctrl-c-ctrl-c): * org-agenda.el (org-agenda-undo, org-check-for-org-mode): * org-attach.el (org-attach-check-absolute-path): * org-docbook.el (org-export-as-docbook): * org-html.el (org-export-as-html): * org-id.el (org-id-update-id-locations): * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table): Fix typos in error messages.
This commit is contained in:
parent
99f3b856f6
commit
f924a367df
8 changed files with 46 additions and 34 deletions
|
|
@ -217,7 +217,7 @@ Throw an error if we cannot root the directory."
|
|||
(or (and dir (file-name-absolute-p dir))
|
||||
(file-name-absolute-p org-attach-directory)
|
||||
(buffer-file-name (buffer-base-buffer))
|
||||
(error "Need absolute `org-attach-directory' to attach in buffers without filename.")))
|
||||
(error "Need absolute `org-attach-directory' to attach in buffers without filename")))
|
||||
|
||||
(defun org-attach-set-directory ()
|
||||
"Set the ATTACH_DIR property of the current entry.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue