From a9ac84c16cab9e195156daad10187ccdaa1a1287 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 18 Jun 2008 09:24:05 +0200 Subject: [PATCH] Fixed typos. --- doc/org.texi | 2 +- lisp/org-exp.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 71865b7b2..899d00d1e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4948,7 +4948,7 @@ When you are finished preparing a note with @i{remember}, you have to press remember buffer, you will first be asked if you want to clock out now@footnote{To avoid this query, configure the variable @code{org-remember-clock-out-on-exit}.}. If you answer @kbd{n}, the clock -will continue to run after the note is filed away. +will continue to run after the note was filed away. The handler will then store the note in the file and under the headline specified in the template, or it will use the default file and headlines. diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 0ebcdbbfb..2f0e16d1f 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2993,6 +2993,7 @@ lang=\"%s\" xml:lang=\"%s\"> (if (not valid) (setq rpl desc)))) ((functionp (setq fnc (nth 2 (assoc type org-link-protocols)))) + ;; The link protocol has a function for format the link (setq rpl (save-match-data (funcall fnc (org-link-unescape path) desc1 'html)))) -- 2.11.4.GIT