From mboxrd@z Thu Jan 1 00:00:00 1970 From: "D. C. Toedt" Subject: Re: Exporter aborts upon encountering even one unresolvable link Date: Wed, 7 Oct 2015 06:51:59 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1134fe1a4763be0521840fba Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zjp9A-0000CI-Bi for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 09:52:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zjp96-0000Fn-BO for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 09:52:44 -0400 Received: from mail-oi0-f51.google.com ([209.85.218.51]:33358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zjp96-0000FZ-4K for emacs-orgmode@gnu.org; Wed, 07 Oct 2015 09:52:40 -0400 Received: by oixx17 with SMTP id x17so9463106oix.0 for ; Wed, 07 Oct 2015 06:52:39 -0700 (PDT) In-Reply-To: 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: emacs-orgmode@gnu.org --001a1134fe1a4763be0521840fba Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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. 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 > > > --001a1134fe1a4763be0521840fba Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
To the org-mode maintainers (all praise= and thanks to them, incidentally): =C2=A0Is there any chance that this can= be made into a per-file configuration #+OPTION?=C2=A0 No doubt the publish= ing approach suggested by Rainer (thanks also to him for suggesting it) wou= ld work, but it would take some effort to get it set up; I've looked in= to publishing on previous occasions and concluded it was easier just to do = a simple HTML export.=C2=A0 Other things being equal, #+OPTION options woul= d be easier for non-expert users such as me to work with, than fiddling wit= h the .emacs file.=C2=A0
=
<= div dir=3D"ltr">

D. C. Toedt III=C2=A0
=
= (My last name is pronounced "Tate")
Attorney & arbitrator -- tech contracts & IP
Common Draft contrac= ts project
O:
+1 (713) 364-6545=C2=A0 =C2=A0
C: = +1 (713) 516-8968
=E2=80=8B=E2=80=8B
=C2=A0=C2=A0
=

Unless expressly stated = otherwise,
this message=C2=A0is not intended=C2=A0to serve
as
assent to an agreement=C2=A0or other document,
even if=C2=A0<= /span>attached to this= message.
=

On Fri, Sep 25, 2015 at 12:04 AM, Rainer M K= rug <Rainer@krugs.de> wrote:

[portions o= mitted]=E2=80=8B=E2=80=8B
=C2=A0
=C2=A0
=E2=80=8B=E2=80=8B
L= ook 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 follow= ing 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
=C2=A0 =C2=A0 =C2=A0 '(
=C2=A0 =C2=A0 =C2=A0 =C2=A0 ("local"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0:base-directory "./"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0:base-extension "org"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0:publishing-directory "./pubHTML/&qu= ot;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0:recursive t
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0:publishing-function org-html-publish-to-= html
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0:headline-levels 6
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0:auto-preamble t)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 ))
#+end_src


--001a1134fe1a4763be0521840fba--