emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] (org-insert-headline '(4)) should insert new headline before poi


From: Leonard Randall
Subject: Re: [O] (org-insert-headline '(4)) should insert new headline before point
Date: Sun, 4 May 2014 03:37:54 +0100

Hi Bastien,

Just to follow up on the error, reverting commit 0ca4092 fixes the bug that I mentioned in my last email and reverting the fourth hunk of commit b8c85a1 should fix the bug that you tried to fix with that commit.  Carsten had added an 'unless (bolp)' condition to the function that controls inserting new lines outside of headlines to avoid deleting whitespace. However, so far as I can tell, the other measures Carsten put in place with that commit made adding this condition unnecessary. Outside of the contexts where it produces the first bug I mentioned it does not seem to affect headline insertion behaviour.

Anyway, reverting those commits should get headline insertion to work as advertised.

All best

Leonard



reply via email to

[Prev in Thread] Current Thread [Next in Thread]