Browse Source

Fix bug with remember template `bottom' location.

Reported by Ethan Blanton.
Carsten Dominik 16 years ago
parent
commit
4e6b862560
2 changed files with 5 additions and 1 deletions
  1. 5 0
      lisp/ChangeLog
  2. 0 1
      lisp/org-remember.el

+ 5 - 0
lisp/ChangeLog

@@ -1,3 +1,8 @@
+2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
+
+	* org-remember.el (org-remember-handler): Fix bug with `bottom'
+	location.
+
 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
 
 	* org-bbdb.el (org-bbdb-anniversaries): Require bbdb in

+ 0 - 1
lisp/org-remember.el

@@ -762,7 +762,6 @@ See also the variable `org-reverse-note-order'."
 		(setq org-goto-start-pos (or (match-beginning 0) (point-min))))
 	       ((eq heading 'bottom)
 		(goto-char (point-max))
-		(re-search-backward "^\\* " nil t)
 		(or (bolp) (newline))
 		(setq org-goto-start-pos (point)))
 	       ((and (stringp heading) (string-match "\\S-" heading))