ox-texinfo.el 61 KB

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