[FIXED] Re: Archive an task which has un-indented logbook caused error

2020-12-08 Thread stardiviner
Thanks!

[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/


On Wed, Dec 9, 2020 at 1:04 PM Kyle Meyer  wrote:

> Kyle Meyer writes:
>
> > Thanks for reporting.  This is the same error as reported by Duianto at
> >
> https://orgmode.org/list/cae-tx7i5ew3ed3yx6jjx57qnurtv0aumwkue0w83yuureke...@mail.gmail.com
> >
> > It bisects to 11ef7454a (org.el (org-fixup-indentation): Fix logbook
> > drawers indentation, 2020-09-07).
>
> As mentioned in the earlier thread, the issue should be fixed by
> 2eb5f0741.
>


Re: Archive an task which has un-indented logbook caused error

2020-12-08 Thread Kyle Meyer
Kyle Meyer writes:

> Thanks for reporting.  This is the same error as reported by Duianto at
> https://orgmode.org/list/cae-tx7i5ew3ed3yx6jjx57qnurtv0aumwkue0w83yuureke...@mail.gmail.com
>
> It bisects to 11ef7454a (org.el (org-fixup-indentation): Fix logbook
> drawers indentation, 2020-09-07).

As mentioned in the earlier thread, the issue should be fixed by
2eb5f0741.



Re: Archive an task which has un-indented logbook caused error

2020-12-07 Thread Kyle Meyer


stardiviner writes:

> I have an Org task like this:
> ```org
> ** DONE lantern [2/2]
>CLOSED: [2019-02-16 Sat 23:45]
> :LOGBOOK:
> - State "DONE"   from "TODO"   [2019-02-16 Sat 23:45] \\
>   Arch Linux install lantern from AUR.
> CLOCK: [2019-02-16 Sat 23:38]--[2019-02-16 Sat 23:45] =>  0:07
> - State "TODO"   from  [2016-01-09 Sat 10:37]
> :END:
>
> happey ending!
> ```
> You can noticed that there are three spaces offset before `CLOSED`.
> And NO spaces before the `:LOGBOOK:` drawer. When I press `[C-c C-x C-a]`.
> I got following error.
>
> Here is the error after I `toggle-debug-on-error`.
> ```
> Debugger entered--Lisp error: (wrong-type-argument wholenump -1)
>   move-to-column(-1 t)
>   indent-line-to(-1)

Thanks for reporting.  This is the same error as reported by Duianto at
https://orgmode.org/list/cae-tx7i5ew3ed3yx6jjx57qnurtv0aumwkue0w83yuureke...@mail.gmail.com

It bisects to 11ef7454a (org.el (org-fixup-indentation): Fix logbook
drawers indentation, 2020-09-07).