Adam Aviv <a...@usna.edu> writes:

> On Fri, Jul 22, 2016 at 12:38 PM, Charles C. Berry <ccbe...@ucsd.edu> 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


Reply via email to