Reported by Ethan Blanton.
@@ -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
@@ -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))