They are working on the next release right now so things might be quiet. Grant Rettke | AAAS, ACM, AMA, COG, FSF, IEEE, Sigma Xi gret...@acm.org | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson
On Fri, Apr 4, 2014 at 10:01 PM, York Zhao <gtdplatf...@gmail.com> wrote: > Any one? > > On Thu, Apr 3, 2014 at 6:59 PM, York Zhao <gtdplatf...@gmail.com> wrote: >> Hi list, >> >> (org-insert-headline '(4)) used to insert new heading before point. But this >> had >> broken recently. According to the docstring, this command inserts new >> heading at the end of the parent subtree ONLY if two universal prefix >> arguments is given, not one. Here's the reproducer: >> >> --8<---------------cut here---------------start------------->8--- >> emacs -Q -L path/to/org-mode/lisp/ --eval \ >> "(let ((buf (get-buffer-create \"test-org\"))) >> (with-current-buffer buf >> (org-mode) >> (insert \"* headline 1\") >> (goto-char (line-beginning-position)) >> (org-insert-heading '(4))) >> (switch-to-buffer buf))" >> --8<---------------cut here---------------end--------------->8--- >> >> Thanks >