Source:
org-archive-subtree does not work on subtrees with clock entries #14033
https://github.com/syl20bnr/spacemacs/issues/14033
Description:
The error message:
indent-line-to: Wrong type argument: wholenump, -1
appears when org-archive-subtree (C-c C-x C-s) is called on a
subheading that has :
I applied the fix manually and there are no more freezes or error messages.
Thank you.
On Mon, Jul 6, 2020 at 12:08 PM Nicolas Goaziou wrote:
>
> Hello,
>
> Duianto - writes:
>
> > Reproduction Steps:
> >
> > Copy the following lines:
> > 1. a
> &g
Hello
Depending on the indentation amount on the line following a list item,
when (org-insert-item) is evaluated.
Causes Emacs to soft freeze (can be canceled by pressing: C-g)
or an error message is shown: (args-out-of-range 0 1)
Reproduction Steps:
Copy the following lines:
1. a
b
2. c
(
Problem:
The first line of `ol-notmuch.el` shows the filename as: `org-notmuch.el`
https://code.orgmode.org/bzg/org-mode/src/3a6061e787efc9793ce1b7445a1f2502f679b40e/contrib/lisp/ol-notmuch.el#L1
Cause:
It was overlooked when the other instances in the same file, were
renamed in this commit:
https