From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Deriving mode from org-mode Date: Tue, 22 Feb 2011 10:34:52 +0100 Message-ID: <823FFADD-839C-470F-8887-F51AAD3665BD@gmail.com> References: <4D584BE5.2050401@0x63.nu> <877hd2q6mx.fsf@gnu.org> <4D637F12.3050906@0x63.nu> <02C722F0-7A82-4CCE-B836-DC3EFAEC28AE@gmail.com> Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=35752 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Proe1-0004SA-Aw for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 04:34:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Proe0-0006Zy-A2 for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 04:34:57 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:33400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Proe0-0006Zm-3o for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 04:34:56 -0500 Received: by wyi11 with SMTP id 11so1917865wyi.0 for ; Tue, 22 Feb 2011 01:34:55 -0800 (PST) In-Reply-To: <02C722F0-7A82-4CCE-B836-DC3EFAEC28AE@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: Carsten Dominik Cc: emacs-orgmode@gnu.org, Anders Waldenborg , Bastien On Feb 22, 2011, at 10:21 AM, Carsten Dominik wrote: >=20 > On Feb 22, 2011, at 10:17 AM, Anders Waldenborg wrote: >=20 >> On 02/15/2011 05:11 AM, Bastien wrote: >>> (org-mode-p) does the advertized job: checking whether we are in >>> org-mode major mode. It would be confusing to also check against >>> org derived modes, at least with that function's name. >>=20 >> Agreed. Just hope it isn't used like that in other places. >>=20 >> [] >>=20 >>> Fixed, I corrected this directly in `org-edit-src-code', allow = source >>> code to be edited from org-mode derived modes. >>=20 >> Thanks! >>=20 >>> Can you share what kind of derived mode you're writing? What for? >>=20 >> It is a "personal wiki" mode. It automatically narrows to current top = level heading, adds some extra navigation functions and allows creating = links to new "pages" (=3D top level heading) in a simple way. Hopefully = I can clean it up a little bit soon and publish it. >=20 > You might also want to take a look at org-wikinodes.el in > the contrib directory. Sorry for following up on my own mail. I want to add a pointer to the documentation for org-wikinodes.el: http://orgmode.org/worg/org-contrib/org-wikinodes.html - Carsten=