From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Subject: no syntax defined for comments Date: Tue, 12 Jan 2010 17:05:28 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUjGU-0003GR-RU for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 11:06:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUjGQ-00039m-3A for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 11:06:42 -0500 Received: from [199.232.76.173] (port=32962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUjGP-00039Y-Tw for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 11:06:37 -0500 Received: from lo.gmane.org ([80.91.229.12]:44512) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NUjGP-00005I-BD for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 11:06:37 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NUjG7-0002bJ-5h for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 17:06:19 +0100 Received: from 134.61.69.210 ([134.61.69.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Jan 2010 17:06:19 +0100 Received: from andrea.crotti.0 by 134.61.69.210 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Jan 2010 17:06:19 +0100 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: emacs-orgmode@gnu.org I sometimes want to write comments in my org-mode files, but the handy function *comment-region* doesn't work, "no syntax defined for.." Then I can choose '#' but it doesn't put it in the beginning of the line. I normally end in selecting the rectangle and run *string-rectangle* with '#', but that's a bit annoying. Why we can't just set '#' as the comment character so that normal functions work fine? Thanks