From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Schadel Subject: Re: Did Anyone Ever Get This Working ... ? Date: Tue, 2 Jun 2009 09:11:09 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBTls-00048U-6C for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 09:11:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBTln-00043h-Gi for Emacs-orgmode@gnu.org; Tue, 02 Jun 2009 09:11:15 -0400 Received: from [199.232.76.173] (port=52610 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBTln-00043W-A6 for Emacs-orgmode@gnu.org; Tue, 02 Jun 2009 09:11:11 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:51167) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBTln-0000pi-1F for Emacs-orgmode@gnu.org; Tue, 02 Jun 2009 09:11:11 -0400 Received: by fxm17 with SMTP id 17so9153036fxm.42 for ; Tue, 02 Jun 2009 06:11:10 -0700 (PDT) In-Reply-To: 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: Tennis Smith Cc: Emacs-orgmode@gnu.org Looks like you received some other examples but here's how I did it: (require 'trac-wiki) (trac-wiki-define-project "project-trac" "https://trac.project.com/trac" "username") (autoload 'trac-wiki "trac-wiki" "Trac wiki editing entry-point." t) ;;; - start orgstruct minor mode when trac-wiki is loaded. (add-hook 'trac-wiki-mode-hook 'turn-on-orgstruct) -Jason On Mon, Jun 1, 2009 at 2:01 PM, Tennis Smith wrote: > Hi Jason, > > Do you have an example of how to run org-mode as a minor mode?=A0 I'm try= ing > to figure out how to do it. ;-) > -T > > On Mon, Jun 1, 2009 at 6:38 AM, Jason Schadel > wrote: >> >> Have you tried using trac-wiki mode with org-mode as a minor mode? >> You still have to use the wiki format but lists can be manipulated the >> org-mode way. >> >> On Fri, May 29, 2009 at 4:36 PM, Tennis Smith wrote: >> > Hi, >> > >> > Has anyone figured out a way to export from org to a trac wiki?=A0 I'v= e >> > tried >> > ascii (ugly) and html (doesn't work). >> > >> > Tks, >> > -T >> > >> > _______________________________________________ >> > Emacs-orgmode mailing list >> > Remember: use `Reply All' to send replies to the list. >> > Emacs-orgmode@gnu.org >> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > >> > > >