From mboxrd@z Thu Jan 1 00:00:00 1970 From: isaac Subject: use # instead of * to signal different levels of headlines? is it possible? Date: Fri, 4 Apr 2014 22:34:48 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWCw8-0004oR-W4 for emacs-orgmode@gnu.org; Fri, 04 Apr 2014 18:50:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWCw1-00049j-GS for emacs-orgmode@gnu.org; Fri, 04 Apr 2014 18:50:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:37359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWCw1-000477-AV for emacs-orgmode@gnu.org; Fri, 04 Apr 2014 18:50:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WWChQ-0007cf-Td for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 00:35:03 +0200 Received: from fx2.mskcc.org ([140.163.254.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Apr 2014 00:35:00 +0200 Received: from isaacpei by fx2.mskcc.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Apr 2014 00:35:00 +0200 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 Hello, As a heavy user of orgmode, I am wondering if it's possible to use # instead of * to signal the level of outline in orgmode? I am guessing maybe there's an easy configuration that we can change the character used from "*" to "#"? if that's the case, then I can just start to use this setup in orgmode to write my R code, integrated with outlines - comments (or python code, or ruby code) Thanks! Isaac