Re: org-capture at point

2020-10-02 Thread Kyle Meyer
david wen riccardi-zhu writes: > I use org-plus-contrib 2020928 with Emacs 27.1. > > Since org-plus-contrib 20200920, I'm no longer able to get > org-capture to insert a template at the point. Instead, it seems > to place the entry at the appropriate heading level, above the > current heading.

Re: org-capture at point

2020-10-02 Thread Kyle Meyer
No Wayman writes: >> Looks like it was introduced with: >> >> f5573e6a0 org-capture.el: Fix heading's level when inserting a >> template "here" > > I believe the issue is due to `org-back-to-heading' moving point > when calculating the heading level. > The attached patch corrects the issue on my

Re: org-capture at point

2020-10-02 Thread No Wayman
Looks like it was introduced with: f5573e6a0 org-capture.el: Fix heading's level when inserting a template "here" I believe the issue is due to `org-back-to-heading' moving point when calculating the heading level. The attached patch corrects the issue on my end. Tested by running: #+begin

Re: org-capture at point

2020-09-29 Thread No Wayman
Since org-plus-contrib 20200920, I'm no longer able to get org-capture to insert a template at the point. Instead, it seems to place the entry at the appropriate heading level, above the current heading. Looking at the help page, perhaps it's this behavior: This happens with both a custom inte

org-capture at point

2020-09-29 Thread david wen riccardi-zhu
I use org-plus-contrib 2020928 with Emacs 27.1. Since org-plus-contrib 20200920, I'm no longer able to get org-capture to insert a template at the point. Instead, it seems to place the entry at the appropriate heading level, above the current heading. Looking at the help page, perhaps it's thi