From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: bugs in commenting and filling Date: Mon, 27 Aug 2012 09:44:42 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T62Qj-0000MX-SE for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 12:44:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T62Qd-0005zO-RM for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 12:44:49 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:38608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T62Qd-0005zD-MK for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 12:44:43 -0400 Received: by obhx4 with SMTP id x4so9907122obh.0 for ; Mon, 27 Aug 2012 09:44:42 -0700 (PDT) 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 Here are 6 bugs (or at least changes that might need to be documented) in Org commenting and filling. Context: commenting and filling used to use generic Emacs facilities, but now use Org-specific ones. original: === x bug 1: the line above now does not get commented even if comment-empty-lines is t. bug 2: this line now does not indent consistently with the rest of emacs. === comment-dwim: === # x # bug 1: the line above now does not get commented even if # comment-empty-lines is t. # bug 2: this line now does not indent consistently with the # rest of emacs. === bug 3: outside of org with filladapt turned OFF, filling this paragraph does not indent it. also auto-fill indents unlike the rest of emacs. ret tab is ok. #bug 4: this paragraph now gets exported in HTML subtree #export, which will likely surprise many people who formerly #used "#" comments instead of "# " comments and don't #carefully check all output. they might #even publish private information automatically without #realizing it using old files that they forgot or did not #know to convert. #bug 5: filling this paragraph with "===" on the following #line will fill the ===, unlike the rest of emacs with #filladapt turned ON. we are supposed to not use filladapt #with org. therefore, how do you emulate the filladapt #behavior so that there is consistency between emacs and #org? Bug 6: what does the Org-specific commenting do? i was not able to determine that from the docstring to org-comment-or-uncomment-region. maybe update docstring would help others trying to find out why commenting works differently in org from the rest of emacs? Hope it helps. Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com