yank in middle of text a headline

2020-10-03 Thread Samuel Wales
=== * x hi | there * y === if i copy x and yank it where | is, it yanks immediately above y. i prefer that it yanks at |. is this possible? is this new behavior?

Bug: unexpected new page started after bullet line [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)]

2020-10-03 Thread Rob Sargent
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [PATCH] Re: Bug: org-cycle stops working on Org files with empty lines at end of buffer [9.4 (9.4-elpaplus @ /home/brentg/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-10-03 Thread stardiviner
Bastien writes: > stardiviner writes: > >> Waited many days, seems no useful patch available. I suggest to revert that >> commit. > > I will have a look over the week-end, thanks. Thanks for taking time to look at this problem, Bastien. -- [ stardiviner ] I try to make every word

Re: org-cycle-internal-local unfold a plain list in parent

2020-10-03 Thread Yasushi SHOJI
Hi, On Sat, Oct 3, 2020 at 7:55 PM Yasushi SHOJI wrote: > Move your cursor to the headline "second" and hit tab to cycle, > then the list "foo" is also unfolded and you now see "bar" > as well as the headline "third". I was expecting to see only > the "third". I just run bisection on it and it

org-cycle-internal-local unfold a plain list in parent

2020-10-03 Thread Yasushi SHOJI
Hi, I see a plain list unfolded when I cycle a sub headline. Say, I have the following org file: #+begin_src org ,* first - foo - bar ,** second ,*** third #+end_src Fold the list "foo" and the second headline, thus what you see on your screen is more like: * first - foo...

Re: [PATCH] Re: Bug: org-cycle stops working on Org files with empty lines at end of buffer [9.4 (9.4-elpaplus @ /home/brentg/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-10-03 Thread Bastien
stardiviner writes: > Waited many days, seems no useful patch available. I suggest to revert that > commit. I will have a look over the week-end, thanks. -- Bastien

Re: [PATCH] Re: Bug: org-cycle stops working on Org files with empty lines at end of buffer [9.4 (9.4-elpaplus @ /home/brentg/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-10-03 Thread stardiviner
Kyle Meyer writes: > Ihor Radchenko writes: > >> Subject: [PATCH] Do not remove trailing newline when deleting planning info >> line. >> >> * lisp/org.el (org-add-planning-info): Remove front newline instead of >> trailing newline when deleting planning info is completetly removed >> from a

Re: [PATCH] org: Fix a docstring typo

2020-10-03 Thread Kyle Meyer
morgan.j.sm...@outlook.com writes: > From: Morgan Smith > > * lisp/org.el (org-check-before-invisible-edit): Fix a docstring typo. > --- > > Hello Org! This is my first patch so go easy on me. I'm planning on > doing more patches in the future. I already submitted the FSF > paperwork for emacs,

Re: org-capture at point

2020-10-03 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-03 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: [PATCH] Omit file description when :file-desc has nil value

2020-10-03 Thread Kyle Meyer
Matt Huszagh writes: > Subject: [PATCH] list/ob-core.el: Allow passing empty vector to :file-desc to > omit description s/list/lisp/ > diff --git a/doc/org-manual.org b/doc/org-manual.org > index e7d25b90e..a790f3225 100644 > --- a/doc/org-manual.org > +++ b/doc/org-manual.org > @@ -17482,10