From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Continued lists Date: Sat, 02 Nov 2019 11:34:15 +0200 Message-ID: <87v9s2k4fc.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35997) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQpzU-0004Ol-40 for emacs-orgmode@gnu.org; Sat, 02 Nov 2019 05:46:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQpnf-0000jO-Qw for emacs-orgmode@gnu.org; Sat, 02 Nov 2019 05:34:28 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:53212 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iQpnf-0000Z4-Iy for emacs-orgmode@gnu.org; Sat, 02 Nov 2019 05:34:27 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iQpna-0006Mt-Mo for emacs-orgmode@gnu.org; Sat, 02 Nov 2019 10:34:22 +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.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Greetings. I know that lists can be continued using the following syntax: # ----------------------------------------------------------- * First heading 1. a list begins here * Second heading 2. [@2] list continues # ----------------------------------------------------------- I find myself doing this all the time, especially when working on Beamer slides. Given how smart org mode is (it is!), I find manual list continuation weird. My questions are: a. Is there already a better way? b. [@b] Could we have one? Jarmo