ox-texinfo.el 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716
  1. ;;; ox-texinfo.el --- Texinfo Back-End for Org Export Engine -*- lexical-binding: t; -*-
  2. ;; Copyright (C) 2012-2017 Free Software Foundation, Inc.
  3. ;; Author: Jonathan Leech-Pepin <jonathan.leechpepin at gmail dot com>
  4. ;; Keywords: outlines, hypermedia, calendar, wp
  5. ;; This file is part of GNU Emacs.
  6. ;; GNU Emacs is free software: you can redistribute it and/or modify
  7. ;; it under the terms of the GNU General Public License as published by
  8. ;; the Free Software Foundation, either version 3 of the License, or
  9. ;; (at your option) any later version.
  10. ;; GNU Emacs is distributed in the hope that it will be useful,
  11. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. ;; GNU General Public License for more details.
  14. ;; You should have received a copy of the GNU General Public License
  15. ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
  16. ;;; Commentary:
  17. ;;
  18. ;; See Org manual for details.
  19. ;;; Code:
  20. (require 'cl-lib)
  21. (require 'ox)
  22. (defvar orgtbl-exp-regexp)
  23. ;;; Define Back-End
  24. (org-export-define-backend 'texinfo
  25. '((bold . org-texinfo-bold)
  26. (center-block . org-texinfo-center-block)
  27. (clock . org-texinfo-clock)
  28. (code . org-texinfo-code)
  29. (drawer . org-texinfo-drawer)
  30. (dynamic-block . org-texinfo-dynamic-block)
  31. (entity . org-texinfo-entity)
  32. (example-block . org-texinfo-example-block)
  33. (export-block . org-texinfo-export-block)
  34. (export-snippet . org-texinfo-export-snippet)
  35. (fixed-width . org-texinfo-fixed-width)
  36. (footnote-definition . org-texinfo-footnote-definition)
  37. (footnote-reference . org-texinfo-footnote-reference)
  38. (headline . org-texinfo-headline)
  39. (inline-src-block . org-texinfo-inline-src-block)
  40. (inlinetask . org-texinfo-inlinetask)
  41. (italic . org-texinfo-italic)
  42. (item . org-texinfo-item)
  43. (keyword . org-texinfo-keyword)
  44. (line-break . org-texinfo-line-break)
  45. (link . org-texinfo-link)
  46. (node-property . org-texinfo-node-property)
  47. (paragraph . org-texinfo-paragraph)
  48. (plain-list . org-texinfo-plain-list)
  49. (plain-text . org-texinfo-plain-text)
  50. (planning . org-texinfo-planning)
  51. (property-drawer . org-texinfo-property-drawer)
  52. (quote-block . org-texinfo-quote-block)
  53. (radio-target . org-texinfo-radio-target)
  54. (section . org-texinfo-section)
  55. (special-block . org-texinfo-special-block)
  56. (src-block . org-texinfo-src-block)
  57. (statistics-cookie . org-texinfo-statistics-cookie)
  58. (strike-through . org-texinfo-strike-through)
  59. (subscript . org-texinfo-subscript)
  60. (superscript . org-texinfo-superscript)
  61. (table . org-texinfo-table)
  62. (table-cell . org-texinfo-table-cell)
  63. (table-row . org-texinfo-table-row)
  64. (target . org-texinfo-target)
  65. (template . org-texinfo-template)
  66. (timestamp . org-texinfo-timestamp)
  67. (underline . org-texinfo-underline)
  68. (verbatim . org-texinfo-verbatim)
  69. (verse-block . org-texinfo-verse-block))
  70. :filters-alist
  71. '((:filter-headline . org-texinfo--filter-section-blank-lines)
  72. (:filter-parse-tree . org-texinfo--normalize-headlines)
  73. (:filter-section . org-texinfo--filter-section-blank-lines))
  74. :menu-entry
  75. '(?i "Export to Texinfo"
  76. ((?t "As TEXI file" org-texinfo-export-to-texinfo)
  77. (?i "As INFO file" org-texinfo-export-to-info)
  78. (?o "As INFO file and open"
  79. (lambda (a s v b)
  80. (if a (org-texinfo-export-to-info t s v b)
  81. (org-open-file (org-texinfo-export-to-info nil s v b)))))))
  82. :options-alist
  83. '((:texinfo-filename "TEXINFO_FILENAME" nil nil t)
  84. (:texinfo-class "TEXINFO_CLASS" nil org-texinfo-default-class t)
  85. (:texinfo-header "TEXINFO_HEADER" nil nil newline)
  86. (:texinfo-post-header "TEXINFO_POST_HEADER" nil nil newline)
  87. (:subtitle "SUBTITLE" nil nil parse)
  88. (:subauthor "SUBAUTHOR" nil nil newline)
  89. (:texinfo-dircat "TEXINFO_DIR_CATEGORY" nil nil t)
  90. (:texinfo-dirtitle "TEXINFO_DIR_TITLE" nil nil t)
  91. (:texinfo-dirdesc "TEXINFO_DIR_DESC" nil nil t)
  92. (:texinfo-printed-title "TEXINFO_PRINTED_TITLE" nil nil t)
  93. ;; Other variables.
  94. (:texinfo-classes nil nil org-texinfo-classes)
  95. (:texinfo-format-headline-function nil nil org-texinfo-format-headline-function)
  96. (:texinfo-node-description-column nil nil org-texinfo-node-description-column)
  97. (:texinfo-active-timestamp-format nil nil org-texinfo-active-timestamp-format)
  98. (:texinfo-inactive-timestamp-format nil nil org-texinfo-inactive-timestamp-format)
  99. (:texinfo-diary-timestamp-format nil nil org-texinfo-diary-timestamp-format)
  100. (:texinfo-link-with-unknown-path-format nil nil org-texinfo-link-with-unknown-path-format)
  101. (:texinfo-tables-verbatim nil nil org-texinfo-tables-verbatim)
  102. (:texinfo-table-scientific-notation nil nil org-texinfo-table-scientific-notation)
  103. (:texinfo-table-default-markup nil nil org-texinfo-table-default-markup)
  104. (:texinfo-text-markup-alist nil nil org-texinfo-text-markup-alist)
  105. (:texinfo-format-drawer-function nil nil org-texinfo-format-drawer-function)
  106. (:texinfo-format-inlinetask-function nil nil org-texinfo-format-inlinetask-function)))
  107. ;;; User Configurable Variables
  108. (defgroup org-export-texinfo nil
  109. "Options for exporting Org mode files to Texinfo."
  110. :tag "Org Export Texinfo"
  111. :version "24.4"
  112. :package-version '(Org . "8.0")
  113. :group 'org-export)
  114. ;;;; Preamble
  115. (defcustom org-texinfo-coding-system nil
  116. "Default document encoding for Texinfo output.
  117. If nil it will default to `buffer-file-coding-system'."
  118. :group 'org-export-texinfo
  119. :type 'coding-system)
  120. (defcustom org-texinfo-default-class "info"
  121. "The default Texinfo class."
  122. :group 'org-export-texinfo
  123. :type '(string :tag "Texinfo class"))
  124. (defcustom org-texinfo-classes
  125. '(("info"
  126. "@documentencoding AUTO\n@documentlanguage AUTO"
  127. ("@chapter %s" "@unnumbered %s" "@appendix %s")
  128. ("@section %s" "@unnumberedsec %s" "@appendixsec %s")
  129. ("@subsection %s" "@unnumberedsubsec %s" "@appendixsubsec %s")
  130. ("@subsubsection %s" "@unnumberedsubsubsec %s" "@appendixsubsubsec %s")))
  131. "Alist of Texinfo classes and associated header and structure.
  132. If #+TEXINFO_CLASS is set in the buffer, use its value and the
  133. associated information. Here is the structure of a class
  134. definition:
  135. (class-name
  136. header-string
  137. (numbered-1 unnumbered-1 appendix-1)
  138. (numbered-2 unnumbered-2 appendix-2)
  139. ...)
  140. The header string
  141. -----------------
  142. The header string is inserted in the header of the generated
  143. document, right after \"@setfilename\" and \"@settitle\"
  144. commands.
  145. If it contains the special string
  146. \"@documentencoding AUTO\"
  147. \"AUTO\" will be replaced with an appropriate coding system. See
  148. `org-texinfo-coding-system' for more information. Likewise, if
  149. the string contains the special string
  150. \"@documentlanguage AUTO\"
  151. \"AUTO\" will be replaced with the language defined in the
  152. buffer, through #+LANGUAGE keyword, or globally, with
  153. `org-export-default-language', which see.
  154. The sectioning structure
  155. ------------------------
  156. The sectioning structure of the class is given by the elements
  157. following the header string. For each sectioning level, a number
  158. of strings is specified. A %s formatter is mandatory in each
  159. section string and will be replaced by the title of the section."
  160. :group 'org-export-texinfo
  161. :version "26.1"
  162. :package-version '(Org . "9.1")
  163. :type '(repeat
  164. (list (string :tag "Texinfo class")
  165. (string :tag "Texinfo header")
  166. (repeat :tag "Levels" :inline t
  167. (choice
  168. (list :tag "Heading"
  169. (string :tag " numbered")
  170. (string :tag "unnumbered")
  171. (string :tag " appendix")))))))
  172. ;;;; Headline
  173. (defcustom org-texinfo-format-headline-function
  174. 'org-texinfo-format-headline-default-function
  175. "Function to format headline text.
  176. This function will be called with 5 arguments:
  177. TODO the todo keyword (string or nil).
  178. TODO-TYPE the type of todo (symbol: `todo', `done', nil)
  179. PRIORITY the priority of the headline (integer or nil)
  180. TEXT the main headline text (string).
  181. TAGS the tags as a list of strings (list of strings or nil).
  182. The function result will be used in the section format string."
  183. :group 'org-export-texinfo
  184. :type 'function
  185. :version "26.1"
  186. :package-version '(Org . "8.3"))
  187. ;;;; Node listing (menu)
  188. (defcustom org-texinfo-node-description-column 32
  189. "Column at which to start the description in the node listings.
  190. If a node title is greater than this length, the description will
  191. be placed after the end of the title."
  192. :group 'org-export-texinfo
  193. :type 'integer)
  194. ;;;; Timestamps
  195. (defcustom org-texinfo-active-timestamp-format "@emph{%s}"
  196. "A printf format string to be applied to active timestamps."
  197. :group 'org-export-texinfo
  198. :type 'string)
  199. (defcustom org-texinfo-inactive-timestamp-format "@emph{%s}"
  200. "A printf format string to be applied to inactive timestamps."
  201. :group 'org-export-texinfo
  202. :type 'string)
  203. (defcustom org-texinfo-diary-timestamp-format "@emph{%s}"
  204. "A printf format string to be applied to diary timestamps."
  205. :group 'org-export-texinfo
  206. :type 'string)
  207. ;;;; Links
  208. (defcustom org-texinfo-link-with-unknown-path-format "@indicateurl{%s}"
  209. "Format string for links with unknown path type."
  210. :group 'org-export-texinfo
  211. :type 'string)
  212. ;;;; Tables
  213. (defcustom org-texinfo-tables-verbatim nil
  214. "When non-nil, tables are exported verbatim."
  215. :group 'org-export-texinfo
  216. :type 'boolean)
  217. (defcustom org-texinfo-table-scientific-notation "%s\\,(%s)"
  218. "Format string to display numbers in scientific notation.
  219. The format should have \"%s\" twice, for mantissa and exponent
  220. \(i.e. \"%s\\\\times10^{%s}\").
  221. When nil, no transformation is made."
  222. :group 'org-export-texinfo
  223. :type '(choice
  224. (string :tag "Format string")
  225. (const :tag "No formatting" nil)))
  226. (defcustom org-texinfo-table-default-markup "@asis"
  227. "Default markup for first column in two-column tables.
  228. This should an indicating command, e.g., \"@code\", \"@kbd\" or
  229. \"@samp\".
  230. It can be overridden locally using the \":indic\" attribute."
  231. :group 'org-export-texinfo
  232. :type 'string
  233. :version "26.1"
  234. :package-version '(Org . "9.1")
  235. :safe #'stringp)
  236. ;;;; Text markup
  237. (defcustom org-texinfo-text-markup-alist '((bold . "@strong{%s}")
  238. (code . code)
  239. (italic . "@emph{%s}")
  240. (verbatim . samp))
  241. "Alist of Texinfo expressions to convert text markup.
  242. The key must be a symbol among `bold', `code', `italic',
  243. `strike-through', `underscore' and `verbatim'. The value is
  244. a formatting string to wrap fontified text with.
  245. Value can also be set to the following symbols: `verb', `samp'
  246. and `code'. With the first one, Org uses \"@verb\" to create
  247. a format string and selects a delimiter character that isn't in
  248. the string. For the other two, Org uses \"@samp\" or \"@code\"
  249. to typeset and protects special characters.
  250. When no association is found for a given markup, text is returned
  251. as-is."
  252. :group 'org-export-texinfo
  253. :version "26.1"
  254. :package-version '(Org . "9.1")
  255. :type 'alist
  256. :options '(bold code italic strike-through underscore verbatim))
  257. ;;;; Drawers
  258. (defcustom org-texinfo-format-drawer-function (lambda (_name contents) contents)
  259. "Function called to format a drawer in Texinfo code.
  260. The function must accept two parameters:
  261. NAME the drawer name, like \"LOGBOOK\"
  262. CONTENTS the contents of the drawer.
  263. The function should return the string to be exported.
  264. The default function simply returns the value of CONTENTS."
  265. :group 'org-export-texinfo
  266. :version "24.4"
  267. :package-version '(Org . "8.2")
  268. :type 'function)
  269. ;;;; Inlinetasks
  270. (defcustom org-texinfo-format-inlinetask-function
  271. 'org-texinfo-format-inlinetask-default-function
  272. "Function called to format an inlinetask in Texinfo code.
  273. The function must accept six parameters:
  274. TODO the todo keyword, as a string
  275. TODO-TYPE the todo type, a symbol among `todo', `done' and nil.
  276. PRIORITY the inlinetask priority, as a string
  277. NAME the inlinetask name, as a string.
  278. TAGS the inlinetask tags, as a list of strings.
  279. CONTENTS the contents of the inlinetask, as a string.
  280. The function should return the string to be exported."
  281. :group 'org-export-texinfo
  282. :type 'function)
  283. ;;;; Compilation
  284. (defcustom org-texinfo-info-process '("makeinfo --no-split %f")
  285. "Commands to process a Texinfo file to an INFO file.
  286. This is a list of strings, each of them will be given to the
  287. shell as a command. %f in the command will be replaced by the
  288. relative file name, %F by the absolute file name, %b by the file
  289. base name (i.e. without directory and extension parts), %o by the
  290. base directory of the file and %O by the absolute file name of
  291. the output file."
  292. :group 'org-export-texinfo
  293. :version "26.1"
  294. :package-version '(Org . "9.1")
  295. :type '(repeat :tag "Shell command sequence"
  296. (string :tag "Shell command")))
  297. (defcustom org-texinfo-logfiles-extensions
  298. '("aux" "toc" "cp" "fn" "ky" "pg" "tp" "vr")
  299. "The list of file extensions to consider as Texinfo logfiles.
  300. The logfiles will be remove if `org-texinfo-remove-logfiles' is
  301. non-nil."
  302. :group 'org-export-texinfo
  303. :type '(repeat (string :tag "Extension")))
  304. (defcustom org-texinfo-remove-logfiles t
  305. "Non-nil means remove the logfiles produced by compiling a Texinfo file.
  306. By default, logfiles are files with these extensions: .aux, .toc,
  307. .cp, .fn, .ky, .pg and .tp. To define the set of logfiles to remove,
  308. set `org-texinfo-logfiles-extensions'."
  309. :group 'org-export-latex
  310. :type 'boolean)
  311. ;;; Constants
  312. (defconst org-texinfo-max-toc-depth 4
  313. "Maximum depth for creation of detailed menu listings.
  314. Beyond this depth, Texinfo will not recognize the nodes and will
  315. cause errors. Left as a constant in case this value ever
  316. changes.")
  317. (defconst org-texinfo-supported-coding-systems
  318. '("US-ASCII" "UTF-8" "ISO-8859-15" "ISO-8859-1" "ISO-8859-2" "koi8-r" "koi8-u")
  319. "List of coding systems supported by Texinfo, as strings.
  320. Specified coding system will be matched against these strings.
  321. If two strings share the same prefix (e.g. \"ISO-8859-1\" and
  322. \"ISO-8859-15\"), the most specific one has to be listed first.")
  323. (defconst org-texinfo-inline-image-rules
  324. (list (cons "file"
  325. (regexp-opt '("eps" "pdf" "png" "jpg" "jpeg" "gif" "svg"))))
  326. "Rules characterizing image files that can be inlined.")
  327. ;;; Internal Functions
  328. (defun org-texinfo--filter-section-blank-lines (headline _backend _info)
  329. "Filter controlling number of blank lines after a section."
  330. (replace-regexp-in-string "\n\\(?:\n[ \t]*\\)*\\'" "\n\n" headline))
  331. (defun org-texinfo--normalize-headlines (tree _backend info)
  332. "Normalize headlines in TREE.
  333. BACK-END is the symbol specifying back-end used for export. INFO
  334. is a plist used as a communication channel.
  335. Make sure every headline in TREE contains a section, since those
  336. are required to install a menu. Also put exactly one blank line
  337. at the end of each section.
  338. Return new tree."
  339. (org-element-map tree 'headline
  340. (lambda (hl)
  341. (org-element-put-property hl :post-blank 1)
  342. (let ((contents (org-element-contents hl)))
  343. (when contents
  344. (let ((first (org-element-map contents '(headline section)
  345. #'identity info t)))
  346. (unless (eq (org-element-type first) 'section)
  347. (apply #'org-element-set-contents
  348. hl
  349. (cons `(section (:parent ,hl)) contents)))))))
  350. info)
  351. tree)
  352. (defun org-texinfo--find-verb-separator (s)
  353. "Return a character not used in string S.
  354. This is used to choose a separator for constructs like \\verb."
  355. (let ((ll "~,./?;':\"|!@#%^&-_=+abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ<>()[]{}"))
  356. (cl-loop for c across ll
  357. when (not (string-match (regexp-quote (char-to-string c)) s))
  358. return (char-to-string c))))
  359. (defun org-texinfo--text-markup (text markup _info)
  360. "Format TEXT depending on MARKUP text markup.
  361. INFO is a plist used as a communication channel. See
  362. `org-texinfo-text-markup-alist' for details."
  363. (pcase (cdr (assq markup org-texinfo-text-markup-alist))
  364. (`nil text) ;no markup: return raw text
  365. (`code (format "@code{%s}" (org-texinfo--sanitize-content text)))
  366. (`samp (format "@samp{%s}" (org-texinfo--sanitize-content text)))
  367. (`verb
  368. (let ((separator (org-texinfo--find-verb-separator text)))
  369. (format "@verb{%s%s%s}" separator text separator)))
  370. ;; Else use format string.
  371. (fmt (format fmt text))))
  372. (defun org-texinfo--get-node (datum info)
  373. "Return node or anchor associated to DATUM.
  374. DATUM is an element or object. INFO is a plist used as
  375. a communication channel. The function guarantees the node or
  376. anchor name is unique."
  377. (let ((cache (plist-get info :texinfo-node-cache)))
  378. (or (cdr (assq datum cache))
  379. (let* ((salt 0)
  380. (basename
  381. (org-texinfo--sanitize-node
  382. (if (eq (org-element-type datum) 'headline)
  383. (org-texinfo--sanitize-title
  384. (org-export-get-alt-title datum info) info)
  385. (org-export-get-reference datum info))))
  386. (name basename))
  387. ;; Ensure NAME is unique and not reserved node name "Top".
  388. (while (or (equal name "Top") (rassoc name cache))
  389. (setq name (concat basename (format " %d" (cl-incf salt)))))
  390. (plist-put info :texinfo-node-cache (cons (cons datum name) cache))
  391. name))))
  392. (defun org-texinfo--sanitize-node (title)
  393. "Bend string TITLE to node line requirements.
  394. Trim string and collapse multiple whitespace characters as they
  395. are not significant. Replace leading left parenthesis, when
  396. followed by a right parenthesis, with a square bracket. Remove
  397. periods, commas and colons."
  398. (org-trim
  399. (replace-regexp-in-string
  400. "[ \t]+" " "
  401. (replace-regexp-in-string
  402. "[:,.]" ""
  403. (replace-regexp-in-string "\\`(\\(.*?)\\)" "[\\1" title)))))
  404. (defun org-texinfo--sanitize-title (title info)
  405. "Make TITLE suitable as a section name.
  406. TITLE is a string or a secondary string. INFO is the current
  407. export state, as a plist."
  408. (org-export-data-with-backend
  409. title
  410. (org-export-create-backend
  411. :parent 'texinfo
  412. :transcoders '((footnote-reference . ignore)
  413. (link . (lambda (l c i)
  414. (or c
  415. (org-export-data
  416. (org-element-property :raw-link l)
  417. i))))
  418. (radio-target . (lambda (_r c _i) c))
  419. (target . ignore)))
  420. info))
  421. (defun org-texinfo--sanitize-content (text)
  422. "Escape special characters in string TEXT.
  423. Special characters are: @ { }"
  424. (replace-regexp-in-string "[@{}]" "@\\&" text))
  425. (defun org-texinfo--wrap-float (value info &optional type label caption short)
  426. "Wrap string VALUE within a @float command.
  427. INFO is the current export state, as a plist. TYPE is float
  428. type, as a string. LABEL is the cross reference label for the
  429. float, as a string. CAPTION and SHORT are, respectively, the
  430. caption and shortcaption used for the float, as secondary
  431. strings (e.g., returned by `org-export-get-caption')."
  432. (let* ((backend
  433. (org-export-create-backend
  434. :parent 'texinfo
  435. :transcoders '((link . (lambda (l c i)
  436. (or c
  437. (org-export-data
  438. (org-element-property :raw-link l)
  439. i))))
  440. (radio-target . (lambda (_r c _i) c))
  441. (target . ignore))))
  442. (short-backend
  443. (org-export-create-backend
  444. :parent 'texinfo
  445. :transcoders
  446. '((footnote-reference . ignore)
  447. (inline-src-block . ignore)
  448. (link . (lambda (l c i)
  449. (or c
  450. (org-export-data
  451. (org-element-property :raw-link l)
  452. i))))
  453. (radio-target . (lambda (_r c _i) c))
  454. (target . ignore)
  455. (verbatim . ignore))))
  456. (short-str
  457. (if (and short caption)
  458. (format "@shortcaption{%s}\n"
  459. (org-export-data-with-backend short short-backend info))
  460. ""))
  461. (caption-str
  462. (if (or short caption)
  463. (format "@caption{%s}\n"
  464. (org-export-data-with-backend
  465. (or caption short)
  466. (if (equal short-str "") short-backend backend)
  467. info))
  468. "")))
  469. (format "@float %s%s\n%s\n%s%s@end float"
  470. type (if label (concat "," label) "") value caption-str short-str)))
  471. ;;; Template
  472. (defun org-texinfo-template (contents info)
  473. "Return complete document string after Texinfo conversion.
  474. CONTENTS is the transcoded contents string. INFO is a plist
  475. holding export options."
  476. (let ((title (org-export-data (plist-get info :title) info))
  477. ;; Copying data is the contents of the first headline in
  478. ;; parse tree with a non-nil copying property.
  479. (copying (org-element-map (plist-get info :parse-tree) 'headline
  480. (lambda (hl)
  481. (and (org-not-nil (org-element-property :COPYING hl))
  482. (org-element-contents hl)))
  483. info t)))
  484. (concat
  485. "\\input texinfo @c -*- texinfo -*-\n"
  486. "@c %**start of header\n"
  487. (let ((file (or (plist-get info :texinfo-filename)
  488. (let ((f (plist-get info :output-file)))
  489. (and f (concat (file-name-sans-extension f) ".info"))))))
  490. (and file (format "@setfilename %s\n" file)))
  491. (format "@settitle %s\n" title)
  492. ;; Insert class-defined header.
  493. (org-element-normalize-string
  494. (let ((header (nth 1 (assoc (plist-get info :texinfo-class)
  495. org-texinfo-classes)))
  496. (coding
  497. (catch 'coding-system
  498. (let ((case-fold-search t)
  499. (name (symbol-name (or org-texinfo-coding-system
  500. buffer-file-coding-system))))
  501. (dolist (system org-texinfo-supported-coding-systems "UTF-8")
  502. (when (string-match-p (regexp-quote system) name)
  503. (throw 'coding-system system))))))
  504. (language (plist-get info :language))
  505. (case-fold-search nil))
  506. ;; Auto coding system.
  507. (replace-regexp-in-string
  508. "^@documentencoding \\(AUTO\\)$"
  509. coding
  510. (replace-regexp-in-string
  511. "^@documentlanguage \\(AUTO\\)$" language header t nil 1) t nil 1)))
  512. ;; Additional header options set by #+TEXINFO_HEADER.
  513. (let ((texinfo-header (plist-get info :texinfo-header)))
  514. (and texinfo-header (org-element-normalize-string texinfo-header)))
  515. "@c %**end of header\n\n"
  516. ;; Additional options set by #+TEXINFO_POST_HEADER.
  517. (let ((texinfo-post-header (plist-get info :texinfo-post-header)))
  518. (and texinfo-post-header
  519. (org-element-normalize-string texinfo-post-header)))
  520. ;; Copying.
  521. (and copying
  522. (format "@copying\n%s@end copying\n\n"
  523. (org-element-normalize-string
  524. (org-export-data copying info))))
  525. ;; Info directory information. Only supply if both title and
  526. ;; category are provided.
  527. (let ((dircat (plist-get info :texinfo-dircat))
  528. (dirtitle
  529. (let ((title (plist-get info :texinfo-dirtitle)))
  530. (and title
  531. (string-match "^\\(?:\\* \\)?\\(.*?\\)\\(\\.\\)?$" title)
  532. (format "* %s." (match-string 1 title))))))
  533. (when (and dircat dirtitle)
  534. (concat "@dircategory " dircat "\n"
  535. "@direntry\n"
  536. (let ((dirdesc
  537. (let ((desc (plist-get info :texinfo-dirdesc)))
  538. (cond ((not desc) nil)
  539. ((string-suffix-p "." desc) desc)
  540. (t (concat desc "."))))))
  541. (if dirdesc (format "%-23s %s" dirtitle dirdesc) dirtitle))
  542. "\n"
  543. "@end direntry\n\n")))
  544. ;; Title
  545. "@finalout\n"
  546. "@titlepage\n"
  547. (when (plist-get info :with-title)
  548. (concat
  549. (format "@title %s\n"
  550. (or (plist-get info :texinfo-printed-title) title ""))
  551. (let ((subtitle (plist-get info :subtitle)))
  552. (when subtitle
  553. (format "@subtitle %s\n"
  554. (org-export-data subtitle info))))))
  555. (when (plist-get info :with-author)
  556. (concat
  557. ;; Primary author.
  558. (let ((author (org-string-nw-p
  559. (org-export-data (plist-get info :author) info)))
  560. (email (and (plist-get info :with-email)
  561. (org-string-nw-p
  562. (org-export-data (plist-get info :email) info)))))
  563. (cond ((and author email)
  564. (format "@author %s (@email{%s})\n" author email))
  565. (author (format "@author %s\n" author))
  566. (email (format "@author @email{%s}\n" email))))
  567. ;; Other authors.
  568. (let ((subauthor (plist-get info :subauthor)))
  569. (and subauthor
  570. (org-element-normalize-string
  571. (replace-regexp-in-string "^" "@author " subauthor))))))
  572. (and copying "@page\n@vskip 0pt plus 1filll\n@insertcopying\n")
  573. "@end titlepage\n\n"
  574. ;; Table of contents.
  575. (and (plist-get info :with-toc) "@contents\n\n")
  576. ;; Configure Top Node when not for TeX. Also include contents
  577. ;; from the first section of the document.
  578. "@ifnottex\n"
  579. "@node Top\n"
  580. (format "@top %s\n" title)
  581. (let* ((first-section
  582. (org-element-map (plist-get info :parse-tree) 'section
  583. #'identity info t '(headline)))
  584. (top-contents
  585. (org-export-data (org-element-contents first-section) info)))
  586. (and (org-string-nw-p top-contents) (concat "\n" top-contents)))
  587. "@end ifnottex\n\n"
  588. ;; Menu.
  589. (org-texinfo-make-menu (plist-get info :parse-tree) info 'master)
  590. "\n"
  591. ;; Document's body.
  592. contents "\n"
  593. ;; Creator.
  594. (and (plist-get info :with-creator)
  595. (concat (plist-get info :creator) "\n"))
  596. ;; Document end.
  597. "@bye")))
  598. ;;; Transcode Functions
  599. ;;;; Bold
  600. (defun org-texinfo-bold (_bold contents info)
  601. "Transcode BOLD from Org to Texinfo.
  602. CONTENTS is the text with bold markup. INFO is a plist holding
  603. contextual information."
  604. (org-texinfo--text-markup contents 'bold info))
  605. ;;;; Center Block
  606. (defun org-texinfo-center-block (_center-block contents _info)
  607. "Transcode a CENTER-BLOCK element from Org to Texinfo.
  608. CONTENTS holds the contents of the block. INFO is a plist used
  609. as a communication channel."
  610. contents)
  611. ;;;; Clock
  612. (defun org-texinfo-clock (clock _contents info)
  613. "Transcode a CLOCK element from Org to Texinfo.
  614. CONTENTS is nil. INFO is a plist holding contextual
  615. information."
  616. (concat
  617. "@noindent"
  618. (format "@strong{%s} " org-clock-string)
  619. (format (plist-get info :texinfo-inactive-timestamp-format)
  620. (concat (org-timestamp-translate (org-element-property :value clock))
  621. (let ((time (org-element-property :duration clock)))
  622. (and time (format " (%s)" time)))))
  623. "@*"))
  624. ;;;; Code
  625. (defun org-texinfo-code (code _contents info)
  626. "Transcode a CODE object from Org to Texinfo.
  627. CONTENTS is nil. INFO is a plist used as a communication
  628. channel."
  629. (org-texinfo--text-markup (org-element-property :value code) 'code info))
  630. ;;;; Drawer
  631. (defun org-texinfo-drawer (drawer contents info)
  632. "Transcode a DRAWER element from Org to Texinfo.
  633. CONTENTS holds the contents of the block. INFO is a plist
  634. holding contextual information."
  635. (let* ((name (org-element-property :drawer-name drawer))
  636. (output (funcall (plist-get info :texinfo-format-drawer-function)
  637. name contents)))
  638. output))
  639. ;;;; Dynamic Block
  640. (defun org-texinfo-dynamic-block (_dynamic-block contents _info)
  641. "Transcode a DYNAMIC-BLOCK element from Org to Texinfo.
  642. CONTENTS holds the contents of the block. INFO is a plist
  643. holding contextual information."
  644. contents)
  645. ;;;; Entity
  646. (defun org-texinfo-entity (entity _contents _info)
  647. "Transcode an ENTITY object from Org to Texinfo."
  648. ;; Since there is not specific Texinfo entry in entities, use
  649. ;; Texinfo-specific commands whenever possible, and fallback to
  650. ;; UTF-8 otherwise.
  651. (pcase (org-element-property :name entity)
  652. ("AElig" "@AE{}")
  653. ("aelig" "@ae{}")
  654. ((or "bull" "bullet") "@bullet{}")
  655. ("copy" "@copyright{}")
  656. ("deg" "@textdegree{}")
  657. ((or "dots" "hellip") "@dots{}")
  658. ("equiv" "@equiv{}")
  659. ((or "euro" "EUR") "@euro{}")
  660. ((or "ge" "geq") "@geq{}")
  661. ("laquo" "@guillemetleft{}")
  662. ("iexcl" "@exclamdown{}")
  663. ("imath" "@dotless{i}")
  664. ("iquest" "@questiondown{}")
  665. ("jmath" "@dotless{j}")
  666. ((or "le" "leq") "@leq{}")
  667. ("lsaquo" "@guilsinglleft{}")
  668. ("mdash" "---")
  669. ("minus" "@minus{}")
  670. ("nbsp" "@tie{}")
  671. ("ndash" "--")
  672. ("OElig" "@OE{}")
  673. ("oelig" "@oe{}")
  674. ("ordf" "@ordf{}")
  675. ("ordm" "@ordm{}")
  676. ("pound" "@pound{}")
  677. ("raquo" "@guillemetright{}")
  678. ((or "rArr" "Rightarrow") "@result{}")
  679. ("reg" "@registeredsymbol{}")
  680. ((or "rightarrow" "to" "rarr") "@arrow{}")
  681. ("rsaquo" "@guilsinglright{}")
  682. ("thorn" "@th{}")
  683. ("THORN" "@TH{}")
  684. ((and (pred (string-prefix-p "_")) name) ;spacing entities
  685. (format "@w{%s}" (substring name 1)))
  686. (_ (org-element-property :utf-8 entity))))
  687. ;;;; Example Block
  688. (defun org-texinfo-example-block (example-block _contents info)
  689. "Transcode an EXAMPLE-BLOCK element from Org to Texinfo.
  690. CONTENTS is nil. INFO is a plist holding contextual
  691. information."
  692. (format "@example\n%s@end example"
  693. (org-texinfo--sanitize-content
  694. (org-export-format-code-default example-block info))))
  695. ;;; Export Block
  696. (defun org-texinfo-export-block (export-block _contents _info)
  697. "Transcode a EXPORT-BLOCK element from Org to Texinfo.
  698. CONTENTS is nil. INFO is a plist holding contextual information."
  699. (when (string= (org-element-property :type export-block) "TEXINFO")
  700. (org-remove-indentation (org-element-property :value export-block))))
  701. ;;; Export Snippet
  702. (defun org-texinfo-export-snippet (export-snippet _contents _info)
  703. "Transcode a EXPORT-SNIPPET object from Org to Texinfo.
  704. CONTENTS is nil. INFO is a plist holding contextual information."
  705. (when (eq (org-export-snippet-backend export-snippet) 'texinfo)
  706. (org-element-property :value export-snippet)))
  707. ;;;; Fixed Width
  708. (defun org-texinfo-fixed-width (fixed-width _contents _info)
  709. "Transcode a FIXED-WIDTH element from Org to Texinfo.
  710. CONTENTS is nil. INFO is a plist holding contextual information."
  711. (format "@example\n%s@end example"
  712. (org-remove-indentation
  713. (org-texinfo--sanitize-content
  714. (org-element-property :value fixed-width)))))
  715. ;;;; Footnote Reference
  716. (defun org-texinfo-footnote-reference (footnote _contents info)
  717. "Create a footnote reference for FOOTNOTE.
  718. FOOTNOTE is the footnote to define. CONTENTS is nil. INFO is a
  719. plist holding contextual information."
  720. (let ((def (org-export-get-footnote-definition footnote info)))
  721. (format "@footnote{%s}"
  722. (org-trim (org-export-data def info)))))
  723. ;;;; Headline
  724. (defun org-texinfo--structuring-command (headline info)
  725. "Return Texinfo structuring command string for HEADLINE element.
  726. Return nil if HEADLINE is to be ignored, `plain-list' if it
  727. should be exported as a plain-list item. INFO is a plist holding
  728. contextual information."
  729. (cond
  730. ((org-element-property :footnote-section-p headline) nil)
  731. ((org-not-nil (org-export-get-node-property :COPYING headline t)) nil)
  732. ((org-export-low-level-p headline info) 'plain-list)
  733. (t
  734. (let ((class (plist-get info :texinfo-class)))
  735. (pcase (assoc class (plist-get info :texinfo-classes))
  736. (`(,_ ,_ . ,sections)
  737. (pcase (nth (1- (org-export-get-relative-level headline info))
  738. sections)
  739. (`(,numbered ,unnumbered ,appendix)
  740. (cond
  741. ((org-not-nil (org-export-get-node-property :APPENDIX headline t))
  742. appendix)
  743. ((org-not-nil (org-export-get-node-property :INDEX headline t))
  744. unnumbered)
  745. ((org-export-numbered-headline-p headline info) numbered)
  746. (t unnumbered)))
  747. (`nil 'plain-list)
  748. (_ (user-error "Invalid Texinfo class specification: %S" class))))
  749. (_ (user-error "Invalid Texinfo class specification: %S" class)))))))
  750. (defun org-texinfo-headline (headline contents info)
  751. "Transcode a HEADLINE element from Org to Texinfo.
  752. CONTENTS holds the contents of the headline. INFO is a plist
  753. holding contextual information."
  754. (let ((section-fmt (org-texinfo--structuring-command headline info)))
  755. (when section-fmt
  756. (let* ((todo
  757. (and (plist-get info :with-todo-keywords)
  758. (let ((todo (org-element-property :todo-keyword headline)))
  759. (and todo (org-export-data todo info)))))
  760. (todo-type (and todo (org-element-property :todo-type headline)))
  761. (tags (and (plist-get info :with-tags)
  762. (org-export-get-tags headline info)))
  763. (numbered? (org-export-numbered-headline-p headline info))
  764. (priority (and (plist-get info :with-priority)
  765. (org-element-property :priority headline)))
  766. (text (org-texinfo--sanitize-title
  767. (org-element-property :title headline) info))
  768. (full-text
  769. (funcall (plist-get info :texinfo-format-headline-function)
  770. todo todo-type priority text tags))
  771. (contents
  772. (concat "\n"
  773. (if (org-string-nw-p contents)
  774. (concat "\n" contents)
  775. "")
  776. (let ((index (org-element-property :INDEX headline)))
  777. (and (member index '("cp" "fn" "ky" "pg" "tp" "vr"))
  778. (format "\n@printindex %s\n" index))))))
  779. (cond
  780. ((eq section-fmt 'plain-list)
  781. (concat (and (org-export-first-sibling-p headline info)
  782. (format "@%s\n" (if numbered? 'enumerate 'itemize)))
  783. "@item\n" full-text "\n"
  784. contents
  785. (if (org-export-last-sibling-p headline info)
  786. (format "@end %s" (if numbered? 'enumerate 'itemize))
  787. "\n")))
  788. (t
  789. (concat
  790. (and numbered?
  791. (format "@node %s\n" (org-texinfo--get-node headline info)))
  792. (format section-fmt full-text)
  793. contents)))))))
  794. (defun org-texinfo-format-headline-default-function
  795. (todo _todo-type priority text tags)
  796. "Default format function for a headline.
  797. See `org-texinfo-format-headline-function' for details."
  798. (concat (when todo (format "@strong{%s} " todo))
  799. (when priority (format "@emph{#%s} " priority))
  800. text
  801. (when tags (format " :%s:" (mapconcat 'identity tags ":")))))
  802. ;;;; Inline Src Block
  803. (defun org-texinfo-inline-src-block (inline-src-block _contents _info)
  804. "Transcode an INLINE-SRC-BLOCK element from Org to Texinfo.
  805. CONTENTS holds the contents of the item. INFO is a plist holding
  806. contextual information."
  807. (format "@code{%s}"
  808. (org-texinfo--sanitize-content
  809. (org-element-property :value inline-src-block))))
  810. ;;;; Inlinetask
  811. (defun org-texinfo-inlinetask (inlinetask contents info)
  812. "Transcode an INLINETASK element from Org to Texinfo.
  813. CONTENTS holds the contents of the block. INFO is a plist
  814. holding contextual information."
  815. (let ((title (org-export-data (org-element-property :title inlinetask) info))
  816. (todo (and (plist-get info :with-todo-keywords)
  817. (let ((todo (org-element-property :todo-keyword inlinetask)))
  818. (and todo (org-export-data todo info)))))
  819. (todo-type (org-element-property :todo-type inlinetask))
  820. (tags (and (plist-get info :with-tags)
  821. (org-export-get-tags inlinetask info)))
  822. (priority (and (plist-get info :with-priority)
  823. (org-element-property :priority inlinetask))))
  824. (funcall (plist-get info :texinfo-format-inlinetask-function)
  825. todo todo-type priority title tags contents)))
  826. (defun org-texinfo-format-inlinetask-default-function
  827. (todo _todo-type priority title tags contents)
  828. "Default format function for a inlinetasks.
  829. See `org-texinfo-format-inlinetask-function' for details."
  830. (let ((full-title
  831. (concat (when todo (format "@strong{%s} " todo))
  832. (when priority (format "#%c " priority))
  833. title
  834. (when tags (format ":%s:" (mapconcat #'identity tags ":"))))))
  835. (format "@center %s\n\n%s\n" full-title contents)))
  836. ;;;; Italic
  837. (defun org-texinfo-italic (_italic contents info)
  838. "Transcode ITALIC from Org to Texinfo.
  839. CONTENTS is the text with italic markup. INFO is a plist holding
  840. contextual information."
  841. (org-texinfo--text-markup contents 'italic info))
  842. ;;;; Item
  843. (defun org-texinfo-item (item contents info)
  844. "Transcode an ITEM element from Org to Texinfo.
  845. CONTENTS holds the contents of the item. INFO is a plist holding
  846. contextual information."
  847. (let* ((tag (org-element-property :tag item))
  848. (split (org-string-nw-p
  849. (org-export-read-attribute :attr_texinfo
  850. (org-element-property :parent item)
  851. :sep)))
  852. (items (and tag
  853. (let ((tag (org-export-data tag info)))
  854. (if split
  855. (split-string tag (regexp-quote split) t "[ \t\n]+")
  856. (list tag))))))
  857. (format "%s\n%s"
  858. (pcase items
  859. (`nil "@item")
  860. (`(,item) (concat "@item " item))
  861. (`(,item . ,items)
  862. (concat "@item " item "\n"
  863. (mapconcat (lambda (i) (concat "@itemx " i))
  864. items
  865. "\n"))))
  866. (or contents ""))))
  867. ;;;; Keyword
  868. (defun org-texinfo-keyword (keyword _contents info)
  869. "Transcode a KEYWORD element from Org to Texinfo.
  870. CONTENTS is nil. INFO is a plist holding contextual information."
  871. (let ((value (org-element-property :value keyword)))
  872. (pcase (org-element-property :key keyword)
  873. ("TEXINFO" value)
  874. ("CINDEX" (format "@cindex %s" value))
  875. ("FINDEX" (format "@findex %s" value))
  876. ("KINDEX" (format "@kindex %s" value))
  877. ("PINDEX" (format "@pindex %s" value))
  878. ("TINDEX" (format "@tindex %s" value))
  879. ("VINDEX" (format "@vindex %s" value))
  880. ("TOC"
  881. (cond ((string-match-p "\\<tables\\>" value)
  882. (concat "@listoffloats "
  883. (org-export-translate "Table" :utf-8 info)))
  884. ((string-match-p "\\<listings\\>" value)
  885. (concat "@listoffloats "
  886. (org-export-translate "Listing" :utf-8 info))))))))
  887. ;;;; Line Break
  888. (defun org-texinfo-line-break (_line-break _contents _info)
  889. "Transcode a LINE-BREAK object from Org to Texinfo.
  890. CONTENTS is nil. INFO is a plist holding contextual information."
  891. "@*\n")
  892. ;;;; Link
  893. (defun org-texinfo--@ref (datum description info)
  894. "Return @ref command for element or object DATUM.
  895. DESCRIPTION is the name of the section to print, as a string."
  896. (let ((node-name (org-texinfo--get-node datum info))
  897. ;; Sanitize DESCRIPTION for cross-reference use. In
  898. ;; particular, remove colons as they seem to cause (even
  899. ;; within @asis{...} to the Texinfo reader.
  900. (title (replace-regexp-in-string
  901. "[ \t]*:+" ""
  902. (replace-regexp-in-string "," "@comma{}" description))))
  903. (if (equal title node-name)
  904. (format "@ref{%s}" node-name)
  905. (format "@ref{%s, , %s}" node-name title))))
  906. (defun org-texinfo-link (link desc info)
  907. "Transcode a LINK object from Org to Texinfo.
  908. DESC is the description part of the link, or the empty string.
  909. INFO is a plist holding contextual information. See
  910. `org-export-data'."
  911. (let* ((type (org-element-property :type link))
  912. (raw-path (org-element-property :path link))
  913. ;; Ensure DESC really exists, or set it to nil.
  914. (desc (and (not (string= desc "")) desc))
  915. (path (cond
  916. ((member type '("http" "https" "ftp"))
  917. (concat type ":" raw-path))
  918. ((string= type "file") (org-export-file-uri raw-path))
  919. (t raw-path))))
  920. (cond
  921. ((org-export-custom-protocol-maybe link desc 'texinfo))
  922. ((org-export-inline-image-p link org-texinfo-inline-image-rules)
  923. (org-texinfo--inline-image link info))
  924. ((equal type "radio")
  925. (let ((destination (org-export-resolve-radio-link link info)))
  926. (if (not destination) desc
  927. (org-texinfo--@ref destination desc info))))
  928. ((member type '("custom-id" "id" "fuzzy"))
  929. (let ((destination
  930. (if (equal type "fuzzy")
  931. (org-export-resolve-fuzzy-link link info)
  932. (org-export-resolve-id-link link info))))
  933. (pcase (org-element-type destination)
  934. (`nil
  935. (format org-texinfo-link-with-unknown-path-format
  936. (org-texinfo--sanitize-content path)))
  937. ;; Id link points to an external file.
  938. (`plain-text
  939. (if desc (format "@uref{file://%s,%s}" destination desc)
  940. (format "@uref{file://%s}" destination)))
  941. ((or `headline
  942. ;; Targets within headlines cannot be turned into
  943. ;; @anchor{}, so we refer to the headline parent
  944. ;; directly.
  945. (and `target
  946. (guard (eq 'headline
  947. (org-element-type
  948. (org-element-property :parent destination))))))
  949. (let ((headline (org-element-lineage destination '(headline) t)))
  950. (org-texinfo--@ref
  951. headline
  952. (or desc (org-texinfo--sanitize-title
  953. (org-element-property :title headline) info))
  954. info)))
  955. (_
  956. (org-texinfo--@ref
  957. destination
  958. (or desc
  959. (pcase (org-export-get-ordinal destination info)
  960. ((and (pred integerp) n) (number-to-string n))
  961. ((and (pred consp) n) (mapconcat #'number-to-string n "."))
  962. (_ "???"))) ;cannot guess the description
  963. info)))))
  964. ((string= type "mailto")
  965. (format "@email{%s}"
  966. (concat (org-texinfo--sanitize-content path)
  967. (and desc (concat ", " desc)))))
  968. ;; External link with a description part.
  969. ((and path desc) (format "@uref{%s, %s}" path desc))
  970. ;; External link without a description part.
  971. (path (format "@uref{%s}" path))
  972. ;; No path, only description. Try to do something useful.
  973. (t
  974. (format (plist-get info :texinfo-link-with-unknown-path-format) desc)))))
  975. (defun org-texinfo--inline-image (link info)
  976. "Return Texinfo code for an inline image.
  977. LINK is the link pointing to the inline image. INFO is the
  978. current state of the export, as a plist."
  979. (let* ((parent (org-export-get-parent-element link))
  980. (label (and (org-element-property :name parent)
  981. (org-texinfo--get-node parent info)))
  982. (caption (org-export-get-caption parent))
  983. (shortcaption (org-export-get-caption parent t))
  984. (path (org-element-property :path link))
  985. (filename
  986. (file-name-sans-extension
  987. (if (file-name-absolute-p path) (expand-file-name path) path)))
  988. (extension (file-name-extension path))
  989. (attributes (org-export-read-attribute :attr_texinfo parent))
  990. (height (or (plist-get attributes :height) ""))
  991. (width (or (plist-get attributes :width) ""))
  992. (alt (or (plist-get attributes :alt) ""))
  993. (image (format "@image{%s,%s,%s,%s,%s}"
  994. filename width height alt extension)))
  995. (cond ((or caption shortcaption)
  996. (org-texinfo--wrap-float image
  997. info
  998. (org-export-translate "Figure" :utf-8 info)
  999. label
  1000. caption
  1001. shortcaption))
  1002. (label (concat "@anchor{" label "}\n" image))
  1003. (t image))))
  1004. ;;;; Menu
  1005. (defun org-texinfo-make-menu (scope info &optional master)
  1006. "Create the menu for inclusion in the Texinfo document.
  1007. SCOPE is a headline or a full parse tree. INFO is the
  1008. communication channel, as a plist.
  1009. When optional argument MASTER is non-nil, generate a master menu,
  1010. including detailed node listing."
  1011. (let ((menu (org-texinfo--build-menu scope info)))
  1012. (when (org-string-nw-p menu)
  1013. (org-element-normalize-string
  1014. (format
  1015. "@menu\n%s@end menu"
  1016. (concat menu
  1017. (when master
  1018. (let ((detailmenu
  1019. (org-texinfo--build-menu
  1020. scope info
  1021. (let ((toc-depth (plist-get info :with-toc)))
  1022. (if (wholenump toc-depth) toc-depth
  1023. org-texinfo-max-toc-depth)))))
  1024. (when (org-string-nw-p detailmenu)
  1025. (concat "\n@detailmenu\n"
  1026. "--- The Detailed Node Listing ---\n\n"
  1027. detailmenu
  1028. "@end detailmenu\n"))))))))))
  1029. (defun org-texinfo--build-menu (scope info &optional level)
  1030. "Build menu for entries within SCOPE.
  1031. SCOPE is a headline or a full parse tree. INFO is a plist
  1032. containing contextual information. When optional argument LEVEL
  1033. is an integer, build the menu recursively, down to this depth."
  1034. (cond
  1035. ((not level)
  1036. (org-texinfo--format-entries (org-texinfo--menu-entries scope info) info))
  1037. ((zerop level) nil)
  1038. (t
  1039. (org-element-normalize-string
  1040. (mapconcat
  1041. (lambda (h)
  1042. (let ((entries (org-texinfo--menu-entries h info)))
  1043. (when entries
  1044. (concat
  1045. (format "%s\n\n%s\n"
  1046. (org-export-data (org-export-get-alt-title h info) info)
  1047. (org-texinfo--format-entries entries info))
  1048. (org-texinfo--build-menu h info (1- level))))))
  1049. (org-texinfo--menu-entries scope info) "\n")))))
  1050. (defun org-texinfo--format-entries (entries info)
  1051. "Format all direct menu entries in SCOPE, as a string.
  1052. SCOPE is either a headline or a full Org document. INFO is
  1053. a plist containing contextual information."
  1054. (org-element-normalize-string
  1055. (mapconcat
  1056. (lambda (h)
  1057. (let* ((title
  1058. ;; Colons are used as a separator between title and node
  1059. ;; name. Remove them.
  1060. (replace-regexp-in-string
  1061. "[ \t]+:+" ""
  1062. (org-texinfo--sanitize-title
  1063. (org-export-get-alt-title h info) info)))
  1064. (node (org-texinfo--get-node h info))
  1065. (entry (concat "* " title ":"
  1066. (if (string= title node) ":"
  1067. (concat " " node ". "))))
  1068. (desc (org-element-property :DESCRIPTION h)))
  1069. (if (not desc) entry
  1070. (format (format "%%-%ds %%s" org-texinfo-node-description-column)
  1071. entry desc))))
  1072. entries "\n")))
  1073. (defun org-texinfo--menu-entries (scope info)
  1074. "List direct children in SCOPE needing a menu entry.
  1075. SCOPE is a headline or a full parse tree. INFO is a plist
  1076. holding contextual information."
  1077. (let* ((cache (or (plist-get info :texinfo-entries-cache)
  1078. (plist-get (plist-put info :texinfo-entries-cache
  1079. (make-hash-table :test #'eq))
  1080. :texinfo-entries-cache)))
  1081. (cached-entries (gethash scope cache 'no-cache)))
  1082. (if (not (eq cached-entries 'no-cache)) cached-entries
  1083. (puthash scope
  1084. (cl-remove-if
  1085. (lambda (h)
  1086. (org-not-nil (org-export-get-node-property :COPYING h t)))
  1087. (org-export-collect-headlines info 1 scope))
  1088. cache))))
  1089. ;;;; Node Property
  1090. (defun org-texinfo-node-property (node-property _contents _info)
  1091. "Transcode a NODE-PROPERTY element from Org to Texinfo.
  1092. CONTENTS is nil. INFO is a plist holding contextual
  1093. information."
  1094. (format "%s:%s"
  1095. (org-element-property :key node-property)
  1096. (let ((value (org-element-property :value node-property)))
  1097. (if value (concat " " value) ""))))
  1098. ;;;; Paragraph
  1099. (defun org-texinfo-paragraph (_paragraph contents _info)
  1100. "Transcode a PARAGRAPH element from Org to Texinfo.
  1101. CONTENTS is the contents of the paragraph, as a string. INFO is
  1102. the plist used as a communication channel."
  1103. contents)
  1104. ;;;; Plain List
  1105. (defun org-texinfo-plain-list (plain-list contents info)
  1106. "Transcode a PLAIN-LIST element from Org to Texinfo.
  1107. CONTENTS is the contents of the list. INFO is a plist holding
  1108. contextual information."
  1109. (let* ((attr (org-export-read-attribute :attr_texinfo plain-list))
  1110. (indic (let ((i (or (plist-get attr :indic)
  1111. (plist-get info :texinfo-table-default-markup))))
  1112. ;; Allow indicating commands with missing @ sign.
  1113. (if (string-prefix-p "@" i) i (concat "@" i))))
  1114. (table-type (plist-get attr :table-type))
  1115. (type (org-element-property :type plain-list))
  1116. (list-type (cond
  1117. ((eq type 'ordered) "enumerate")
  1118. ((eq type 'unordered) "itemize")
  1119. ((member table-type '("ftable" "vtable")) table-type)
  1120. (t "table"))))
  1121. (format "@%s\n%s@end %s"
  1122. (if (eq type 'descriptive) (concat list-type " " indic) list-type)
  1123. contents
  1124. list-type)))
  1125. ;;;; Plain Text
  1126. (defun org-texinfo-plain-text (text info)
  1127. "Transcode a TEXT string from Org to Texinfo.
  1128. TEXT is the string to transcode. INFO is a plist holding
  1129. contextual information."
  1130. ;; First protect @, { and }.
  1131. (let ((output (org-texinfo--sanitize-content text)))
  1132. ;; Activate smart quotes. Be sure to provide original TEXT string
  1133. ;; since OUTPUT may have been modified.
  1134. (when (plist-get info :with-smart-quotes)
  1135. (setq output
  1136. (org-export-activate-smart-quotes output :texinfo info text)))
  1137. ;; LaTeX into @LaTeX{} and TeX into @TeX{}
  1138. (let ((case-fold-search nil))
  1139. (setq output (replace-regexp-in-string "\\(?:La\\)?TeX" "@\\&{}" output)))
  1140. ;; Convert special strings.
  1141. (when (plist-get info :with-special-strings)
  1142. (setq output
  1143. (replace-regexp-in-string
  1144. "\\.\\.\\." "@dots{}"
  1145. (replace-regexp-in-string "\\\\-" "@-" output))))
  1146. ;; Handle break preservation if required.
  1147. (when (plist-get info :preserve-breaks)
  1148. (setq output (replace-regexp-in-string
  1149. "\\(\\\\\\\\\\)?[ \t]*\n" " @*\n" output)))
  1150. ;; Return value.
  1151. output))
  1152. ;;;; Planning
  1153. (defun org-texinfo-planning (planning _contents info)
  1154. "Transcode a PLANNING element from Org to Texinfo.
  1155. CONTENTS is nil. INFO is a plist holding contextual
  1156. information."
  1157. (concat
  1158. "@noindent"
  1159. (mapconcat
  1160. 'identity
  1161. (delq nil
  1162. (list
  1163. (let ((closed (org-element-property :closed planning)))
  1164. (when closed
  1165. (concat
  1166. (format "@strong{%s} " org-closed-string)
  1167. (format (plist-get info :texinfo-inactive-timestamp-format)
  1168. (org-timestamp-translate closed)))))
  1169. (let ((deadline (org-element-property :deadline planning)))
  1170. (when deadline
  1171. (concat
  1172. (format "@strong{%s} " org-deadline-string)
  1173. (format (plist-get info :texinfo-active-timestamp-format)
  1174. (org-timestamp-translate deadline)))))
  1175. (let ((scheduled (org-element-property :scheduled planning)))
  1176. (when scheduled
  1177. (concat
  1178. (format "@strong{%s} " org-scheduled-string)
  1179. (format (plist-get info :texinfo-active-timestamp-format)
  1180. (org-timestamp-translate scheduled)))))))
  1181. " ")
  1182. "@*"))
  1183. ;;;; Property Drawer
  1184. (defun org-texinfo-property-drawer (_property-drawer contents _info)
  1185. "Transcode a PROPERTY-DRAWER element from Org to Texinfo.
  1186. CONTENTS holds the contents of the drawer. INFO is a plist
  1187. holding contextual information."
  1188. (and (org-string-nw-p contents)
  1189. (format "@verbatim\n%s@end verbatim" contents)))
  1190. ;;;; Quote Block
  1191. (defun org-texinfo-quote-block (quote-block contents _info)
  1192. "Transcode a QUOTE-BLOCK element from Org to Texinfo.
  1193. CONTENTS holds the contents of the block. INFO is a plist
  1194. holding contextual information."
  1195. (let* ((title (org-element-property :name quote-block))
  1196. (start-quote (concat "@quotation"
  1197. (if title
  1198. (format " %s" title)))))
  1199. (format "%s\n%s@end quotation" start-quote contents)))
  1200. ;;;; Radio Target
  1201. (defun org-texinfo-radio-target (radio-target text info)
  1202. "Transcode a RADIO-TARGET object from Org to Texinfo.
  1203. TEXT is the text of the target. INFO is a plist holding
  1204. contextual information."
  1205. (format "@anchor{%s}%s"
  1206. (org-texinfo--get-node radio-target info)
  1207. text))
  1208. ;;;; Section
  1209. (defun org-texinfo-section (section contents info)
  1210. "Transcode a SECTION element from Org to Texinfo.
  1211. CONTENTS holds the contents of the section. INFO is a plist
  1212. holding contextual information."
  1213. (let ((parent (org-export-get-parent-headline section)))
  1214. (when parent ;ignore very first section
  1215. (org-trim
  1216. (concat contents "\n" (org-texinfo-make-menu parent info))))))
  1217. ;;;; Special Block
  1218. (defun org-texinfo-special-block (special-block contents _info)
  1219. "Transcode a SPECIAL-BLOCK element from Org to Texinfo.
  1220. CONTENTS holds the contents of the block. INFO is a plist used
  1221. as a communication channel."
  1222. (let ((opt (org-export-read-attribute :attr_texinfo special-block :options))
  1223. (type (org-element-property :type special-block)))
  1224. (format "@%s%s\n%s@end %s"
  1225. type
  1226. (if opt (concat " " opt) "")
  1227. (or contents "")
  1228. type)))
  1229. ;;;; Src Block
  1230. (defun org-texinfo-src-block (src-block _contents info)
  1231. "Transcode a SRC-BLOCK element from Org to Texinfo.
  1232. CONTENTS holds the contents of the item. INFO is a plist holding
  1233. contextual information."
  1234. (let* ((lisp (string-match-p "lisp"
  1235. (org-element-property :language src-block)))
  1236. (code (org-texinfo--sanitize-content
  1237. (org-export-format-code-default src-block info)))
  1238. (value (format
  1239. (if lisp "@lisp\n%s@end lisp" "@example\n%s@end example")
  1240. code))
  1241. (caption (org-export-get-caption src-block))
  1242. (shortcaption (org-export-get-caption src-block t)))
  1243. (if (not (or caption shortcaption)) value
  1244. (org-texinfo--wrap-float value
  1245. info
  1246. (org-export-translate "Listing" :utf-8 info)
  1247. (org-texinfo--get-node src-block info)
  1248. caption
  1249. shortcaption))))
  1250. ;;;; Statistics Cookie
  1251. (defun org-texinfo-statistics-cookie (statistics-cookie _contents _info)
  1252. "Transcode a STATISTICS-COOKIE object from Org to Texinfo.
  1253. CONTENTS is nil. INFO is a plist holding contextual information."
  1254. (org-element-property :value statistics-cookie))
  1255. ;;;; Strike-through
  1256. (defun org-texinfo-strike-through (_strike-through contents info)
  1257. "Transcode STRIKE-THROUGH from Org to Texinfo.
  1258. CONTENTS is the text with strike-through markup. INFO is a plist
  1259. holding contextual information."
  1260. (org-texinfo--text-markup contents 'strike-through info))
  1261. ;;;; Subscript
  1262. (defun org-texinfo-subscript (_subscript contents _info)
  1263. "Transcode a SUBSCRIPT object from Org to Texinfo.
  1264. CONTENTS is the contents of the object. INFO is a plist holding
  1265. contextual information."
  1266. (format "@math{_%s}" contents))
  1267. ;;;; Superscript
  1268. (defun org-texinfo-superscript (_superscript contents _info)
  1269. "Transcode a SUPERSCRIPT object from Org to Texinfo.
  1270. CONTENTS is the contents of the object. INFO is a plist holding
  1271. contextual information."
  1272. (format "@math{^%s}" contents))
  1273. ;;;; Table
  1274. (defun org-texinfo-table (table contents info)
  1275. "Transcode a TABLE element from Org to Texinfo.
  1276. CONTENTS is the contents of the table. INFO is a plist holding
  1277. contextual information."
  1278. (if (eq (org-element-property :type table) 'table.el)
  1279. (format "@verbatim\n%s@end verbatim"
  1280. (org-element-normalize-string
  1281. (org-element-property :value table)))
  1282. (let* ((col-width (org-export-read-attribute :attr_texinfo table :columns))
  1283. (columns
  1284. (if col-width (format "@columnfractions %s" col-width)
  1285. (org-texinfo-table-column-widths table info)))
  1286. (caption (org-export-get-caption table))
  1287. (shortcaption (org-export-get-caption table t))
  1288. (table-str (format "@multitable %s\n%s@end multitable"
  1289. columns
  1290. contents)))
  1291. (if (not (or caption shortcaption)) table-str
  1292. (org-texinfo--wrap-float table-str
  1293. info
  1294. (org-export-translate "Table" :utf-8 info)
  1295. (org-texinfo--get-node table info)
  1296. caption
  1297. shortcaption)))))
  1298. (defun org-texinfo-table-column-widths (table info)
  1299. "Determine the largest table cell in each column to process alignment.
  1300. TABLE is the table element to transcode. INFO is a plist used as
  1301. a communication channel."
  1302. (let ((widths (make-vector (cdr (org-export-table-dimensions table info)) 0)))
  1303. (org-element-map table 'table-row
  1304. (lambda (row)
  1305. (let ((idx 0))
  1306. (org-element-map row 'table-cell
  1307. (lambda (cell)
  1308. ;; Length of the cell in the original buffer is only an
  1309. ;; approximation of the length of the cell in the
  1310. ;; output. It can sometimes fail (e.g. it considers
  1311. ;; "/a/" being larger than "ab").
  1312. (let ((w (- (org-element-property :contents-end cell)
  1313. (org-element-property :contents-begin cell))))
  1314. (aset widths idx (max w (aref widths idx))))
  1315. (cl-incf idx))
  1316. info)))
  1317. info)
  1318. (format "{%s}" (mapconcat (lambda (w) (make-string w ?a)) widths "} {"))))
  1319. ;;;; Table Cell
  1320. (defun org-texinfo-table-cell (table-cell contents info)
  1321. "Transcode a TABLE-CELL element from Org to Texinfo.
  1322. CONTENTS is the cell contents. INFO is a plist used as
  1323. a communication channel."
  1324. (concat
  1325. (let ((scientific-notation
  1326. (plist-get info :texinfo-table-scientific-notation)))
  1327. (if (and contents
  1328. scientific-notation
  1329. (string-match orgtbl-exp-regexp contents))
  1330. ;; Use appropriate format string for scientific notation.
  1331. (format scientific-notation
  1332. (match-string 1 contents)
  1333. (match-string 2 contents))
  1334. contents))
  1335. (when (org-export-get-next-element table-cell info) "\n@tab ")))
  1336. ;;;; Table Row
  1337. (defun org-texinfo-table-row (table-row contents info)
  1338. "Transcode a TABLE-ROW element from Org to Texinfo.
  1339. CONTENTS is the contents of the row. INFO is a plist used as
  1340. a communication channel."
  1341. ;; Rules are ignored since table separators are deduced from
  1342. ;; borders of the current row.
  1343. (when (eq (org-element-property :type table-row) 'standard)
  1344. (let ((rowgroup-tag
  1345. (if (and (= 1 (org-export-table-row-group table-row info))
  1346. (org-export-table-has-header-p
  1347. (org-export-get-parent-table table-row) info))
  1348. "@headitem "
  1349. "@item ")))
  1350. (concat rowgroup-tag contents "\n"))))
  1351. ;;;; Target
  1352. (defun org-texinfo-target (target _contents info)
  1353. "Transcode a TARGET object from Org to Texinfo.
  1354. CONTENTS is nil. INFO is a plist holding contextual
  1355. information."
  1356. (format "@anchor{%s}" (org-texinfo--get-node target info)))
  1357. ;;;; Timestamp
  1358. (defun org-texinfo-timestamp (timestamp _contents info)
  1359. "Transcode a TIMESTAMP object from Org to Texinfo.
  1360. CONTENTS is nil. INFO is a plist holding contextual
  1361. information."
  1362. (let ((value (org-texinfo-plain-text
  1363. (org-timestamp-translate timestamp) info)))
  1364. (pcase (org-element-property :type timestamp)
  1365. ((or `active `active-range)
  1366. (format (plist-get info :texinfo-active-timestamp-format) value))
  1367. ((or `inactive `inactive-range)
  1368. (format (plist-get info :texinfo-inactive-timestamp-format) value))
  1369. (_ (format (plist-get info :texinfo-diary-timestamp-format) value)))))
  1370. ;;;; Underline
  1371. (defun org-texinfo-underline (_underline contents info)
  1372. "Transcode UNDERLINE from Org to Texinfo.
  1373. CONTENTS is the text with underline markup. INFO is a plist
  1374. holding contextual information."
  1375. (org-texinfo--text-markup contents 'underline info))
  1376. ;;;; Verbatim
  1377. (defun org-texinfo-verbatim (verbatim _contents info)
  1378. "Transcode a VERBATIM object from Org to Texinfo.
  1379. CONTENTS is nil. INFO is a plist used as a communication
  1380. channel."
  1381. (org-texinfo--text-markup
  1382. (org-element-property :value verbatim) 'verbatim info))
  1383. ;;;; Verse Block
  1384. (defun org-texinfo-verse-block (_verse-block contents _info)
  1385. "Transcode a VERSE-BLOCK element from Org to Texinfo.
  1386. CONTENTS is verse block contents. INFO is a plist holding
  1387. contextual information."
  1388. (format "@display\n%s@end display" contents))
  1389. ;;; Interactive functions
  1390. ;;;###autoload
  1391. (defun org-texinfo-export-to-texinfo
  1392. (&optional async subtreep visible-only body-only ext-plist)
  1393. "Export current buffer to a Texinfo file.
  1394. If narrowing is active in the current buffer, only export its
  1395. narrowed part.
  1396. If a region is active, export that region.
  1397. A non-nil optional argument ASYNC means the process should happen
  1398. asynchronously. The resulting file should be accessible through
  1399. the `org-export-stack' interface.
  1400. When optional argument SUBTREEP is non-nil, export the sub-tree
  1401. at point, extracting information from the headline properties
  1402. first.
  1403. When optional argument VISIBLE-ONLY is non-nil, don't export
  1404. contents of hidden elements.
  1405. When optional argument BODY-ONLY is non-nil, only write code
  1406. between \"\\begin{document}\" and \"\\end{document}\".
  1407. EXT-PLIST, when provided, is a property list with external
  1408. parameters overriding Org default settings, but still inferior to
  1409. file-local settings.
  1410. Return output file's name."
  1411. (interactive)
  1412. (let ((outfile (org-export-output-file-name ".texi" subtreep))
  1413. (org-export-coding-system org-texinfo-coding-system))
  1414. (org-export-to-file 'texinfo outfile
  1415. async subtreep visible-only body-only ext-plist)))
  1416. ;;;###autoload
  1417. (defun org-texinfo-export-to-info
  1418. (&optional async subtreep visible-only body-only ext-plist)
  1419. "Export current buffer to Texinfo then process through to INFO.
  1420. If narrowing is active in the current buffer, only export its
  1421. narrowed part.
  1422. If a region is active, export that region.
  1423. A non-nil optional argument ASYNC means the process should happen
  1424. asynchronously. The resulting file should be accessible through
  1425. the `org-export-stack' interface.
  1426. When optional argument SUBTREEP is non-nil, export the sub-tree
  1427. at point, extracting information from the headline properties
  1428. first.
  1429. When optional argument VISIBLE-ONLY is non-nil, don't export
  1430. contents of hidden elements.
  1431. When optional argument BODY-ONLY is non-nil, only write code
  1432. between \"\\begin{document}\" and \"\\end{document}\".
  1433. EXT-PLIST, when provided, is a property list with external
  1434. parameters overriding Org default settings, but still inferior to
  1435. file-local settings.
  1436. When optional argument PUB-DIR is set, use it as the publishing
  1437. directory.
  1438. Return INFO file's name."
  1439. (interactive)
  1440. (let ((outfile (org-export-output-file-name ".texi" subtreep))
  1441. (org-export-coding-system org-texinfo-coding-system))
  1442. (org-export-to-file 'texinfo outfile
  1443. async subtreep visible-only body-only ext-plist
  1444. (lambda (file) (org-texinfo-compile file)))))
  1445. ;;;###autoload
  1446. (defun org-texinfo-publish-to-texinfo (plist filename pub-dir)
  1447. "Publish an org file to Texinfo.
  1448. FILENAME is the filename of the Org file to be published. PLIST
  1449. is the property list for the given project. PUB-DIR is the
  1450. publishing directory.
  1451. Return output file name."
  1452. (org-publish-org-to 'texinfo filename ".texi" plist pub-dir))
  1453. ;;;###autoload
  1454. (defun org-texinfo-convert-region-to-texinfo ()
  1455. "Assume the current region has Org syntax, and convert it to Texinfo.
  1456. This can be used in any buffer. For example, you can write an
  1457. itemized list in Org syntax in an Texinfo buffer and use this
  1458. command to convert it."
  1459. (interactive)
  1460. (org-export-replace-region-by 'texinfo))
  1461. (defun org-texinfo-compile (file)
  1462. "Compile a texinfo file.
  1463. FILE is the name of the file being compiled. Processing is done
  1464. through the command specified in `org-texinfo-info-process',
  1465. which see. Output is redirected to \"*Org INFO Texinfo Output*\"
  1466. buffer.
  1467. Return INFO file name or an error if it couldn't be produced."
  1468. (message "Processing Texinfo file %s..." file)
  1469. (let* ((log-name "*Org INFO Texinfo Output*")
  1470. (log (get-buffer-create log-name))
  1471. (output
  1472. (org-compile-file file org-texinfo-info-process "info"
  1473. (format "See %S for details" log-name)
  1474. log)))
  1475. (when org-texinfo-remove-logfiles
  1476. (let ((base (file-name-sans-extension output)))
  1477. (dolist (ext org-texinfo-logfiles-extensions)
  1478. (let ((file (concat base "." ext)))
  1479. (when (file-exists-p file) (delete-file file))))))
  1480. (message "Process completed.")
  1481. output))
  1482. (provide 'ox-texinfo)
  1483. ;; Local variables:
  1484. ;; generated-autoload-file: "org-loaddefs.el"
  1485. ;; End:
  1486. ;;; ox-texinfo.el ends here