From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominik Schrempf Subject: Re: Latex export with \begin{equation} Date: Tue, 18 Sep 2018 15:09:30 +0200 Message-ID: <87h8in3qb9.fsf@gmail.com> References: <87muslpm5t.fsf@gmail.com> <87zhwlfrqs.fsf@gmail.com> <87o9d1grp2.fsf@alphaville.usersys.redhat.com> <87musgf4mx.fsf@gmail.com> <87musg5984.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2FlA-0004H3-JC for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 09:09:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2Fl6-0001pU-0Q for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 09:09:44 -0400 Received: from mail-wr1-x42e.google.com ([2a00:1450:4864:20::42e]:37763) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g2Fl3-0001YO-KS for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 09:09:39 -0400 Received: by mail-wr1-x42e.google.com with SMTP id u12-v6so2039762wrr.4 for ; Tue, 18 Sep 2018 06:09:33 -0700 (PDT) In-reply-to: <87musg5984.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: Nick Dokos , emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain; format=flowed Hello, I tried to follow your suggestions. Please let me know, if the patch is OK like this. The patch only adds one footnote. It is unfortunate, that all subsequent footnotes are changed too. Best, Dominik --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-Mention-peculiarities-of-Math-in-HTML-code.-TINYCHAN.patch Content-Transfer-Encoding: quoted-printable >From 4b97952b0d6d218de7d7cab6f7017f87b68b966c Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Tue, 18 Sep 2018 15:04:47 +0200 Subject: [PATCH] Mention peculiarities of Math in HTML code. TINYCHANGE. --- doc/org-manual.org | 132 +++++++++++++++++++++++---------------------- 1 file changed, 68 insertions(+), 64 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 0732c1d97..90b2dbd12 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -12638,7 +12638,7 @@ is. #+vindex: org-html-mathjax-options~ LaTeX math snippets (see [[*LaTeX fragments]]) can be displayed in two different ways on HTML pages. The default is to use the [[http://www.math= jax.org][MathJax]], -which should work out of the box with Org[fn:123]. Some MathJax +which should work out of the box with Org[fn:123][fn:124]. Some MathJax display options can be configured via ~org-html-mathjax-options~, or in the buffer. For example, with the following settings, =20 @@ -12650,7 +12650,7 @@ in the buffer. For example, with the following set= tings, #+texinfo: @noindent equation labels are displayed on the left margin and equations are five em from the left margin. In addition, it loads the two MathJax -extensions =3Dcancel.js=3D and =3DnoErrors.js=3D[fn:124]. +extensions =3Dcancel.js=3D and =3DnoErrors.js=3D[fn:125]. =20 #+vindex: org-html-mathjax-template See the docstring of ~org-html-mathjax-options~ for all supported @@ -12713,7 +12713,7 @@ line. #+vindex: org-export-html-todo-kwd-class-prefix #+vindex: org-export-html-tag-class-prefix You can modify the CSS style definitions for the exported file. The -HTML exporter assigns the following special CSS classes[fn:125] to +HTML exporter assigns the following special CSS classes[fn:126] to appropriate parts of the document---your style specifications may change these, in addition to any of the standard classes like for headlines, tables, etc. @@ -12953,7 +12953,7 @@ LaTeX export back-end finds the compiler version to= use from Org file. See the docstring for the ~org-latex-default-packages-alist~ for loading packages with certain compilers. Also see ~org-latex-bibtex-compiler~ to set the -bibliography compiler[fn:126]. +bibliography compiler[fn:127]. =20 *** LaTeX specific export settings :PROPERTIES: @@ -13564,7 +13564,7 @@ a limit to a level before the absolute limit (see [= [*Export Settings]]). =20 The ODT export back-end handles creating of OpenDocument Text (ODT) format. Documents created by this exporter use the -{{{cite(OpenDocument-v1.2 specification)}}}[fn:127] and are compatible +{{{cite(OpenDocument-v1.2 specification)}}}[fn:128] and are compatible with LibreOffice 3.4. =20 *** Pre-requisites for ODT export @@ -13965,7 +13965,7 @@ document in one of the following ways: variables ~org-latex-to-mathml-convert-command~ and ~org-latex-to-mathml-jar-file~. =20 - If you prefer to use MathToWeb[fn:128] as your converter, you can + If you prefer to use MathToWeb[fn:129] as your converter, you can configure the above variables as shown below. =20 #+begin_src emacs-lisp @@ -13975,7 +13975,7 @@ document in one of the following ways: "/path/to/mathtoweb.jar") #+end_src =20 - To use LaTeX=E2=80=8BML[fn:129] use + To use LaTeX=E2=80=8BML[fn:130] use =20 #+begin_src emacs-lisp (setq org-latex-to-mathml-convert-command @@ -14295,7 +14295,7 @@ with the =3D#+ATTR_ODT=3D line. For a discussion o= n default formatting of tables, see [[*Tables in ODT export]]. =20 This feature closely mimics the way table templates are defined in the -OpenDocument-v1.2 specification.[fn:130] +OpenDocument-v1.2 specification.[fn:131] =20 #+vindex: org-odt-table-styles For quick preview of this feature, install the settings below and export t= he @@ -14329,7 +14329,7 @@ templates, define new styles there. =20 To use this feature proceed as follows: =20 -1. Create a table template[fn:131]. +1. Create a table template[fn:132]. =20 A table template is set of =3Dtable-cell=3D and =3Dparagraph=3D styles = for each of the following table cell categories: @@ -14368,7 +14368,7 @@ To use this feature proceed as follows: =3D=3D element of the content template file (see [[x-orgodtcontenttemplate-xml][Factory styles]]). =20 -2. Define a table style[fn:132]. +2. Define a table style[fn:133]. =20 #+vindex: org-odt-table-styles To define a table style, create an entry for the style in the @@ -15395,7 +15395,7 @@ If you want to publish the Org file as an =3D.org= =3D file but with ~org-publish-org-to-org~. This produces =3Dfile.org=3D and put it in the publishing directory. If you want a htmlized version of this file, set the parameter ~:htmlized-source~ to ~t~. It produces -=3Dfile.org.html=3D in the publishing directory[fn:133]. +=3Dfile.org.html=3D in the publishing directory[fn:134]. =20 Other files like images only need to be copied to the publishing destination; for this you can use ~org-publish-attachment~. For @@ -16773,13 +16773,13 @@ See [[*Languages]] to enable other languages. #+kindex: C-c C-v e #+findex: org-babel-execute-src-block Org provides many ways to execute code blocks. {{{kbd(C-c C-c)}}} or -{{{kbd(C-c C-v e)}}} with the point on a code block[fn:134] calls the +{{{kbd(C-c C-v e)}}} with the point on a code block[fn:135] calls the ~org-babel-execute-src-block~ function, which executes the code in the block, collects the results, and inserts them in the buffer. =20 #+cindex: @samp{CALL}, keyword #+vindex: org-babel-inline-result-wrap -By calling a named code block[fn:135] from an Org mode buffer or +By calling a named code block[fn:136] from an Org mode buffer or a table. Org can call the named code blocks from the current Org mode buffer or from the "Library of Babel" (see [[*Library of Babel]]). =20 @@ -17137,7 +17137,7 @@ default behavior is to automatically determine the = result type. If =3Dfile=3D is missing, Org generates the base name of the output file from the name of the code block, and its extension from the =3Dfile-ext=3D header argument. In that case, both the name and the - extension are mandatory[fn:136]. + extension are mandatory[fn:137]. =20 #+begin_example ,#+name: circle @@ -17586,10 +17586,10 @@ Code blocks in the following languages are suppor= ted. | Asymptote | =3Dasymptote=3D | Lua | =3Dlua=3D | | Awk | =3Dawk=3D | MATLAB | =3Dmatlab=3D | | C | =3DC=3D | Mscgen | =3Dmscgen=3D | -| C++ | =3DC++=3D[fn:137] | OCaml | =3Docaml=3D | +| C++ | =3DC++=3D[fn:138] | OCaml | =3Docaml=3D | | Clojure | =3Dclojure=3D | Octave | =3Doctave=3D | | CSS | =3Dcss=3D | Org mode | =3Dorg=3D | -| D | =3DD=3D[fn:138] | Oz | =3Doz=3D | +| D | =3DD=3D[fn:139] | Oz | =3Doz=3D | | ditaa | =3Dditaa=3D | Perl | =3Dperl=3D | | Emacs Calc | =3Dcalc=3D | Plantuml | =3Dplantuml=3D | | Emacs Lisp | =3Demacs-lisp=3D | Processing.js | =3Dprocessing=3D | @@ -17718,7 +17718,7 @@ for Python and Emacs Lisp languages. #+cindex: syntax, Noweb #+cindex: source code, Noweb reference =20 -Org supports named blocks in Noweb[fn:139] style syntax: +Org supports named blocks in Noweb[fn:140] style syntax: =20 : <> =20 @@ -18218,7 +18218,7 @@ Org Tempo expands snippets to structures defined in ~org-structure-template-alist~ and ~org-tempo-keywords-alist~. For example, {{{kbd(< s TAB)}}} creates a code block. Enable it by customizing ~org-modules~ or add ~(require 'org-tempo)~ to your Emacs -init file[fn:140]. +init file[fn:141]. =20 #+attr_texinfo: :columns 0.1 0.9 | {{{kbd(a)}}} | =3D#+BEGIN_EXPORT ascii=3D ... =3D#+END_EXPORT=3D | @@ -18491,7 +18491,7 @@ changes. =20 #+vindex: org-startup-indented Dynamic virtual indentation is controlled by the variable - ~org-startup-indented~[fn:141]. + ~org-startup-indented~[fn:142]. =20 - =3Dindent=3D :: =20 @@ -18823,7 +18823,7 @@ uses only one star and indents text to line with th= e heading: #+findex: org-indent-mode To turn this mode on, use the minor mode, ~org-indent-mode~. Text lines that are not headlines are prefixed with spaces to vertically -align with the headline text[fn:142]. +align with the headline text[fn:143]. =20 #+vindex: org-indent-indentation-per-level To make more horizontal space, the headlines are shifted by two stars. @@ -18858,7 +18858,7 @@ headings as shown in examples below. #+vindex: org-adapt-indentation Org supports this with paragraph filling, line wrapping, and structure editing, preserving or adapting the indentation as - appropriate[fn:143]. + appropriate[fn:144]. =20 - /Hiding leading stars/ :: =20 @@ -18892,7 +18892,7 @@ headings as shown in examples below. =20 #+vindex: org-odd-levels-only Using stars for only odd levels, 1, 3, 5, ..., can also clean up - the clutter. This removes two stars from each level[fn:144]. + the clutter. This removes two stars from each level[fn:145]. For Org to properly handle this cleaner structure during edits and exports, configure the variable ~org-odd-levels-only~. To set this per-file, use either one of the following lines: @@ -19303,13 +19303,13 @@ with Emacs. With a public server, consider encry= pting the files. MobileOrg version 1.5 supports encryption for the iPhone. Org also requires =3Dopenssl=3D installed on the local computer. To turn on encryption, set the same password in MobileOrg and in Emacs. Set the -password in the variable ~org-mobile-use-encryption~[fn:145]. Note +password in the variable ~org-mobile-use-encryption~[fn:146]. Note that even after MobileOrg encrypts the file contents, the file name remains visible on the file systems of the local computer, the server, and the mobile device. =20 For a server to host files, consider options like [[http://dropbox.com][Dr= opbox.com]] -account[fn:146]. On first connection, MobileOrg creates a directory +account[fn:147]. On first connection, MobileOrg creates a directory =3DMobileOrg=3D on Dropbox. Pass its location to Emacs through an initialisation file variable as follows: =20 @@ -19331,15 +19331,15 @@ Org pushes files listed in ~org-mobile-files~ to ~org-mobile-directory~. Files include agenda files (as listed in ~org-agenda-files~). Customize ~org-mobile-files~ to add other files. File names are staged with paths relative to ~org-directory~, so all -files should be inside this directory[fn:147]. +files should be inside this directory[fn:148]. =20 Push creates a special Org file =3Dagendas.org=3D with custom agenda views -defined by the user[fn:148]. +defined by the user[fn:149]. =20 Finally, Org writes the file =3Dindex.org=3D, containing links to other files. MobileOrg reads this file first from the server to determine what other files to download for agendas. For faster downloads, -MobileOrg only reads files whose checksums[fn:149] have changed. +MobileOrg only reads files whose checksums[fn:150] have changed. =20 ** Pulling from MobileOrg :PROPERTIES: @@ -19353,7 +19353,7 @@ Org integrates its data in an inbox file format. =20 1. #+vindex: org-mobile-inbox-for-pull - Org moves all entries found in =3Dmobileorg.org=3D[fn:150] and appends + Org moves all entries found in =3Dmobileorg.org=3D[fn:151] and appends them to the file pointed to by the variable ~org-mobile-inbox-for-pull~. Each captured entry and each editing event is a top-level entry in the inbox file. @@ -19644,9 +19644,9 @@ of these strategies: #+cindex: @LaTeX{}, and Orgtbl mode =20 To wrap a source table in LaTeX, use the =3Dcomment=3D environment -provided by =3Dcomment.sty=3D[fn:151]. To activate it, put +provided by =3Dcomment.sty=3D[fn:152]. To activate it, put ~\usepackage{comment}~ in the document header. Orgtbl mode inserts -a radio table skeleton[fn:144] with the command {{{kbd(M-x +a radio table skeleton[fn:145] with the command {{{kbd(M-x orgtbl-insert-radio-table)}}}, which prompts for a table name. For example, if =3Dsalesfigures=3D is the name, the template inserts: =20 @@ -19665,7 +19665,7 @@ The line =3D#+ORGTBL: SEND=3D tells Orgtbl mode to = use the function ~orgtbl-to-latex~ to convert the table to LaTeX format, then insert the table at the target (receive) location named =3Dsalesfigures=3D. Now the table is ready for data entry. It can even use spreadsheet -features[fn:152]: +features[fn:153]: =20 #+begin_example % BEGIN RECEIVE ORGTBL salesfigures @@ -19880,7 +19880,7 @@ Dynamic blocks, like any other block, can be narrow= ed with #+vindex: org-agenda-skip-function #+vindex: org-agenda-skip-function-global Org provides a special hook to further limit items in agenda views: -~agenda~, ~agenda*~[fn:153], ~todo~, ~alltodo~, ~tags~, ~tags-todo~, +~agenda~, ~agenda*~[fn:154], ~todo~, ~alltodo~, ~tags~, ~tags-todo~, ~tags-tree~. Specify a custom function that tests inclusion of every matched item in the view. This function can also skip as much as is needed. @@ -19923,7 +19923,7 @@ meaningful string suitable for the agenda view. #+vindex: org-agenda-skip-function Search for entries with a limit set on levels for the custom search. This is a general approach to creating custom searches in Org. To -include all levels, use =3DLEVEL>0=3D[fn:154]. Then to selectively pick +include all levels, use =3DLEVEL>0=3D[fn:155]. Then to selectively pick the matched entries, use ~org-agenda-skip-function~, which also accepts Lisp forms, such as ~org-agenda-skip-entry-if~ and ~org-agenda-skip-subtree-if~. For example: @@ -21315,47 +21315,51 @@ semantic relevance. [fn:123] By default Org loads MathJax from [[https://cdnjs.com][cdnjs.com]= ] as recommended by [[http://www.mathjax.org][MathJax]]. =20 -[fn:124] See [[http://docs.mathjax.org/en/latest/tex.html#tex-extensions][= TeX and LaTeX extensions]] in the [[http://docs.mathjax.org][MathJax manual= ]] to learn +[fn:124] Please note that exported formulas are part of an HTML +document, and that signs such as =3D<=3D, =3D>=3D, or =3D&=3D have special +meanings (see [[http://docs.mathjax.org/en/latest/tex.html#tex-and-latex-i= n-html-documents][MathJax TeX and LaTeX support]]). + +[fn:125] See [[http://docs.mathjax.org/en/latest/tex.html#tex-extensions][= TeX and LaTeX extensions]] in the [[http://docs.mathjax.org][MathJax manual= ]] to learn about extensions. =20 -[fn:125] If the classes on TODO keywords and tags lead to conflicts, +[fn:126] If the classes on TODO keywords and tags lead to conflicts, use the variables ~org-html-todo-kwd-class-prefix~ and ~org-html-tag-class-prefix~ to make them unique. =20 -[fn:126] This does not allow setting different bibliography compilers +[fn:127] This does not allow setting different bibliography compilers for different files. However, "smart" LaTeX compilation systems, such as latexmk, can select the correct bibliography compiler. =20 -[fn:127] See [[http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2.ht= ml][Open Document Format for Office Applications +[fn:128] See [[http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2.ht= ml][Open Document Format for Office Applications (OpenDocument) Version 1.2]]. =20 -[fn:128] See [[http://www.mathtoweb.com/cgi-bin/mathtoweb_home.pl][MathToW= eb]]. +[fn:129] See [[http://www.mathtoweb.com/cgi-bin/mathtoweb_home.pl][MathToW= eb]]. =20 -[fn:129] See [[http://dlmf.nist.gov/LaTeXML/]]. +[fn:130] See [[http://dlmf.nist.gov/LaTeXML/]]. =20 -[fn:130] [[http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2.html][= OpenDocument-v1.2 Specification]] +[fn:131] [[http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2.html][= OpenDocument-v1.2 Specification]] =20 -[fn:131] See the =3D=3D element of the +[fn:132] See the =3D=3D element of the OpenDocument-v1.2 specification. =20 -[fn:132] See the attributes =3Dtable:template-name=3D, +[fn:133] See the attributes =3Dtable:template-name=3D, =3Dtable:use-first-row-styles=3D, =3Dtable:use-last-row-styles=3D, =3Dtable:use-first-column-styles=3D, =3Dtable:use-last-column-styles=3D, =3Dtable:use-banding-rows-styles=3D, and =3Dtable:use-banding-column-style= s=3D of the =3D=3D element in the OpenDocument-v1.2 specification. =20 -[fn:133] If the publishing directory is the same as the source +[fn:134] If the publishing directory is the same as the source directory, =3Dfile.org=3D is exported as =3Dfile.org.org=3D, so you probab= ly do not want to do this. =20 -[fn:134] The option ~org-babel-no-eval-on-ctrl-c-ctrl-c~ can be used +[fn:135] The option ~org-babel-no-eval-on-ctrl-c-ctrl-c~ can be used to remove code evaluation from the {{{kbd(C-c C-c)}}} key binding. =20 -[fn:135] Actually, the constructs =3Dcall_()=3D and =3Dsrc_{}= =3D +[fn:136] Actually, the constructs =3Dcall_()=3D and =3Dsrc_{}= =3D are not evaluated when they appear in a keyword line---i.e. lines starting with =3D#+KEYWORD:=3D, see [[*Summary of In-Buffer Settings]]. =20 -[fn:136] Due to the way this header argument is implemented, it +[fn:137] Due to the way this header argument is implemented, it implies ":results file". Therefore if it is set for multiple blocks at once (by a subtree or buffer property for example), all blocks are forced to produce file results. This is seldom desired behavior, so @@ -21363,60 +21367,60 @@ it is recommended to set this header only on a pe= r-block basis. It is possible that this aspect of the implementation might change in the future. =20 -[fn:137] C++ language is handled in =3Dob-C.el=3D. Even though the +[fn:138] C++ language is handled in =3Dob-C.el=3D. Even though the identifier for such source blocks is =3DC++=3D, you activate it by loading the C language. =20 -[fn:138] D language is handled in =3Dob-C.el=3D. Even though the +[fn:139] D language is handled in =3Dob-C.el=3D. Even though the identifier for such source blocks is =3DD=3D, you activate it by loading the C language. =20 -[fn:139] For Noweb literate programming details, see +[fn:140] For Noweb literate programming details, see http://www.cs.tufts.edu/~nr/noweb/. =20 -[fn:140] For more information, please refer to the commentary section +[fn:141] For more information, please refer to the commentary section in =3Dorg-tempo.el=3D. =20 -[fn:141] Note that ~org-indent-mode~ also sets the ~wrap-prefix~ +[fn:142] Note that ~org-indent-mode~ also sets the ~wrap-prefix~ property, such that ~visual-line-mode~ (or purely setting ~word-wrap~) wraps long lines (including headlines) correctly indented. =20 -[fn:142] The ~org-indent-mode~ also sets the ~wrap-prefix~ correctly +[fn:143] The ~org-indent-mode~ also sets the ~wrap-prefix~ correctly for indenting and wrapping long lines of headlines or text. This minor mode handles ~visual-line-mode~ and directly applied settings through ~word-wrap~. =20 -[fn:143] Also see the variable ~org-adapt-indentation~. +[fn:144] Also see the variable ~org-adapt-indentation~. =20 -[fn:144] Because =3DLEVEL=3D2=3D has 3 stars, =3DLEVEL=3D3=3D has 4 stars,= and so +[fn:145] Because =3DLEVEL=3D2=3D has 3 stars, =3DLEVEL=3D3=3D has 4 stars,= and so on. =20 -[fn:145] If Emacs is configured for safe storing of passwords, then +[fn:146] If Emacs is configured for safe storing of passwords, then configure the variable, ~org-mobile-encryption-password~; please read the docstring of that variable. =20 -[fn:146] An alternative is to use a WebDAV server. MobileOrg +[fn:147] An alternative is to use a WebDAV server. MobileOrg documentation has details of WebDAV server configuration. Additional help is at this [[https://orgmode.org/worg/org-faq.html#mobileorg_webdav][= FAQ entry]]. =20 -[fn:147] Symbolic links in ~org-directory~ need to have the same name +[fn:148] Symbolic links in ~org-directory~ need to have the same name as their targets. =20 -[fn:148] While creating the agendas, Org mode forces ID properties on +[fn:149] While creating the agendas, Org mode forces ID properties on all referenced entries, so that these entries can be uniquely identified if MobileOrg flags them for further action. To avoid setting properties configure the variable ~org-mobile-force-id-on-agenda-items~ to ~nil~. Org mode then relies on outline paths, assuming they are unique. =20 -[fn:149] Checksums are stored automatically in the file +[fn:150] Checksums are stored automatically in the file =3Dchecksums.dat=3D. =20 -[fn:150] The file will be empty after this operation. +[fn:151] The file will be empty after this operation. =20 -[fn:151] https://ctan.org/tex-archive/macros/latex/contrib/comment?lang=3D= en +[fn:152] https://ctan.org/tex-archive/macros/latex/contrib/comment?lang=3D= en =20 -[fn:152] If the =3DTBLFM=3D keyword contains an odd number of dollar +[fn:153] If the =3DTBLFM=3D keyword contains an odd number of dollar characters, this may cause problems with Font Lock in LaTeX mode. As shown in the example you can fix this by adding an extra line inside the =3Dcomment=3D environment that is used to balance the dollar @@ -21424,9 +21428,9 @@ expressions. If you are using AUCTeX with the font= -latex library, a much better solution is to add the =3Dcomment=3D environment to the variable ~LaTeX-verbatim-environments~. =20 -[fn:153] The ~agenda*~ view is the same as ~agenda~ except that it +[fn:154] The ~agenda*~ view is the same as ~agenda~ except that it only considers /appointments/, i.e., scheduled and deadline items that have a time specification =3D[h]h:mm=3D in their time-stamps. =20 -[fn:154] Note that, for ~org-odd-levels-only~, a level number +[fn:155] Note that, for ~org-odd-levels-only~, a level number corresponds to order in the hierarchy, not to the number of stars. --=20 2.19.0 --=-=-= Content-Type: text/plain; format=flowed Nicolas Goaziou writes: > Hello, > > Dominik Schrempf writes: > >> Oh thanks, >> >> I thought it would be good to add a comment to the Org mode manual although >> it >> is of course not really Org mode related. >> >> I decided that a good location would be >> https://orgmode.org/manual/Math-formatting-in-HTML-export.html#Math-formatting-in-HTML-export >> >> A proposed patch is attached, please let me know what you think. > > Thank you. > > Please use a proper commit message and add TINYCHANGE if you haven't > signed FSF papers. > >> --- org-manual.org 2018-09-17 18:48:17.868785307 +0200 >> +++ org-manual.org.new 2018-09-17 18:48:09.708751068 +0200 >> @@ -12655,7 +12655,9 @@ >> #+vindex: org-html-mathjax-template >> See the docstring of ~org-html-mathjax-options~ for all supported >> variables. The MathJax template can be configure via >> -~org-html-mathjax-template~. >> +~org-html-mathjax-template~. Please note that formulas will be part > > I suggest to use the present tense instead of the future, per (info > "(elisp) Documentation Tips") and put this in a footnote since this is > not directly Org-related, as you point out. > >> +of an HTML document, and that signs such as =<=, =>=, or =&= have >> +special meanings (see >> [[http://docs.mathjax.org/en/latest/tex.html#tex-and-latex-in-html-documents][MathJax >> TeX and LaTeX support]]). >> > > Regards, --=-=-=--