Re: [PATCH] org-indent: Allow indentation per level to be 0

2021-09-25 Thread Bastien
Hi David, David Lukes writes: > * lisp/org-indent.el (org-indent--compute-prefixes): Prefixes should > only be computed when `org-indent-indentation-per-level' is greater than > 0. For one thing, the current algorithm leads to an error otherwise, > and for another, this makes it possible to

[PATCH] org-indent: Allow indentation per level to be 0

2021-08-31 Thread David Lukes
* lisp/org-indent.el (org-indent--compute-prefixes): Prefixes should only be computed when `org-indent-indentation-per-level' is greater than 0. For one thing, the current algorithm leads to an error otherwise, and for another, this makes it possible to use org-indent just to preserve indentation