Browse Source

Fixed typos.

Carsten Dominik 17 years ago
parent
commit
a9ac84c16c
2 changed files with 2 additions and 1 deletions
  1. 1 1
      doc/org.texi
  2. 1 0
      lisp/org-exp.el

+ 1 - 1
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.

+ 1 - 0
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))))