From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Re: orgstruct-mode with custom headline prefix Date: Sun, 10 Feb 2013 19:11:33 +0000 (GMT) Message-ID: <87r4koasra@ch.ristopher.com> References: <87vcah6xf5@ch.ristopher.com> <8738xh4xfr@ch.ristopher.com> <87y5f994ni.fsf@bzg.ath.cx> <87pq0l3gr2@ch.ristopher.com> <878v79925v.fsf@bzg.ath.cx> <87k3qt3exu@ch.ristopher.com> <87a9rplhue.fsf@bzg.ath.cx> <87622d5d8e@ch.ristopher.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4cJT-0007Rs-MC for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 14:11:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4cJR-0001tk-5y for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 14:11:43 -0500 Received: from ristopher.com ([146.185.21.93]:55189 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4cJQ-0001tQ-U4 for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 14:11:41 -0500 In-Reply-To: <87622d5d8e@ch.ristopher.com> (Christopher Schmidt's message of "Thu, 31 Jan 2013 20:06:26 +0000 (GMT)") 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 Cc: Bastien Christopher Schmidt writes: > Here is the patch. Now one just needs > > ;; Local Variables: > ;; eval: (orgstruct-mode 1) > ;; orgstruct-heading-prefix-regexp: ";;; " > ;; End: This is in master now. The commit is a3f6570. Christopher