Bastien writes:
> If this is still an issue, can you provide a patch for this? It will
> help me understand what is really at stake.
Forget about this, I've seen this has been fixed long ago.
Sorry for the noise,
--
Bastien
___
Emacs-orgmode ma
writes:
> In org-capture-place-item, excerpted here...
> [...]
>
> the function needs to bound re-search-forward by END, and it needs to
> bound re-search-backward by BEG. As it stands right now, if the
> target location doesn't contain an item already, the function will
> happily pick the ne
Carsten Dominik writes:
> Yes. Thank you for your report and correct analysis.
>
> This fix was already in the current development version, I guess you
> are using 7.01h or something similar? If you prefer to use released
> versions,
> expect this change in 7.02.
I saw the problem in plain 7.
In org-capture-place-item, excerpted here...
(defun org-capture-place-item ()
"Place the template as a new plain list item."
(let* ((txt (org-capture-get :template))
(target-entry-p (org-capture-get :target-entry-p))
(ind 0)
beg end)
(cond
((org-capt