From mboxrd@z Thu Jan 1 00:00:00 1970 From: Calvin Young Subject: Emulating list functionality from traditional GUI editors Date: Thu, 11 Dec 2014 00:14:52 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c1f3c81680150509ec607b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyyu4-0003Rj-1O for emacs-orgmode@gnu.org; Thu, 11 Dec 2014 03:15:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xyyu1-0000po-LL for emacs-orgmode@gnu.org; Thu, 11 Dec 2014 03:15:15 -0500 Received: from mail-ig0-x235.google.com ([2607:f8b0:4001:c05::235]:50691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyyu1-0000pL-G5 for emacs-orgmode@gnu.org; Thu, 11 Dec 2014 03:15:13 -0500 Received: by mail-ig0-f181.google.com with SMTP id l13so4736273iga.14 for ; Thu, 11 Dec 2014 00:15:12 -0800 (PST) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11c1f3c81680150509ec607b Content-Type: text/plain; charset=ISO-8859-1 Hi all, I've been using org-mode for a while now, and it's been life-changing in terms of how I keep organized. However, there's still one thing I miss from traditional note-taking apps when working with lists. Specifically, I'd like to enable the following behavior: - If the cursor is at the end of a list item, then "Return" should insert a new list item (i.e., automatically perform org-meta-return) - If the cursor is at the beginning of an empty list item, then "Return" should outdent the list item (or remove it if it's already at the outer-most indentation level) - If the cursor is at the beginning of an empty list item, then "Backspace" should delete the list item and move my cursor to the end of the previous list item - It'd be nice of these rules could be applied to checkboxes as well What I'm describing is really just the default behavior around bulleted / numbered lists in other GUI editors (e.g., Google Docs, Gmail, OSX Notes, etc.). Are there any options built in to org-mode that'd let me enable this? Best, Calvin --001a11c1f3c81680150509ec607b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi all,

I've been using org-mode fo= r a while now, and it's been life-changing in terms of how I keep organ= ized. However, there's still one thing I miss from traditional note-tak= ing apps when working with lists. Specifically, I'd like to enable the = following behavior:
  • If the cursor is at the end of a list= item, then "Return" should insert a new list item (i.e., automat= ically perform org-meta-return)
  • If the cursor is at the beginning o= f an empty list item, then "Return" should outdent the list item = (or remove it if it's already at the outer-most indentation level)
  • =
  • If the cursor is at the beginning of an empty list item, then "Bac= kspace" should delete the list item and move my cursor to the end of t= he previous list item
  • It'd be nice of these rules could be appl= ied to checkboxes as well
What I'm describing is real= ly just the default behavior around bulleted / numbered lists in other GUI = editors (e.g., Google Docs, Gmail, OSX Notes, etc.). Are there any options = built in to org-mode that'd let me enable this?

Best,
Calvin
--001a11c1f3c81680150509ec607b--