From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: org-beginning-of-line, org-end-of-line, and visual line mode Date: Mon, 05 Nov 2012 17:09:36 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVPFC-0002j6-QY for emacs-orgmode@gnu.org; Mon, 05 Nov 2012 11:09:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVPF5-0001oY-OR for emacs-orgmode@gnu.org; Mon, 05 Nov 2012 11:09:46 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:38722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVPF5-0001ny-IO for emacs-orgmode@gnu.org; Mon, 05 Nov 2012 11:09:39 -0500 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 Hello, I'm using a very recent version of org-mode (compiled earlier today from git), and I see that using visual-line-mode, the "org-beginning-of-line" goes to the beginning of the visual line (it does not ignore soft line breaks), whereas "org-end-of-line" goes to the end of the real line (it ignores soft line breaks). The FAQ says that this used to be broken back in 2009, but does not mention this asymmetry. Is this a bug? Thanks, Alan