From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Is the "No comment syntax is defined" problem fixed? Date: Sat, 1 May 2010 19:19:18 +0200 Message-ID: <267FA12A-BE3D-41A8-9A16-D4D7FD34C947@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8GLd-0002Fu-HW for emacs-orgmode@gnu.org; Sat, 01 May 2010 13:19:25 -0400 Received: from [140.186.70.92] (port=33704 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8GLc-0002Dc-8I for emacs-orgmode@gnu.org; Sat, 01 May 2010 13:19:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8GLa-0006Lp-PQ for emacs-orgmode@gnu.org; Sat, 01 May 2010 13:19:24 -0400 Received: from mail-ew0-f209.google.com ([209.85.219.209]:53518) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8GLa-0006Li-Gy for emacs-orgmode@gnu.org; Sat, 01 May 2010 13:19:22 -0400 Received: by ewy1 with SMTP id 1so346081ewy.15 for ; Sat, 01 May 2010 10:19:21 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Leo Cc: emacs-orgmode@gnu.org On May 1, 2010, at 6:08 PM, Leo wrote: > On 2010-05-01 13:03 +0100, Carsten Dominik wrote: >>> I remember occasionally org mode asked about "No comment syntax is >>> defined; use: ". Has this been fixed? I have found that whenever a >>> function calls comment-indent (directly or indirectly), this >>> question >>> will be asked. To see it, in an org buffer, eval (comment-indent). >> >> I have not fixed it - so it probably still is a problem. > > I will keep an eye on it. I haven't seen this issue for a long time. > If > this happens again I will see if setting comment-start to "# " helps. That is known to cause problems in Org-mode: http://thread.gmane.org/gmane.emacs.orgmode/5518/focus=6033 > > Leo - Carsten