From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: command to skip the :PROPERTIES: drawer Date: Tue, 05 Jan 2016 23:57:06 +0100 Message-ID: <87bn8z8wjh.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGaXf-0003Wl-Ds for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 17:57:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGaXa-00068x-EH for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 17:57:27 -0500 Received: from plane.gmane.org ([80.91.229.3]:34215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGaXa-00068t-7M for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 17:57:22 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aGaXW-0006MB-Pd for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 23:57:18 +0100 Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jan 2016 23:57:18 +0100 Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jan 2016 23:57:18 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Let's say you have an entry like the followin, with the point in the Entry line. Is there an org command to put the mark on a newline after :END: ? At the moment, I have too many C-n to type for my taste :-) --8<---------------cut here---------------start------------->8--- *** Entry :B_action: :PROPERTIES: :BEAMER_env: action :BEAMER_COL: 0.6 :END: --8<---------------cut here---------------end--------------->8--- Julien.