From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Visibility cycling at end of headline Date: Thu, 23 Apr 2015 22:35:12 -0400 Message-ID: <87pp6u8d9b.fsf@kmlap.domain.org> References: <87fv7qtgc1.fsf@vostro.rath.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlTSa-0000y7-LA for emacs-orgmode@gnu.org; Thu, 23 Apr 2015 22:35:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlTSV-000050-LJ for emacs-orgmode@gnu.org; Thu, 23 Apr 2015 22:35:20 -0400 Received: from mail-qc0-f181.google.com ([209.85.216.181]:36817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlTSV-00004r-ID for emacs-orgmode@gnu.org; Thu, 23 Apr 2015 22:35:15 -0400 Received: by qcpm10 with SMTP id m10so19541985qcp.3 for ; Thu, 23 Apr 2015 19:35:14 -0700 (PDT) Received: from localhost ([2601:6:5480:1e5:9e4e:36ff:fe3d:ae9c]) by mx.google.com with ESMTPSA id f9sm1893932qhe.34.2015.04.23.19.35.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Apr 2015 19:35:14 -0700 (PDT) In-Reply-To: <87fv7qtgc1.fsf@vostro.rath.org> (Nikolaus Rath's message of "Thu, 23 Apr 2015 19:23:10 -0700") 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 Nikolaus Rath wrote: [...] > * Sample heading 1... > * Sample heading 2 > > If the cursor is to the right of the "1" (in particular if it's at the > end of the line), nothing happens. > > Why is this, I think this is because point is considered to be on the hidden text, not the headline, so the cycling behavior does not apply. To test this, run `org-element-at-point' before and after '...'. > and is there a way to change it? C-a? -- Kyle