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 he
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
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...
*
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
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 tel
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.
--
===
* 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?