From mboxrd@z Thu Jan 1 00:00:00 1970 From: Van L Subject: Re: Demoting in plain list displays asterisk as space Date: Wed, 27 Jun 2018 00:01:21 +1000 Message-ID: <68D643C6-2A84-46F5-9B7B-DC3970483F0E@scratch.space> References: <87fu1brsbe.fsf@nicolasgoaziou.fr> <4edd4644-c043-8405-0597-2833e9b76595@online.de> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXoXJ-0005jf-Lx for emacs-orgmode@gnu.org; Tue, 26 Jun 2018 10:01:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXoXG-0000mC-JH for emacs-orgmode@gnu.org; Tue, 26 Jun 2018 10:01:37 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:54377) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fXoXG-0000Vx-C7 for emacs-orgmode@gnu.org; Tue, 26 Jun 2018 10:01:34 -0400 In-Reply-To: <4edd4644-c043-8405-0597-2833e9b76595@online.de> 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: Rainer Stengele Cc: emacs-orgmode@gnu.org > I have no clue where to start searching To list `org-` variables: C-h v org- TAB You can try the following: #+BEGIN_EXAMPLE ; find help for the mode's key map C-h b ; find help for the major mode C-s major ; click on org-end-of-line ; click on org.el ; there you find a file of 24936 lines to search #+END_EXAMPLE