From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: #+BEGIN_html/#+END_html tags not exporting literally to html anymore? Date: Fri, 22 Jul 2016 22:58:09 +0200 Message-ID: <20160722225809.43c7f3e7@x121e.fritz.box> References: <03f355f9d8a6478c816a612e156e2772@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <871t2l4v0y.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQhWm-0000Et-Pu for Emacs-orgmode@gnu.org; Fri, 22 Jul 2016 16:58:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQhWi-0007CW-Js for Emacs-orgmode@gnu.org; Fri, 22 Jul 2016 16:58:35 -0400 Received: from mout.kundenserver.de ([217.72.192.74]:57290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQhWi-0007CF-9I for Emacs-orgmode@gnu.org; Fri, 22 Jul 2016 16:58:32 -0400 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" To: Adam Aviv Cc: "Emacs-orgmode@gnu.org" , "Charles C. Berry" Hi, On Fri, 22 Jul 2016 15:33:53 -0400 Adam Aviv wrote: > 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? The online documentation is for the released version and its maintenance (i.e. git release `8.3.5' and git branch `maint'). Your org version is from the development branch `master'. It is documented in the doc/ directory. To create the HTML manual run `gmake html' in the top directory of the source; for a printable PDF run `gmake pdf'. The final manual will also be in the doc/ directory. Best regards Robert