From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: orgalist: increase vspace between points, leave orgalist (indent) Date: Tue, 12 Jun 2018 23:28:14 +0200 Message-ID: <87y3fjwv81.fsf@nicolasgoaziou.fr> References: <878t7k8n9x.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSqpx-0002am-6f for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 17:28:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSqpu-0006c9-0B for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 17:28:21 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:44937) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSqpt-0006au-PS for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 17:28:17 -0400 Received: from saiph (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id B7861240003 for ; Tue, 12 Jun 2018 21:28:18 +0000 (UTC) Received: from ngz by saiph with local (Exim 4.89) (envelope-from ) id 1fSqpq-0001Gr-B1 for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 23:28:14 +0200 In-Reply-To: <878t7k8n9x.fsf@mat.ucm.es> (Uwe Brauer's message of "Tue, 12 Jun 2018 09:41:30 +0200") 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: emacs-orgmode@gnu.org Hello, Uwe Brauer writes: > First of all thanks for orgalist, I use it frequently and enjoy quite a > bit. There are two features I am missing (or don't know who to use > them). > > 1. How can I increase the vspace per default (say one blank line) between 2 > points in a list? That is a variable which controls that behavior? For now, it obeys to `org-blank-before-new-entry'. In Orgalist 1.8, there is a new variable, `orgalist-separated-items', which basically does the same. > 2. Which key should I use to leave a list? Return just jumps > ^ to position. But I am looking for a command which would jump. > > > > ^ here. Of course I can use return return and then backward-kill-word. > But is there any orgalist specific command which does this? Use C-j, or RET, depending on electric indentation. Regards, -- Nicolas Goaziou