From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: [RFC] Moving "manual.org" into core Date: Mon, 22 Jan 2018 16:53:23 +0000 Message-ID: References: <87bmhooaj9.fsf@nicolasgoaziou.fr> <87tvveqi7u.fsf@bzg.fr> <87wp0a57i5.fsf@nicolasgoaziou.fr> <874lndyhpa.fsf@bzg.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a114931485b6a8d05636045c7" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edfLm-0003vY-Sy for emacs-orgmode@gnu.org; Mon, 22 Jan 2018 11:53:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1edfLl-0000Bk-WE for emacs-orgmode@gnu.org; Mon, 22 Jan 2018 11:53:38 -0500 In-Reply-To: <874lndyhpa.fsf@bzg.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Bastien Guerry Cc: Achim Gratz , Org Mode List , Nicolas Goaziou --001a114931485b6a8d05636045c7 Content-Type: text/plain; charset="UTF-8" On Mon, Jan 22, 2018 at 11:35 AM Bastien Guerry wrote: > what do you think of the proposal to have > > (setq org-adapt-indentation 'content) > > set :PROPERTIES: aligned with the beginning of the headline, > while leaving content unindented? > > I'd also like to have the better of both worlds without the > need to use `org-indent-mode'. > I cannot draw an opinion on that, as I have used org-indent-mode for many years.. it "just works". With the default value of org-indent-mode-turns-off-org-adapt-indentation being non-nil, org-adapt-indention is auto-set to nil with org-indent-mode enabled. So for all my use cases, org-adapt-indentation has always been nil (which I learn today :) ). In summary, I prefer to have no indentation anywhere (PROPERTIES, content, src blocks (I set org-edit-src-content-indentation to 0 in my config.. I never understood why the 2-space indentation was there by default)).. org-indent-mode simply takes care of everything. -- Kaushal Modi --001a114931485b6a8d05636045c7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, Jan 22= , 2018 at 11:35 AM Bastien Guerry <bzg@gn= u.org> wrote:
what do you think of the proposal to have

=C2=A0 (setq org-adapt-indentation 'content)

set :PROPERTIES: aligned with the beginning of the headline,
while leaving content unindented?

I'd also like to have the better of both worlds without the
need to use `org-indent-mode'.

I ca= nnot draw an opinion on that, as I have used org-indent-mode for many years= .. it "just works".

With the default val= ue of org-indent-mode-turns-off-org-adapt-indentation being non-nil, org-ad= apt-indention is auto-set to nil with org-indent-mode enabled. So for all m= y use cases, org-adapt-indentation has always been nil (which I learn today= :) ).

In summary, I prefer to have no indentation= anywhere (PROPERTIES, content, src blocks (I set org-edit-src-content-inde= ntation to 0 in my config.. I never understood why the 2-space indentation = was there by default)).. org-indent-mode simply takes care of everything.


--

Kaushal = Modi

--001a114931485b6a8d05636045c7--