From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: #+BEGIN_html/#+END_html tags not exporting literally to html anymore? Date: Fri, 22 Jul 2016 17:15:45 -0400 Message-ID: <87poq5xtku.fsf@alphaville.usersys.redhat.com> References: <03f355f9d8a6478c816a612e156e2772@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <871t2l4v0y.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQhnv-0004bL-ML for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 17:16:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQhno-0002wf-N2 for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 17:16:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:39136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQhno-0002wY-Fy for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 17:16:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bQhnl-0001bK-C5 for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 23:16:09 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jul 2016 23:16:09 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jul 2016 23:16:09 +0200 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" To: emacs-orgmode@gnu.org Adam Aviv writes: > On Fri, Jul 22, 2016 at 12:38 PM, Charles C. Berry wrote: > > It is updated. For example, see > >         (info "(org) Special blocks") > and >         (info "(org) results") > > and in ORG-NEWS. > > I see that now, but the online documentation is still out dated: > > http://orgmode.org/manual/Quoting-HTML-tags.html > > Is there a push cycle to keep the online documents up to date with the source documentation? Or is that > controlled differently? > That's because the online docs are for the stable version (the version you get from the maint branch of the git repo). If you are using latest (i.e. the master branch of the git repo), then you have to build and use the docs that come with it: make info I do --8<---------------cut here---------------start------------->8--- INFOPATH=$HOME/src/emacs/org/org-mode/doc:/usr/local/share/info:/usr/share/info export INFOPATH --8<---------------cut here---------------end--------------->8--- in my login shell initialization file to make sure that I pick the version I built over any other versions installed on my system. There are other ways to do that - and even for this one, you will have to modify the paths appropriately. -- Nick