From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Survey: changing a few default settings for Org 9.4 Date: Wed, 19 Feb 2020 12:03:37 +0100 Message-ID: <84k14ikfee.fsf@gmail.com> References: <87pnebf2ku.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35250) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4N8r-0001Uj-Sa for emacs-orgmode@gnu.org; Wed, 19 Feb 2020 06:03:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4N8q-00046B-Ms for emacs-orgmode@gnu.org; Wed, 19 Feb 2020 06:03:45 -0500 In-Reply-To: <87pnebf2ku.fsf@gnu.org> (Bastien's message of "Wed, 19 Feb 2020 08:39:29 +0100") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Bastien Cc: emacs-orgmode@gnu.org Bastien writes: > while Org 9.4 is on its way, I am considering changing a few default > settings (10 options in total). I have created a survey here: > > https://framadate.org/Ufc42EVxS2jO1Ajz > > Can you take a few minutes and express your opinion there? Ok. I'll go there in a minute. > Here is the list of options and a line of justification - feel free to > discuss this on the mailing list too, of course. These changes look good to me. Thanks for bringing this up. Find a few comments and a question below. > - org-loop-over-headlines-in-active-region => t I vote for => 'start-level. Loop over headlines with same level as the first. > - org-agenda-loop-over-headlines-in-active-region => t > - org-fontify-done-headline => t > - org-hide-emphasis-markers => t > - org-hide-macro-markers => t > - org-refile-use-cache => t > - org-special-ctrl-k => t > > The default value for the sister option org-special-ctrl-a is set to > reversed and while this changes a fundamental Emacs command behavior > it feels useful. I'd argue this is the same for org-special-ctrl-k: > setting it to t will feel natural. AFAICS there is a contradiction between the documentation of org-special-ctrl-k and the code! Doc: kill the tags. Code: (org-align-tags). Further I propose to delete the part " and possible the folded subtree below the line" from the documentation. > - org-src-tab-acts-natively => t > - org-allow-promoting-top-level-subtree => t Just an idea for the "reverse": provide a function to convert a comment line to a heading (one level below the current level) and demote the subtrees below. > - Add org-tempo to org-modules > * We have regular meetings with https://www.emacs-doctor.com/ What are these meetings? Thanks.