From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lennart Borgman (gmail)" Subject: Re: Using other modes in org-mode Date: Thu, 11 Sep 2008 01:43:52 +0200 Message-ID: <48C85BB8.7000602@gmail.com> References: <87iqt3zi3t.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdZLw-0001cj-IC for emacs-orgmode@gnu.org; Wed, 10 Sep 2008 19:44:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdZLv-0001bg-3j for emacs-orgmode@gnu.org; Wed, 10 Sep 2008 19:44:04 -0400 Received: from [199.232.76.173] (port=41133 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdZLu-0001bZ-Vq for emacs-orgmode@gnu.org; Wed, 10 Sep 2008 19:44:03 -0400 Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:35474) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KdZLu-0007Ap-Iu for emacs-orgmode@gnu.org; Wed, 10 Sep 2008 19:44:02 -0400 In-Reply-To: <87iqt3zi3t.fsf@gmail.com> 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: Eric Schulte Cc: Org-mode Eric Schulte wrote: > (eval `(define-mumamo-multi-major-mode org-mumamo-mode How nice you get it working! Jost a note: I use to drop "-mode" at the end because the defined command is not a major mode, it is a multi major mode (and that is what "-mumamo" tells).