Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-12 Thread Ihor Radchenko
Hammer Hu writes: > ** heading > >text 1 > > #+begin_quote > block > #+end_quote > >text 2 > --- > > It makes it easy to copy code snippets from org file without emacs. Check out org-src-preserve-indentation. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org

Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-12 Thread Hammer Hu
is in need, it would be a disaster. Best, - From: Ihor Radchenko Sent: 12.07.2023 08:42 To: Hammer Hu Subject: Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default

Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-12 Thread Ihor Radchenko
Hammer Hu writes: > Thanks for your accommodations. Is it possible to introduce a feature to align > all blocks to the begining to the lines when indenting? I thing it helps when > copying contents from a org file without emacs installed. May you elaborate? -- Ihor Radchenko // yantar92, Org

Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-11 Thread Hammer Hu
: 11.07.2023 15:07 To: Hammer Hu Subject: Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)] Hammer Hu writes: > Please change bug.el to > > (add-hook 'org-mode-hook #'org-mo

Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-11 Thread Ihor Radchenko
Hammer Hu writes: > Please change bug.el to > > (add-hook 'org-mode-hook #'org-modern-mode) > (setq-default org-adapt-indentation t) > > Select the region and M-x indent-region multiple times. Thanks! A simpler reproducer: 1. /tmp/bug.org #+begin_quote foo #+end_quote 2. emacs -Q -L

Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-11 Thread Hammer Hu
] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)] [ Adding Org mailing list back to CC. Please use "reply all" ] Hammer Hu writes: > I tried on the latest version, but the pro

Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-11 Thread Ihor Radchenko
[ Adding Org mailing list back to CC. Please use "reply all" ] Hammer Hu writes: > I tried on the latest version, but the problem persists: > > Emacs : GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version > 3.24.38, cairo version 1.17.8) > of 2023-07-11 > Package: Org mode version

Re: [BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-11 Thread Ihor Radchenko
Hammer Hu writes: > When `org-modern' is installed and `org-modern-mode' is enable in a > buffer, the fontification is augmented. See > [[https://raw.githubusercontent.com/minad/org-modern/screenshots/example.gif]] > for a demonstration. But when I have `org-modern-mode' turned on, >

[BUG] Incorrect indentation when there are invisible/diplay properties on the line [9.6.7 ( @ /home/huzf/.cache/emacs_configs/default/elpa.28/org-9.6.7/)]

2023-07-11 Thread Hammer Hu
--text follows this line-- 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.