From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: [RFC] Org version of the Org manual Date: Sun, 10 Mar 2013 14:32:58 -1000 Message-ID: References: <87ehfuonx6.fsf@Rainer.invalid> <87zjyhotvi.fsf@yagnesh.org> <876213cbnu.fsf@Rainer.invalid> <87txojo32h.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEqgJ-0002zt-0k for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 20:33:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEqgF-0007tS-Oe for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 20:33:34 -0400 Received: from oproxy6-pub.bluehost.com ([67.222.54.6]:34930) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1UEqgF-0007sy-H1 for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 20:33:31 -0400 In-Reply-To: <87txojo32h.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 10 Mar 2013 13:24:22 +0100") 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: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > Thomas S. Dye writes: >> That works nicely. I found the error and orgmanual.pdf is now produced >> without errors. > > Progress! :-) > > With the current version from git I cannot export to texinfo This is fixed now. > > I've extended the Makefile to approximate the one in doc/, HTML is > produced both via makeinfo and as an export via ox-html. To proceed in > an orderly manner and prepare for an eventual integration into Org, can > you please do the following in your Org clone: > > git checkout master > git checkout -b orgmanual master > git submodule add https://github.com/tsdye/orgmanual.git > git commit -am 'make orgmanual/ a submodule' > > cd orgmanual > git checkout -b orgmanual master > git am orgmanual.patch > > > > cd .. > git commit -am 'update submodule orgmanual' > git am org.patch > > This all worked fine. Thanks for the detailed instructions. > > If you are unsure about any of this, please ask. You can now edit/add > these lines > > .PHONY: orgmanual > EXTRADIRS=orgmanual > orgmanual: > $(MAKE) -C $@ > > to the top of your local.mk and should now be able to do a "make > orgmanual". Which types of documentation are produced can be controlled > with ORG_MAKE_DOC (default is "info pdf html"), just like for the > official manuals. Also, "make cleanall" will now clean up in orgmanual > also. BTEST_POST should be configured to have a load-path pointing to a > sufficiently advanced htmlize version for the HTML export. > I do have a problem here. I think I have mis-configured BTEST_POST. I have this: BTEST_POST = # -L /ert # needed for Emacs23, Emacs24 has ert built in # -L /ess # needed for running R tests -L contrib/lisp/htmlize.el # need at least version 1.34 for source code formatting Now 'make orgmanual' returns this: local.mk:55: *** commands commence before first target. Stop. All the best, Tom -- Thomas S. Dye http://www.tsdye.com