From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: Exporter aborts upon encountering even one unresolvable link Date: Wed, 07 Oct 2015 16:02:50 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjpJ7-0003L8-3l for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 10:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjpJ0-0004iV-Kr for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 10:03:01 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:38880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjpJ0-0004iH-Eo for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 10:02:54 -0400 Received: by wiclk2 with SMTP id lk2so30159821wic.1 for ; Wed, 07 Oct 2015 07:02:53 -0700 (PDT) In-Reply-To: (D. C. Toedt's message of "Wed, 7 Oct 2015 06:51:59 -0700") 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: "D. C. Toedt" Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable "D. C. Toedt" writes: > To the org-mode maintainers (all praise and thanks to them, incidentally): > Is there any chance that this can be made into a per-file configuration > #+OPTION? No doubt the publishing approach suggested by Rainer (thanks > also to him for suggesting it) would work, but it would take some effort = to > get it set up; I've looked into publishing on previous occasions and > concluded it was easier just to do a simple HTML export. Partly true. If you add #+begin_src emacs-lisp=20 (setq org-publish-project-alist '( ("local" :base-directory "./" :base-extension "org" :publishing-directory "./pubHTML/" :recursive t :publishing-function org-html-publish-to-html :headline-levels 6 :auto-preamble t) )) #+end_src to your emacs.el file you will have the publishing into a subdirectory called "./pubHTML/" in the current directory. Cheers, Rainer > Other things > being equal, #+OPTION options would be easier for non-expert users such as > me to work with, than fiddling with the .emacs file. > > D. C. Toedt III > *(My last name is pronounced "Tate")* > Attorney & arbitrator -- tech contracts & IP > Common Draft contracts project > O: +1 (713) 364-6545 > C: +1 (713) 516-8968 > =E2=80=8B=E2=80=8B > > dc@toedt.com > www.OnContracts.com/About > > Unless expressly stated otherwise, > this message is not intended to serve > as assent to an agreement or other document, > even if attached to this message. > > > On Fri, Sep 25, 2015 at 12:04 AM, Rainer M Krug wrote: > > [portions omitted]=E2=80=8B=E2=80=8B > > > >> =E2=80=8B=E2=80=8B >> Look at publishing instead of exporting to html which works with >> =E2=80=8B=E2=80=8B >> missing links. >> =E2=80=8B=E2=80=8B >> >> =E2=80=8B=E2=80=8B >> I have the following in my emacs.org which makes it possible to publish >> all org files to html in the folder ./pubHTML/ which is equivalent to >> exporting. >> >> #+begin_src emacs-lisp >> (setq org-publish-project-alist >> '( >> ("local" >> :base-directory "./" >> :base-extension "org" >> :publishing-directory "./pubHTML/" >> :recursive t >> :publishing-function org-html-publish-to-html >> :headline-levels 6 >> :auto-preamble t) >> )) >> #+end_src >> >> >> =2D-=20 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,= UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJWFSYKAAoJENvXNx4PUvmC7xoH/R5porOKWGARZ/boeccJlPjs BAf6NHxR6XWhlLDeMZyHvJVPvtKgTLNI4wZDbenSzSqQgmDfMeuOLqKpBY0Ol4EW tJxLmk+lDuwMdJoOEHHWwojm545EKu8dyDgSgiXFpwBdILM6HwfvT33318FwgfOX xywPC2iij/5/00Uz/jGo+NFeeMA02QgBxolV8hhS0PkC/mERn+jQSMyW/obsaTML yFzzHF17vrmfU2h7u+xqKBRUSJWTTPQa5XLriHzJK7h6TbZDB4AQpzhB0u2fnSu7 w3afhqRqgb++nxhDoF3W+xi4vb9EUVjlGUeVy89QOQG2y1hGJiG/HLAt2/aKvAo= =FoIN -----END PGP SIGNATURE----- --=-=-=--