org-texi: Fix typo
[org-mode/org-tableheadings.git] / lisp / ox-texinfo.el
blob0e330080a50023466b69af91968204ed4d4b5680
1 ;;; ox-texinfo.el --- Texinfo Back-End for Org Export Engine
3 ;; Copyright (C) 2012-2014 Free Software Foundation, Inc.
4 ;; Author: Jonathan Leech-Pepin <jonathan.leechpepin at gmail dot com>
5 ;; Keywords: outlines, hypermedia, calendar, wp
7 ;; This file is part of GNU Emacs.
9 ;; GNU Emacs is free software: you can redistribute it and/or modify
10 ;; it under the terms of the GNU General Public License as published by
11 ;; the Free Software Foundation, either version 3 of the License, or
12 ;; (at your option) any later version.
14 ;; GNU Emacs is distributed in the hope that it will be useful,
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 ;; GNU General Public License for more details.
19 ;; You should have received a copy of the GNU General Public License
20 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22 ;;; Commentary:
24 ;; See Org manual for details.
26 ;;; Code:
28 (eval-when-compile (require 'cl))
29 (require 'ox)
31 (defvar orgtbl-exp-regexp)
35 ;;; Define Back-End
37 (org-export-define-backend 'texinfo
38 '((bold . org-texinfo-bold)
39 (center-block . org-texinfo-center-block)
40 (clock . org-texinfo-clock)
41 (code . org-texinfo-code)
42 (comment . (lambda (&rest args) ""))
43 (comment-block . (lambda (&rest args) ""))
44 (drawer . org-texinfo-drawer)
45 (dynamic-block . org-texinfo-dynamic-block)
46 (entity . org-texinfo-entity)
47 (example-block . org-texinfo-example-block)
48 (export-block . org-texinfo-export-block)
49 (export-snippet . org-texinfo-export-snippet)
50 (fixed-width . org-texinfo-fixed-width)
51 (footnote-definition . org-texinfo-footnote-definition)
52 (footnote-reference . org-texinfo-footnote-reference)
53 (headline . org-texinfo-headline)
54 (inline-src-block . org-texinfo-inline-src-block)
55 (inlinetask . org-texinfo-inlinetask)
56 (italic . org-texinfo-italic)
57 (item . org-texinfo-item)
58 (keyword . org-texinfo-keyword)
59 (line-break . org-texinfo-line-break)
60 (link . org-texinfo-link)
61 (node-property . org-texinfo-node-property)
62 (paragraph . org-texinfo-paragraph)
63 (plain-list . org-texinfo-plain-list)
64 (plain-text . org-texinfo-plain-text)
65 (planning . org-texinfo-planning)
66 (property-drawer . org-texinfo-property-drawer)
67 (quote-block . org-texinfo-quote-block)
68 (radio-target . org-texinfo-radio-target)
69 (section . org-texinfo-section)
70 (special-block . org-texinfo-special-block)
71 (src-block . org-texinfo-src-block)
72 (statistics-cookie . org-texinfo-statistics-cookie)
73 (subscript . org-texinfo-subscript)
74 (superscript . org-texinfo-superscript)
75 (table . org-texinfo-table)
76 (table-cell . org-texinfo-table-cell)
77 (table-row . org-texinfo-table-row)
78 (target . org-texinfo-target)
79 (template . org-texinfo-template)
80 (timestamp . org-texinfo-timestamp)
81 (verbatim . org-texinfo-verbatim)
82 (verse-block . org-texinfo-verse-block))
83 :export-block "TEXINFO"
84 :filters-alist
85 '((:filter-headline . org-texinfo-filter-section-blank-lines)
86 (:filter-parse-tree . org-texinfo--normalize-headlines)
87 (:filter-section . org-texinfo-filter-section-blank-lines))
88 :menu-entry
89 '(?i "Export to Texinfo"
90 ((?t "As TEXI file" org-texinfo-export-to-texinfo)
91 (?i "As INFO file" org-texinfo-export-to-info)))
92 :options-alist
93 '((:texinfo-filename "TEXINFO_FILENAME" nil nil t)
94 (:texinfo-class "TEXINFO_CLASS" nil org-texinfo-default-class t)
95 (:texinfo-header "TEXINFO_HEADER" nil nil newline)
96 (:texinfo-post-header "TEXINFO_POST_HEADER" nil nil newline)
97 (:subtitle "SUBTITLE" nil nil newline)
98 (:subauthor "SUBAUTHOR" nil nil newline)
99 (:texinfo-dircat "TEXINFO_DIR_CATEGORY" nil nil t)
100 (:texinfo-dirtitle "TEXINFO_DIR_TITLE" nil nil t)
101 (:texinfo-dirdesc "TEXINFO_DIR_DESC" nil nil t)
102 (:texinfo-printed-title "TEXINFO_PRINTED_TITLE" nil nil t)
103 ;; Other variables.
104 (:texinfo-classes nil nil org-texinfo-classes)
105 (:texinfo-format-headline-function nil nil org-texinfo-format-headline-function)
106 (:texinfo-node-description-column nil nil org-texinfo-node-description-column)
107 (:texinfo-active-timestamp-format nil nil org-texinfo-active-timestamp-format)
108 (:texinfo-inactive-timestamp-format nil nil org-texinfo-inactive-timestamp-format)
109 (:texinfo-diary-timestamp-format nil nil org-texinfo-diary-timestamp-format)
110 (:texinfo-link-with-unknown-path-format nil nil org-texinfo-link-with-unknown-path-format)
111 (:texinfo-tables-verbatim nil nil org-texinfo-tables-verbatim)
112 (:texinfo-table-scientific-notation nil nil org-texinfo-table-scientific-notation)
113 (:texinfo-def-table-markup nil nil org-texinfo-def-table-markup)
114 (:texinfo-text-markup-alist nil nil org-texinfo-text-markup-alist)
115 (:texinfo-format-drawer-function nil nil org-texinfo-format-drawer-function)
116 (:texinfo-format-inlinetask-function nil nil org-texinfo-format-inlinetask-function)))
120 ;;; User Configurable Variables
122 (defgroup org-export-texinfo nil
123 "Options for exporting Org mode files to Texinfo."
124 :tag "Org Export Texinfo"
125 :version "24.4"
126 :package-version '(Org . "8.0")
127 :group 'org-export)
129 ;;;; Preamble
131 (defcustom org-texinfo-coding-system nil
132 "Default document encoding for Texinfo output.
134 If `nil' it will default to `buffer-file-coding-system'."
135 :group 'org-export-texinfo
136 :type 'coding-system)
138 (defcustom org-texinfo-default-class "info"
139 "The default Texinfo class."
140 :group 'org-export-texinfo
141 :type '(string :tag "Texinfo class"))
143 (defcustom org-texinfo-classes
144 '(("info"
145 "@documentencoding AUTO\n@documentlanguage AUTO"
146 ("@chapter %s" . "@unnumbered %s")
147 ("@section %s" . "@unnumberedsec %s")
148 ("@subsection %s" . "@unnumberedsubsec %s")
149 ("@subsubsection %s" . "@unnumberedsubsubsec %s")))
150 "Alist of Texinfo classes and associated header and structure.
151 If #+TEXINFO_CLASS is set in the buffer, use its value and the
152 associated information. Here is the structure of each cell:
154 \(class-name
155 header-string
156 \(numbered-section . unnumbered-section)
157 ...)
160 The header string
161 -----------------
163 The header string is inserted in the header of the generated
164 document, right after \"@setfilename\" and \"@settitle\"
165 commands.
167 If it contains the special string
169 \"@documentencoding AUTO\"
171 \"AUTO\" will be replaced with an appropriate coding system. See
172 `org-texinfo-coding-system' for more information. Likewise, if
173 the string contains the special string
175 \"@documentlanguage AUTO\"
177 \"AUTO\" will be replaced with the language defined in the
178 buffer, through #+LANGUAGE keyword, or globally, with
179 `org-export-default-language', which see.
182 The sectioning structure
183 ------------------------
185 The sectioning structure of the class is given by the elements
186 following the header string. For each sectioning level, a number
187 of strings is specified. A %s formatter is mandatory in each
188 section string and will be replaced by the title of the section.
190 Instead of a list of sectioning commands, you can also specify
191 a function name. That function will be called with two
192 parameters, the reduced) level of the headline, and a predicate
193 non-nil when the headline should be numbered. It must return
194 a format string in which the section title will be added."
195 :group 'org-export-texinfo
196 :version "24.4"
197 :package-version '(Org . "8.2")
198 :type '(repeat
199 (list (string :tag "Texinfo class")
200 (string :tag "Texinfo header")
201 (repeat :tag "Levels" :inline t
202 (choice
203 (cons :tag "Heading"
204 (string :tag " numbered")
205 (string :tag "unnumbered"))
206 (function :tag "Hook computing sectioning"))))))
208 ;;;; Headline
210 (defcustom org-texinfo-format-headline-function
211 'org-texinfo-format-headline-default-function
212 "Function to format headline text.
214 This function will be called with 5 arguments:
215 TODO the todo keyword (string or nil).
216 TODO-TYPE the type of todo (symbol: `todo', `done', nil)
217 PRIORITY the priority of the headline (integer or nil)
218 TEXT the main headline text (string).
219 TAGS the tags as a list of strings (list of strings or nil).
221 The function result will be used in the section format string."
222 :group 'org-export-texinfo
223 :type 'function
224 :version "25.1"
225 :package-version '(Org . "8.3"))
227 ;;;; Node listing (menu)
229 (defcustom org-texinfo-node-description-column 32
230 "Column at which to start the description in the node listings.
231 If a node title is greater than this length, the description will
232 be placed after the end of the title."
233 :group 'org-export-texinfo
234 :type 'integer)
236 ;;;; Timestamps
238 (defcustom org-texinfo-active-timestamp-format "@emph{%s}"
239 "A printf format string to be applied to active timestamps."
240 :group 'org-export-texinfo
241 :type 'string)
243 (defcustom org-texinfo-inactive-timestamp-format "@emph{%s}"
244 "A printf format string to be applied to inactive timestamps."
245 :group 'org-export-texinfo
246 :type 'string)
248 (defcustom org-texinfo-diary-timestamp-format "@emph{%s}"
249 "A printf format string to be applied to diary timestamps."
250 :group 'org-export-texinfo
251 :type 'string)
253 ;;;; Links
255 (defcustom org-texinfo-link-with-unknown-path-format "@indicateurl{%s}"
256 "Format string for links with unknown path type."
257 :group 'org-export-texinfo
258 :type 'string)
260 ;;;; Tables
262 (defcustom org-texinfo-tables-verbatim nil
263 "When non-nil, tables are exported verbatim."
264 :group 'org-export-texinfo
265 :type 'boolean)
267 (defcustom org-texinfo-table-scientific-notation "%s\\,(%s)"
268 "Format string to display numbers in scientific notation.
269 The format should have \"%s\" twice, for mantissa and exponent
270 \(i.e. \"%s\\\\times10^{%s}\").
272 When nil, no transformation is made."
273 :group 'org-export-texinfo
274 :type '(choice
275 (string :tag "Format string")
276 (const :tag "No formatting" nil)))
278 (defcustom org-texinfo-def-table-markup "@samp"
279 "Default setting for @table environments."
280 :group 'org-export-texinfo
281 :type 'string)
283 ;;;; Text markup
285 (defcustom org-texinfo-text-markup-alist '((bold . "@strong{%s}")
286 (code . code)
287 (italic . "@emph{%s}")
288 (verbatim . verb)
289 (comment . "@c %s"))
290 "Alist of Texinfo expressions to convert text markup.
292 The key must be a symbol among `bold', `italic' and `comment'.
293 The value is a formatting string to wrap fontified text with.
295 Value can also be set to the following symbols: `verb' and
296 `code'. For the former, Org will use \"@verb\" to
297 create a format string and select a delimiter character that
298 isn't in the string. For the latter, Org will use \"@code\"
299 to typeset and try to protect special characters.
301 If no association can be found for a given markup, text will be
302 returned as-is."
303 :group 'org-export-texinfo
304 :type 'alist
305 :options '(bold code italic verbatim comment))
307 ;;;; Drawers
309 (defcustom org-texinfo-format-drawer-function
310 (lambda (name contents) contents)
311 "Function called to format a drawer in Texinfo code.
313 The function must accept two parameters:
314 NAME the drawer name, like \"LOGBOOK\"
315 CONTENTS the contents of the drawer.
317 The function should return the string to be exported.
319 The default function simply returns the value of CONTENTS."
320 :group 'org-export-texinfo
321 :version "24.4"
322 :package-version '(Org . "8.2")
323 :type 'function)
325 ;;;; Inlinetasks
327 (defcustom org-texinfo-format-inlinetask-function
328 'org-texinfo-format-inlinetask-default-function
329 "Function called to format an inlinetask in Texinfo code.
331 The function must accept six parameters:
332 TODO the todo keyword, as a string
333 TODO-TYPE the todo type, a symbol among `todo', `done' and nil.
334 PRIORITY the inlinetask priority, as a string
335 NAME the inlinetask name, as a string.
336 TAGS the inlinetask tags, as a list of strings.
337 CONTENTS the contents of the inlinetask, as a string.
339 The function should return the string to be exported."
340 :group 'org-export-texinfo
341 :type 'function)
343 ;;;; Compilation
345 (defcustom org-texinfo-info-process '("makeinfo %f")
346 "Commands to process a Texinfo file to an INFO file.
347 This is list of strings, each of them will be given to the shell
348 as a command. %f in the command will be replaced by the full
349 file name, %b by the file base name (i.e without extension) and
350 %o by the base directory of the file."
351 :group 'org-export-texinfo
352 :type '(repeat :tag "Shell command sequence"
353 (string :tag "Shell command")))
355 (defcustom org-texinfo-logfiles-extensions
356 '("aux" "toc" "cp" "fn" "ky" "pg" "tp" "vr")
357 "The list of file extensions to consider as Texinfo logfiles.
358 The logfiles will be remove if `org-texinfo-remove-logfiles' is
359 non-nil."
360 :group 'org-export-texinfo
361 :type '(repeat (string :tag "Extension")))
363 (defcustom org-texinfo-remove-logfiles t
364 "Non-nil means remove the logfiles produced by compiling a Texinfo file.
365 By default, logfiles are files with these extensions: .aux, .toc,
366 .cp, .fn, .ky, .pg and .tp. To define the set of logfiles to remove,
367 set `org-texinfo-logfiles-extensions'."
368 :group 'org-export-latex
369 :type 'boolean)
371 ;;; Constants
373 (defconst org-texinfo-max-toc-depth 4
374 "Maximum depth for creation of detailed menu listings.
375 Beyond this depth, Texinfo will not recognize the nodes and will
376 cause errors. Left as a constant in case this value ever
377 changes.")
379 (defconst org-texinfo-supported-coding-systems
380 '("US-ASCII" "UTF-8" "ISO-8859-15" "ISO-8859-1" "ISO-8859-2" "koi8-r" "koi8-u")
381 "List of coding systems supported by Texinfo, as strings.
382 Specified coding system will be matched against these strings.
383 If two strings share the same prefix (e.g. \"ISO-8859-1\" and
384 \"ISO-8859-15\"), the most specific one has to be listed first.")
387 ;;; Internal Functions
389 (defun org-texinfo-filter-section-blank-lines (headline back-end info)
390 "Filter controlling number of blank lines after a section."
391 (let ((blanks (make-string 2 ?\n)))
392 (replace-regexp-in-string "\n\\(?:\n[ \t]*\\)*\\'" blanks headline)))
394 (defun org-texinfo--normalize-headlines (tree back-end info)
395 "Normalize headlines in TREE.
397 BACK-END is the symbol specifying back-end used for export. INFO
398 is a plist used as a communication channel.
400 Make sure every headline in TREE contains a section, since those
401 are required to install a menu. Also put exactly one blank line
402 at the end of each section.
404 Return new tree."
405 (org-element-map tree 'headline
406 (lambda (hl)
407 (org-element-put-property hl :post-blank 1)
408 (let ((contents (org-element-contents hl)))
409 (when contents
410 (let ((first (org-element-map contents '(headline section)
411 #'identity info t)))
412 (unless (eq (org-element-type first) 'section)
413 (apply #'org-element-set-contents
415 (cons `(section (:parent ,hl)) contents)))))))
416 info)
417 tree)
419 (defun org-texinfo--find-verb-separator (s)
420 "Return a character not used in string S.
421 This is used to choose a separator for constructs like \\verb."
422 (let ((ll "~,./?;':\"|!@#%^&-_=+abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ<>()[]{}"))
423 (loop for c across ll
424 when (not (string-match (regexp-quote (char-to-string c)) s))
425 return (char-to-string c))))
427 (defun org-texinfo--text-markup (text markup info)
428 "Format TEXT depending on MARKUP text markup.
429 INFO is a plist used as a communication channel. See
430 `org-texinfo-text-markup-alist' for details."
431 (let ((fmt (cdr (assq markup org-texinfo-text-markup-alist))))
432 (cond
433 ;; No format string: Return raw text.
434 ((not fmt) text)
435 ((eq 'verb fmt)
436 (let ((separator (org-texinfo--find-verb-separator text)))
437 (concat "@verb{" separator text separator "}")))
438 ((eq 'code fmt)
439 (let ((start 0)
440 (rtn "")
441 char)
442 (while (string-match "[@{}]" text)
443 (setq char (match-string 0 text))
444 (if (> (match-beginning 0) 0)
445 (setq rtn (concat rtn (substring text 0 (match-beginning 0)))))
446 (setq text (substring text (1+ (match-beginning 0))))
447 (setq char (concat "@" char)
448 rtn (concat rtn char)))
449 (setq text (concat rtn text)
450 fmt "@code{%s}")
451 (format fmt text)))
452 ;; Else use format string.
453 (t (format fmt text)))))
455 (defun org-texinfo--get-node (blob info)
456 "Return node or anchor associated to BLOB.
457 BLOB is an element or object. INFO is a plist used as
458 a communication channel. The function guarantees the node or
459 anchor name is unique."
460 (let ((cache (plist-get info :texinfo-node-cache)))
461 (or (cdr (assq blob cache))
462 (let ((name
463 (org-texinfo--sanitize-node
464 (case (org-element-type blob)
465 (headline
466 (org-export-data (org-export-get-alt-title blob info) info))
467 ((radio-target target) (org-element-property :value blob))
468 (otherwise (or (org-element-property :name blob) ""))))))
469 ;; Ensure NAME is unique.
470 (while (rassoc name cache) (setq name (concat name "x")))
471 (plist-put info :texinfo-node-cache (cons (cons blob name) cache))
472 name))))
474 ;;;; Menu sanitizing
476 (defun org-texinfo--sanitize-node (title)
477 "Bend string TITLE to node line requirements.
478 Trim string and collapse multiple whitespace characters as they
479 are not significant. Also remove the following characters: @
480 { } ( ) : . ,"
481 (replace-regexp-in-string
482 "[:,.]" ""
483 (replace-regexp-in-string
484 "\\`(\\(.*)\\)" "[\\1"
485 (org-trim (replace-regexp-in-string "[ \t]\\{2,\\}" " " title)))))
487 ;;;; Content sanitizing
489 (defun org-texinfo--sanitize-content (text)
490 "Escape special characters in string TEXT.
491 Special characters are: @ { }"
492 (replace-regexp-in-string "[@{}]" "@\\&" text))
494 ;;; Template
496 (defun org-texinfo-template (contents info)
497 "Return complete document string after Texinfo conversion.
498 CONTENTS is the transcoded contents string. INFO is a plist
499 holding export options."
500 (let ((title (org-export-data (plist-get info :title) info))
501 ;; Copying data is the contents of the first headline in
502 ;; parse tree with a non-nil copying property.
503 (copying (org-element-map (plist-get info :parse-tree) 'headline
504 (lambda (hl)
505 (and (org-not-nil (org-element-property :COPYING hl))
506 (org-element-contents hl)))
507 info t)))
508 (concat
509 "\\input texinfo @c -*- texinfo -*-\n"
510 "@c %**start of header\n"
511 (let ((file (or (plist-get info :texinfo-filename)
512 (let ((f (plist-get info :output-file)))
513 (and f (concat (file-name-sans-extension f) ".info"))))))
514 (and file (format "@setfilename %s\n" file)))
515 (format "@settitle %s\n" title)
516 ;; Insert class-defined header.
517 (org-element-normalize-string
518 (let ((header (nth 1 (assoc (plist-get info :texinfo-class)
519 org-texinfo-classes)))
520 (coding
521 (catch 'coding-system
522 (let ((case-fold-search t)
523 (name (symbol-name (or org-texinfo-coding-system
524 buffer-file-coding-system))))
525 (dolist (system org-texinfo-supported-coding-systems "UTF-8")
526 (when (org-string-match-p (regexp-quote system) name)
527 (throw 'coding-system system))))))
528 (language (plist-get info :language))
529 (case-fold-search nil))
530 ;; Auto coding system.
531 (replace-regexp-in-string
532 "^@documentencoding \\(AUTO\\)$"
533 coding
534 (replace-regexp-in-string
535 "^@documentlanguage \\(AUTO\\)$" language header t nil 1) t nil 1)))
536 ;; Additional header options set by #+TEXINFO_HEADER.
537 (let ((texinfo-header (plist-get info :texinfo-header)))
538 (and texinfo-header (org-element-normalize-string texinfo-header)))
539 "@c %**end of header\n\n"
540 ;; Additional options set by #+TEXINFO_POST_HEADER.
541 (let ((texinfo-post-header (plist-get info :texinfo-post-header)))
542 (and texinfo-post-header
543 (org-element-normalize-string texinfo-post-header)))
544 ;; Copying.
545 (and copying
546 (format "@copying\n%s@end copying\n\n"
547 (org-element-normalize-string
548 (org-export-data copying info))))
549 ;; Info directory information. Only supply if both title and
550 ;; category are provided.
551 (let ((dircat (plist-get info :texinfo-dircat))
552 (dirtitle
553 (let ((title (plist-get info :texinfo-dirtitle)))
554 (and title
555 (string-match "^\\(?:\\* \\)?\\(.*?\\)\\(\\.\\)?$" title)
556 (format "* %s." (match-string 1 title))))))
557 (when (and dircat dirtitle)
558 (concat "@dircategory " dircat "\n"
559 "@direntry\n"
560 (let ((dirdesc
561 (let ((desc (plist-get info :texinfo-dirdesc)))
562 (cond ((not desc) nil)
563 ((org-string-match-p "\\.$" desc) desc)
564 (t (concat desc "."))))))
565 (if dirdesc (format "%-23s %s" dirtitle dirdesc) dirtitle))
566 "\n"
567 "@end direntry\n\n")))
568 ;; Title
569 "@finalout\n"
570 "@titlepage\n"
571 (format "@title %s\n" (or (plist-get info :texinfo-printed-title) title))
572 (let ((subtitle (plist-get info :subtitle)))
573 (and subtitle
574 (org-element-normalize-string
575 (replace-regexp-in-string "^" "@subtitle " subtitle))))
576 (when (plist-get info :with-author)
577 (concat
578 ;; Primary author.
579 (let ((author (org-string-nw-p
580 (org-export-data (plist-get info :author) info)))
581 (email (and (plist-get info :with-email)
582 (org-string-nw-p
583 (org-export-data (plist-get info :email) info)))))
584 (cond ((and author email)
585 (format "@author %s (@email{%s})\n" author email))
586 (author (format "@author %s\n" author))
587 (email (format "@author @email{%s}\n" email))))
588 ;; Other authors.
589 (let ((subauthor (plist-get info :subauthor)))
590 (and subauthor
591 (org-element-normalize-string
592 (replace-regexp-in-string "^" "@author " subauthor))))))
593 (and copying "@page\n@vskip 0pt plus 1filll\n@insertcopying\n")
594 "@end titlepage\n\n"
595 ;; Table of contents.
596 (and (plist-get info :with-toc) "@contents\n\n")
597 ;; Configure Top Node when not for Tex
598 "@ifnottex\n"
599 "@node Top\n"
600 (format "@top %s\n" title)
601 (and copying "@insertcopying\n")
602 "@end ifnottex\n\n"
603 ;; Menu.
604 (org-texinfo-make-menu (plist-get info :parse-tree) info 'master)
605 "\n"
606 ;; Document's body.
607 contents "\n"
608 ;; Creator.
609 (case (plist-get info :with-creator)
610 ((nil) nil)
611 (comment (format "@c %s\n" (plist-get info :creator)))
612 (otherwise (concat (plist-get info :creator) "\n")))
613 ;; Document end.
614 "@bye")))
618 ;;; Transcode Functions
620 ;;;; Bold
622 (defun org-texinfo-bold (bold contents info)
623 "Transcode BOLD from Org to Texinfo.
624 CONTENTS is the text with bold markup. INFO is a plist holding
625 contextual information."
626 (org-texinfo--text-markup contents 'bold info))
628 ;;;; Center Block
630 (defun org-texinfo-center-block (center-block contents info)
631 "Transcode a CENTER-BLOCK element from Org to Texinfo.
632 CONTENTS holds the contents of the block. INFO is a plist used
633 as a communication channel."
634 contents)
636 ;;;; Clock
638 (defun org-texinfo-clock (clock contents info)
639 "Transcode a CLOCK element from Org to Texinfo.
640 CONTENTS is nil. INFO is a plist holding contextual
641 information."
642 (concat
643 "@noindent"
644 (format "@strong{%s} " org-clock-string)
645 (format (plist-get info :texinfo-inactive-timestamp-format)
646 (concat (org-timestamp-translate (org-element-property :value clock))
647 (let ((time (org-element-property :duration clock)))
648 (and time (format " (%s)" time)))))
649 "@*"))
651 ;;;; Code
653 (defun org-texinfo-code (code contents info)
654 "Transcode a CODE object from Org to Texinfo.
655 CONTENTS is nil. INFO is a plist used as a communication
656 channel."
657 (org-texinfo--text-markup (org-element-property :value code) 'code info))
659 ;;;; Drawer
661 (defun org-texinfo-drawer (drawer contents info)
662 "Transcode a DRAWER element from Org to Texinfo.
663 CONTENTS holds the contents of the block. INFO is a plist
664 holding contextual information."
665 (let* ((name (org-element-property :drawer-name drawer))
666 (output (funcall (plist-get info :texinfo-format-drawer-function)
667 name contents)))
668 output))
670 ;;;; Dynamic Block
672 (defun org-texinfo-dynamic-block (dynamic-block contents info)
673 "Transcode a DYNAMIC-BLOCK element from Org to Texinfo.
674 CONTENTS holds the contents of the block. INFO is a plist
675 holding contextual information."
676 contents)
678 ;;;; Entity
680 (defun org-texinfo-entity (entity contents info)
681 "Transcode an ENTITY object from Org to Texinfo.
682 CONTENTS are the definition itself. INFO is a plist holding
683 contextual information."
684 (let ((ent (org-element-property :latex entity)))
685 (if (org-element-property :latex-math-p entity) (format "@math{%s}" ent) ent)))
687 ;;;; Example Block
689 (defun org-texinfo-example-block (example-block contents info)
690 "Transcode an EXAMPLE-BLOCK element from Org to Texinfo.
691 CONTENTS is nil. INFO is a plist holding contextual
692 information."
693 (format "@verbatim\n%s@end verbatim"
694 (org-export-format-code-default example-block info)))
696 ;;; Export Block
698 (defun org-texinfo-export-block (export-block contents info)
699 "Transcode a EXPORT-BLOCK element from Org to Texinfo.
700 CONTENTS is nil. INFO is a plist holding contextual information."
701 (when (string= (org-element-property :type export-block) "TEXINFO")
702 (org-remove-indentation (org-element-property :value export-block))))
704 ;;; Export Snippet
706 (defun org-texinfo-export-snippet (export-snippet contents info)
707 "Transcode a EXPORT-SNIPPET object from Org to Texinfo.
708 CONTENTS is nil. INFO is a plist holding contextual information."
709 (when (eq (org-export-snippet-backend export-snippet) 'texinfo)
710 (org-element-property :value export-snippet)))
712 ;;;; Fixed Width
714 (defun org-texinfo-fixed-width (fixed-width contents info)
715 "Transcode a FIXED-WIDTH element from Org to Texinfo.
716 CONTENTS is nil. INFO is a plist holding contextual information."
717 (format "@example\n%s\n@end example"
718 (org-remove-indentation
719 (org-texinfo--sanitize-content
720 (org-element-property :value fixed-width)))))
722 ;;;; Footnote Reference
724 (defun org-texinfo-footnote-reference (footnote contents info)
725 "Create a footnote reference for FOOTNOTE.
727 FOOTNOTE is the footnote to define. CONTENTS is nil. INFO is a
728 plist holding contextual information."
729 (let ((def (org-export-get-footnote-definition footnote info)))
730 (format "@footnote{%s}"
731 (org-trim (org-export-data def info)))))
733 ;;;; Headline
735 (defun org-texinfo-headline (headline contents info)
736 "Transcode a HEADLINE element from Org to Texinfo.
737 CONTENTS holds the contents of the headline. INFO is a plist
738 holding contextual information."
739 (let* ((class (plist-get info :texinfo-class))
740 (level (org-export-get-relative-level headline info))
741 (numberedp (org-export-numbered-headline-p headline info))
742 (class-sectioning (assoc class (plist-get info :texinfo-classes)))
743 ;; Find the index type, if any.
744 (index (org-element-property :INDEX headline))
745 ;; Create node info, to insert it before section formatting.
746 ;; Use custom menu title if present.
747 (node (format "@node %s\n" (org-texinfo--get-node headline info)))
748 ;; Section formatting will set two placeholders: one for the
749 ;; title and the other for the contents.
750 (section-fmt
751 (if (org-not-nil (org-element-property :APPENDIX headline))
752 "@appendix %s\n%s"
753 (let ((sec (if (and (symbolp (nth 2 class-sectioning))
754 (fboundp (nth 2 class-sectioning)))
755 (funcall (nth 2 class-sectioning) level numberedp)
756 (nth (1+ level) class-sectioning))))
757 (cond
758 ;; No section available for that LEVEL.
759 ((not sec) nil)
760 ;; Section format directly returned by a function.
761 ((stringp sec) sec)
762 ;; (numbered-section . unnumbered-section)
763 ((not (consp (cdr sec)))
764 (concat (if (or index (not numberedp)) (cdr sec) (car sec))
765 "\n%s"))))))
766 (todo
767 (and (plist-get info :with-todo-keywords)
768 (let ((todo (org-element-property :todo-keyword headline)))
769 (and todo (org-export-data todo info)))))
770 (todo-type (and todo (org-element-property :todo-type headline)))
771 (tags (and (plist-get info :with-tags)
772 (org-export-get-tags headline info)))
773 (priority (and (plist-get info :with-priority)
774 (org-element-property :priority headline)))
775 (text (org-export-data (org-element-property :title headline) info))
776 (full-text (funcall (plist-get info :texinfo-format-headline-function)
777 todo todo-type priority text tags))
778 (contents (if (org-string-nw-p contents) (concat "\n" contents) "")))
779 (cond
780 ;; Case 1: This is a footnote section: ignore it.
781 ((org-element-property :footnote-section-p headline) nil)
782 ;; Case 2: This is the `copying' section: ignore it
783 ;; This is used elsewhere.
784 ((org-not-nil (org-element-property :COPYING headline)) nil)
785 ;; Case 3: An index. If it matches one of the known indexes,
786 ;; print it as such following the contents, otherwise
787 ;; print the contents and leave the index up to the user.
788 (index
789 (concat node
790 (format
791 section-fmt
792 full-text
793 (concat contents
794 (and (member index '("cp" "fn" "ky" "pg" "tp" "vr"))
795 (concat "\n@printindex " index))))))
796 ;; Case 4: This is a deep sub-tree: export it as a list item.
797 ;; Also export as items headlines for which no section
798 ;; format has been found.
799 ((or (not section-fmt) (org-export-low-level-p headline info))
800 ;; Build the real contents of the sub-tree.
801 (concat (and (org-export-first-sibling-p headline info)
802 (format "@%s\n" (if numberedp 'enumerate 'itemize)))
803 "@item\n" full-text "\n"
804 contents
805 (if (org-export-last-sibling-p headline info)
806 (format "@end %s" (if numberedp 'enumerate 'itemize))
807 "\n")))
808 ;; Case 5: Standard headline. Export it as a section.
809 (t (concat node (format section-fmt full-text contents))))))
811 (defun org-texinfo-format-headline-default-function
812 (todo todo-type priority text tags)
813 "Default format function for a headline.
814 See `org-texinfo-format-headline-function' for details."
815 (concat (when todo (format "@strong{%s} " todo))
816 (when priority (format "@emph{#%s} " priority))
817 text
818 (when tags (format " :%s:" (mapconcat 'identity tags ":")))))
820 ;;;; Inline Src Block
822 (defun org-texinfo-inline-src-block (inline-src-block contents info)
823 "Transcode an INLINE-SRC-BLOCK element from Org to Texinfo.
824 CONTENTS holds the contents of the item. INFO is a plist holding
825 contextual information."
826 (let* ((code (org-element-property :value inline-src-block))
827 (separator (org-texinfo--find-verb-separator code)))
828 (concat "@verb{" separator code separator "}")))
830 ;;;; Inlinetask
832 (defun org-texinfo-inlinetask (inlinetask contents info)
833 "Transcode an INLINETASK element from Org to Texinfo.
834 CONTENTS holds the contents of the block. INFO is a plist
835 holding contextual information."
836 (let ((title (org-export-data (org-element-property :title inlinetask) info))
837 (todo (and (plist-get info :with-todo-keywords)
838 (let ((todo (org-element-property :todo-keyword inlinetask)))
839 (and todo (org-export-data todo info)))))
840 (todo-type (org-element-property :todo-type inlinetask))
841 (tags (and (plist-get info :with-tags)
842 (org-export-get-tags inlinetask info)))
843 (priority (and (plist-get info :with-priority)
844 (org-element-property :priority inlinetask))))
845 (funcall (plist-get info :texinfo-format-inlinetask-function)
846 todo todo-type priority title tags contents)))
848 (defun org-texinfo-format-inlinetask-default-function
849 (todo todo-type priority title tags contents)
850 "Default format function for a inlinetasks.
851 See `org-texinfo-format-inlinetask-function' for details."
852 (let ((full-title
853 (concat (when todo (format "@strong{%s} " todo))
854 (when priority (format "#%c " priority))
855 title
856 (when tags (format ":%s:" (mapconcat #'identity tags ":"))))))
857 (format "@center %s\n\n%s\n" full-title contents)))
859 ;;;; Italic
861 (defun org-texinfo-italic (italic contents info)
862 "Transcode ITALIC from Org to Texinfo.
863 CONTENTS is the text with italic markup. INFO is a plist holding
864 contextual information."
865 (org-texinfo--text-markup contents 'italic info))
867 ;;;; Item
869 (defun org-texinfo-item (item contents info)
870 "Transcode an ITEM element from Org to Texinfo.
871 CONTENTS holds the contents of the item. INFO is a plist holding
872 contextual information."
873 (format "@item%s\n%s"
874 (let ((tag (org-element-property :tag item)))
875 (if tag (concat " " (org-export-data tag info)) ""))
876 (or contents "")))
878 ;;;; Keyword
880 (defun org-texinfo-keyword (keyword contents info)
881 "Transcode a KEYWORD element from Org to Texinfo.
882 CONTENTS is nil. INFO is a plist holding contextual information."
883 (let ((key (org-element-property :key keyword))
884 (value (org-element-property :value keyword)))
885 (cond
886 ((string= key "TEXINFO") value)
887 ((string= key "CINDEX") (format "@cindex %s" value))
888 ((string= key "FINDEX") (format "@findex %s" value))
889 ((string= key "KINDEX") (format "@kindex %s" value))
890 ((string= key "PINDEX") (format "@pindex %s" value))
891 ((string= key "TINDEX") (format "@tindex %s" value))
892 ((string= key "VINDEX") (format "@vindex %s" value)))))
894 ;;;; Line Break
896 (defun org-texinfo-line-break (line-break contents info)
897 "Transcode a LINE-BREAK object from Org to Texinfo.
898 CONTENTS is nil. INFO is a plist holding contextual information."
899 "@*\n")
901 ;;;; Link
903 (defun org-texinfo-link (link desc info)
904 "Transcode a LINK object from Org to Texinfo.
906 DESC is the description part of the link, or the empty string.
907 INFO is a plist holding contextual information. See
908 `org-export-data'."
909 (let* ((type (org-element-property :type link))
910 (raw-path (org-element-property :path link))
911 ;; Ensure DESC really exists, or set it to nil.
912 (desc (and (not (string= desc "")) desc))
913 (path (cond
914 ((member type '("http" "https" "ftp"))
915 (concat type ":" raw-path))
916 ((and (string= type "file") (file-name-absolute-p raw-path))
917 (concat "file:" raw-path))
918 (t raw-path))))
919 (cond
920 ((org-export-custom-protocol-maybe link desc info))
921 ((equal type "radio")
922 (let ((destination (org-export-resolve-radio-link link info)))
923 (if (not destination) desc
924 (format "@ref{%s,,%s}"
925 (org-texinfo--get-node destination info)
926 desc))))
927 ((member type '("custom-id" "id" "fuzzy"))
928 (let ((destination
929 (if (equal type "fuzzy")
930 (org-export-resolve-fuzzy-link link info)
931 (org-export-resolve-id-link link info))))
932 (case (org-element-type destination)
933 ((nil)
934 (format org-texinfo-link-with-unknown-path-format
935 (org-texinfo--sanitize-content path)))
936 ;; Id link points to an external file.
937 (plain-text
938 (if desc (format "@uref{file://%s,%s}" destination desc)
939 (format "@uref{file://%s}" destination)))
940 (headline
941 (format "@ref{%s,%s}"
942 (org-texinfo--get-node destination info)
943 (cond
944 (desc)
945 ((org-export-numbered-headline-p destination info)
946 (org-export-data
947 (org-element-property :title destination) info))
949 (mapconcat
950 #'number-to-string
951 (org-export-get-headline-number destination info) ".")))))
952 (otherwise
953 (let ((topic
954 (or desc
955 (if (and (eq (org-element-type destination) 'headline)
956 (not (org-export-numbered-headline-p
957 destination info)))
958 (org-export-data
959 (org-element-property :title destination) info))
960 (let ((n (org-export-get-ordinal destination info)))
961 (cond
962 ((not n) nil)
963 ((integerp n) n)
964 (t (mapconcat #'number-to-string n ".")))))))
965 (when topic
966 (format "@ref{%s,,%s}"
967 (org-texinfo--get-node destination info)
968 topic)))))))
969 ((equal type "info")
970 (let* ((info-path (split-string path "[:#]"))
971 (info-manual (car info-path))
972 (info-node (or (cadr info-path) "top"))
973 (title (or desc "")))
974 (format "@ref{%s,%s,,%s,}" info-node title info-manual)))
975 ((string= type "mailto")
976 (format "@email{%s}"
977 (concat (org-texinfo--sanitize-content path)
978 (and desc (concat "," desc)))))
979 ;; External link with a description part.
980 ((and path desc) (format "@uref{%s,%s}" path desc))
981 ;; External link without a description part.
982 (path (format "@uref{%s}" path))
983 ;; No path, only description. Try to do something useful.
985 (format (plist-get info :texinfo-link-with-unknown-path-format) desc)))))
988 ;;;; Menu
990 (defun org-texinfo-make-menu (scope info &optional master)
991 "Create the menu for inclusion in the Texinfo document.
993 SCOPE is a headline or a full parse tree. INFO is the
994 communication channel, as a plist.
996 When optional argument MASTER is non-nil, generate a master menu,
997 including detailed node listing."
998 (let ((menu (org-texinfo--build-menu scope info)))
999 (when (org-string-nw-p menu)
1000 (org-element-normalize-string
1001 (format
1002 "@menu\n%s@end menu"
1003 (concat menu
1004 (when master
1005 (let ((detailmenu
1006 (org-texinfo--build-menu
1007 scope info
1008 (let ((toc-depth (plist-get info :with-toc)))
1009 (if (wholenump toc-depth) toc-depth
1010 org-texinfo-max-toc-depth)))))
1011 (when (org-string-nw-p detailmenu)
1012 (concat "\n@detailmenu\n"
1013 "--- The Detailed Node Listing ---\n\n"
1014 detailmenu
1015 "@end detailmenu\n"))))))))))
1017 (defun org-texinfo--build-menu (scope info &optional level)
1018 "Build menu for entries within SCOPE.
1019 SCOPE is a headline or a full parse tree. INFO is a plist
1020 containing contextual information. When optional argument LEVEL
1021 is an integer, build the menu recursively, down to this depth."
1022 (cond
1023 ((not level)
1024 (org-texinfo--format-entries (org-texinfo--menu-entries scope info) info))
1025 ((zerop level) nil)
1027 (org-element-normalize-string
1028 (mapconcat
1029 (lambda (h)
1030 (let ((entries (org-texinfo--menu-entries h info)))
1031 (when entries
1032 (concat
1033 (format "%s\n\n%s\n"
1034 (org-export-data (org-export-get-alt-title h info) info)
1035 (org-texinfo--format-entries entries info))
1036 (org-texinfo--build-menu h info (1- level))))))
1037 (org-texinfo--menu-entries scope info) "")))))
1039 (defun org-texinfo--format-entries (entries info)
1040 "Format all direct menu entries in SCOPE, as a string.
1041 SCOPE is either a headline or a full Org document. INFO is
1042 a plist containing contextual information."
1043 (org-element-normalize-string
1044 (mapconcat
1045 (lambda (h)
1046 (let* ((title (org-export-data
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")))
1058 (defun org-texinfo--menu-entries (scope info)
1059 "List direct children in SCOPE needing a menu entry.
1060 SCOPE is a headline or a full parse tree. INFO is a plist
1061 holding contextual information."
1062 (let* ((cache (or (plist-get info :texinfo-entries-cache)
1063 (plist-get (plist-put info :texinfo-entries-cache
1064 (make-hash-table :test #'eq))
1065 :texinfo-entries-cache)))
1066 (cached-entries (gethash scope cache 'no-cache)))
1067 (if (not (eq cached-entries 'no-cache)) cached-entries
1068 (puthash scope
1069 (org-element-map (org-element-contents scope) 'headline
1070 (lambda (h)
1071 (and (not (org-not-nil (org-element-property :COPYING h)))
1072 (not (org-element-property :footnote-section-p h))
1073 (not (org-export-low-level-p h info))
1075 info nil 'headline)
1076 cache))))
1078 ;;;; Node Property
1080 (defun org-texinfo-node-property (node-property contents info)
1081 "Transcode a NODE-PROPERTY element from Org to Texinfo.
1082 CONTENTS is nil. INFO is a plist holding contextual
1083 information."
1084 (format "%s:%s"
1085 (org-element-property :key node-property)
1086 (let ((value (org-element-property :value node-property)))
1087 (if value (concat " " value) ""))))
1089 ;;;; Paragraph
1091 (defun org-texinfo-paragraph (paragraph contents info)
1092 "Transcode a PARAGRAPH element from Org to Texinfo.
1093 CONTENTS is the contents of the paragraph, as a string. INFO is
1094 the plist used as a communication channel."
1095 contents)
1097 ;;;; Plain List
1099 (defun org-texinfo-plain-list (plain-list contents info)
1100 "Transcode a PLAIN-LIST element from Org to Texinfo.
1101 CONTENTS is the contents of the list. INFO is a plist holding
1102 contextual information."
1103 (let* ((attr (org-export-read-attribute :attr_texinfo plain-list))
1104 (indic (or (plist-get attr :indic)
1105 (plist-get info :texinfo-def-table-markup)))
1106 (table-type (plist-get attr :table-type))
1107 (type (org-element-property :type plain-list))
1108 (list-type (cond
1109 ((eq type 'ordered) "enumerate")
1110 ((eq type 'unordered) "itemize")
1111 ((member table-type '("ftable" "vtable")) table-type)
1112 (t "table"))))
1113 (format "@%s\n%s@end %s"
1114 (if (eq type 'descriptive) (concat list-type " " indic) list-type)
1115 contents
1116 list-type)))
1118 ;;;; Plain Text
1120 (defun org-texinfo-plain-text (text info)
1121 "Transcode a TEXT string from Org to Texinfo.
1122 TEXT is the string to transcode. INFO is a plist holding
1123 contextual information."
1124 ;; First protect @, { and }.
1125 (let ((output (org-texinfo--sanitize-content text)))
1126 ;; Activate smart quotes. Be sure to provide original TEXT string
1127 ;; since OUTPUT may have been modified.
1128 (when (plist-get info :with-smart-quotes)
1129 (setq output
1130 (org-export-activate-smart-quotes output :texinfo info text)))
1131 ;; LaTeX into @LaTeX{} and TeX into @TeX{}
1132 (let ((case-fold-search nil)
1133 (start 0))
1134 (while (string-match "\\(\\(?:La\\)?TeX\\)" output start)
1135 (setq output (replace-match
1136 (format "@%s{}" (match-string 1 output)) nil t output)
1137 start (match-end 0))))
1138 ;; Convert special strings.
1139 (when (plist-get info :with-special-strings)
1140 (while (string-match (regexp-quote "...") output)
1141 (setq output (replace-match "@dots{}" nil t output))))
1142 ;; Handle break preservation if required.
1143 (when (plist-get info :preserve-breaks)
1144 (setq output (replace-regexp-in-string
1145 "\\(\\\\\\\\\\)?[ \t]*\n" " @*\n" output)))
1146 ;; Return value.
1147 output))
1149 ;;;; Planning
1151 (defun org-texinfo-planning (planning contents info)
1152 "Transcode a PLANNING element from Org to Texinfo.
1153 CONTENTS is nil. INFO is a plist holding contextual
1154 information."
1155 (concat
1156 "@noindent"
1157 (mapconcat
1158 'identity
1159 (delq nil
1160 (list
1161 (let ((closed (org-element-property :closed planning)))
1162 (when closed
1163 (concat
1164 (format "@strong{%s} " org-closed-string)
1165 (format (plist-get info :texinfo-inactive-timestamp-format)
1166 (org-timestamp-translate closed)))))
1167 (let ((deadline (org-element-property :deadline planning)))
1168 (when deadline
1169 (concat
1170 (format "@strong{%s} " org-deadline-string)
1171 (format (plist-get info :texinfo-active-timestamp-format)
1172 (org-timestamp-translate deadline)))))
1173 (let ((scheduled (org-element-property :scheduled planning)))
1174 (when scheduled
1175 (concat
1176 (format "@strong{%s} " org-scheduled-string)
1177 (format (plist-get info :texinfo-active-timestamp-format)
1178 (org-timestamp-translate scheduled)))))))
1179 " ")
1180 "@*"))
1182 ;;;; 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)))
1191 ;;;; Quote Block
1193 (defun org-texinfo-quote-block (quote-block contents info)
1194 "Transcode a QUOTE-BLOCK element from Org to Texinfo.
1195 CONTENTS holds the contents of the block. INFO is a plist
1196 holding contextual information."
1197 (let* ((title (org-element-property :name quote-block))
1198 (start-quote (concat "@quotation"
1199 (if title
1200 (format " %s" title)))))
1201 (format "%s\n%s@end quotation" start-quote contents)))
1203 ;;;; Radio Target
1205 (defun org-texinfo-radio-target (radio-target text info)
1206 "Transcode a RADIO-TARGET object from Org to Texinfo.
1207 TEXT is the text of the target. INFO is a plist holding
1208 contextual information."
1209 (format "@anchor{%s}%s"
1210 (org-export-solidify-link-text
1211 (org-element-property :value radio-target))
1212 text))
1214 ;;;; Section
1216 (defun org-texinfo-section (section contents info)
1217 "Transcode a SECTION element from Org to Texinfo.
1218 CONTENTS holds the contents of the section. INFO is a plist
1219 holding contextual information."
1220 (concat contents
1221 (let ((parent (org-export-get-parent-headline section)))
1222 (and parent (org-texinfo-make-menu parent info)))))
1224 ;;;; Special Block
1226 (defun org-texinfo-special-block (special-block contents info)
1227 "Transcode a SPECIAL-BLOCK element from Org to Texinfo.
1228 CONTENTS holds the contents of the block. INFO is a plist used
1229 as a communication channel."
1230 (let ((type (org-element-property :type special-block)))
1231 (format "@%s\n%s@end %s" type contents type)))
1233 ;;;; Src Block
1235 (defun org-texinfo-src-block (src-block contents info)
1236 "Transcode a SRC-BLOCK element from Org to Texinfo.
1237 CONTENTS holds the contents of the item. INFO is a plist holding
1238 contextual information."
1239 (let ((lispp (org-string-match-p "lisp"
1240 (org-element-property :language src-block)))
1241 (code (org-texinfo--sanitize-content
1242 (org-export-format-code-default src-block info))))
1243 (format (if lispp "@lisp\n%s@end lisp" "@example\n%s@end example") code)))
1245 ;;;; Statistics Cookie
1247 (defun org-texinfo-statistics-cookie (statistics-cookie contents info)
1248 "Transcode a STATISTICS-COOKIE object from Org to Texinfo.
1249 CONTENTS is nil. INFO is a plist holding contextual information."
1250 (org-element-property :value statistics-cookie))
1252 ;;;; Subscript
1254 (defun org-texinfo-subscript (subscript contents info)
1255 "Transcode a SUBSCRIPT object from Org to Texinfo.
1256 CONTENTS is the contents of the object. INFO is a plist holding
1257 contextual information."
1258 (format "@math{_%s}" contents))
1260 ;;;; Superscript
1262 (defun org-texinfo-superscript (superscript contents info)
1263 "Transcode a SUPERSCRIPT 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))
1268 ;;;; Table
1270 (defun org-texinfo-table (table contents info)
1271 "Transcode a TABLE element from Org to Texinfo.
1272 CONTENTS is the contents of the table. INFO is a plist holding
1273 contextual information."
1274 (if (eq (org-element-property :type table) 'table.el)
1275 (format "@verbatim\n%s@end verbatim"
1276 (org-element-normalize-string
1277 (org-element-property :value table)))
1278 (let* ((col-width (org-export-read-attribute :attr_texinfo table :columns))
1279 (columns
1280 (if col-width (format "@columnfractions %s" col-width)
1281 (org-texinfo-table-column-widths table info))))
1282 (format "@multitable %s\n%s@end multitable"
1283 columns
1284 contents))))
1286 (defun org-texinfo-table-column-widths (table info)
1287 "Determine the largest table cell in each column to process alignment.
1288 TABLE is the table element to transcode. INFO is a plist used as
1289 a communication channel."
1290 (let ((widths (make-vector (cdr (org-export-table-dimensions table info)) 0)))
1291 (org-element-map table 'table-row
1292 (lambda (row)
1293 (let ((idx 0))
1294 (org-element-map row 'table-cell
1295 (lambda (cell)
1296 ;; Length of the cell in the original buffer is only an
1297 ;; approximation of the length of the cell in the
1298 ;; output. It can sometimes fail (e.g. it considers
1299 ;; "/a/" being larger than "ab").
1300 (let ((w (- (org-element-property :contents-end cell)
1301 (org-element-property :contents-begin cell))))
1302 (aset widths idx (max w (aref widths idx))))
1303 (incf idx))
1304 info)))
1305 info)
1306 (format "{%s}" (mapconcat (lambda (w) (make-string w ?a)) widths "} {"))))
1308 ;;;; Table Cell
1310 (defun org-texinfo-table-cell (table-cell contents info)
1311 "Transcode a TABLE-CELL element from Org to Texinfo.
1312 CONTENTS is the cell contents. INFO is a plist used as
1313 a communication channel."
1314 (concat
1315 (let ((scientific-notation
1316 (plist-get info :texinfo-table-scientific-notation)))
1317 (if (and contents
1318 scientific-notation
1319 (string-match orgtbl-exp-regexp contents))
1320 ;; Use appropriate format string for scientific notation.
1321 (format scientific-notation
1322 (match-string 1 contents)
1323 (match-string 2 contents))
1324 contents))
1325 (when (org-export-get-next-element table-cell info) "\n@tab ")))
1327 ;;;; Table Row
1329 (defun org-texinfo-table-row (table-row contents info)
1330 "Transcode a TABLE-ROW element from Org to Texinfo.
1331 CONTENTS is the contents of the row. INFO is a plist used as
1332 a communication channel."
1333 ;; Rules are ignored since table separators are deduced from
1334 ;; borders of the current row.
1335 (when (eq (org-element-property :type table-row) 'standard)
1336 (let ((rowgroup-tag
1337 (if (and (= 1 (org-export-table-row-group table-row info))
1338 (org-export-table-has-header-p
1339 (org-export-get-parent-table table-row) info))
1340 "@headitem "
1341 "@item ")))
1342 (concat rowgroup-tag contents "\n"))))
1344 ;;;; Target
1346 (defun org-texinfo-target (target contents info)
1347 "Transcode a TARGET object from Org to Texinfo.
1348 CONTENTS is nil. INFO is a plist holding contextual
1349 information."
1350 (format "@anchor{%s}"
1351 (org-export-solidify-link-text (org-element-property :value target))))
1353 ;;;; Timestamp
1355 (defun org-texinfo-timestamp (timestamp contents info)
1356 "Transcode a TIMESTAMP object from Org to Texinfo.
1357 CONTENTS is nil. INFO is a plist holding contextual
1358 information."
1359 (let ((value (org-texinfo-plain-text
1360 (org-timestamp-translate timestamp) info)))
1361 (case (org-element-property :type timestamp)
1362 ((active active-range)
1363 (format (plist-get info :texinfo-active-timestamp-format) value))
1364 ((inactive inactive-range)
1365 (format (plist-get info :texinfo-inactive-timestamp-format) value))
1366 (t (format (plist-get info :texinfo-diary-timestamp-format) value)))))
1368 ;;;; Verbatim
1370 (defun org-texinfo-verbatim (verbatim contents info)
1371 "Transcode a VERBATIM object from Org to Texinfo.
1372 CONTENTS is nil. INFO is a plist used as a communication
1373 channel."
1374 (org-texinfo--text-markup
1375 (org-element-property :value verbatim) 'verbatim info))
1377 ;;;; Verse Block
1379 (defun org-texinfo-verse-block (verse-block contents info)
1380 "Transcode a VERSE-BLOCK element from Org to Texinfo.
1381 CONTENTS is verse block contents. INFO is a plist holding
1382 contextual information."
1383 (format "@display\n%s@end display" contents))
1386 ;;; Interactive functions
1388 (defun org-texinfo-export-to-texinfo
1389 (&optional async subtreep visible-only body-only ext-plist)
1390 "Export current buffer to a Texinfo file.
1392 If narrowing is active in the current buffer, only export its
1393 narrowed part.
1395 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.
1401 When optional argument SUBTREEP is non-nil, export the sub-tree
1402 at point, extracting information from the headline properties
1403 first.
1405 When optional argument VISIBLE-ONLY is non-nil, don't export
1406 contents of hidden elements.
1408 When optional argument BODY-ONLY is non-nil, only write code
1409 between \"\\begin{document}\" and \"\\end{document}\".
1411 EXT-PLIST, when provided, is a property list with external
1412 parameters overriding Org default settings, but still inferior to
1413 file-local settings.
1415 Return output file's name."
1416 (interactive)
1417 (let ((outfile (org-export-output-file-name ".texi" subtreep))
1418 (org-export-coding-system org-texinfo-coding-system))
1419 (org-export-to-file 'texinfo outfile
1420 async subtreep visible-only body-only ext-plist)))
1422 (defun org-texinfo-export-to-info
1423 (&optional async subtreep visible-only body-only ext-plist)
1424 "Export current buffer to Texinfo then process through to INFO.
1426 If narrowing is active in the current buffer, only export its
1427 narrowed part.
1429 If a region is active, export that region.
1431 A non-nil optional argument ASYNC means the process should happen
1432 asynchronously. The resulting file should be accessible through
1433 the `org-export-stack' interface.
1435 When optional argument SUBTREEP is non-nil, export the sub-tree
1436 at point, extracting information from the headline properties
1437 first.
1439 When optional argument VISIBLE-ONLY is non-nil, don't export
1440 contents of hidden elements.
1442 When optional argument BODY-ONLY is non-nil, only write code
1443 between \"\\begin{document}\" and \"\\end{document}\".
1445 EXT-PLIST, when provided, is a property list with external
1446 parameters overriding Org default settings, but still inferior to
1447 file-local settings.
1449 When optional argument PUB-DIR is set, use it as the publishing
1450 directory.
1452 Return INFO file's name."
1453 (interactive)
1454 (let ((outfile (org-export-output-file-name ".texi" subtreep))
1455 (org-export-coding-system org-texinfo-coding-system))
1456 (org-export-to-file 'texinfo outfile
1457 async subtreep visible-only body-only ext-plist
1458 (lambda (file) (org-texinfo-compile file)))))
1460 ;;;###autoload
1461 (defun org-texinfo-publish-to-texinfo (plist filename pub-dir)
1462 "Publish an org file to Texinfo.
1464 FILENAME is the filename of the Org file to be published. PLIST
1465 is the property list for the given project. PUB-DIR is the
1466 publishing directory.
1468 Return output file name."
1469 (org-publish-org-to 'texinfo filename ".texi" plist pub-dir))
1471 ;;;###autoload
1472 (defun org-texinfo-convert-region-to-texinfo ()
1473 "Assume the current region has org-mode syntax, and convert it to Texinfo.
1474 This can be used in any buffer. For example, you can write an
1475 itemized list in org-mode syntax in an Texinfo buffer and use
1476 this command to convert it."
1477 (interactive)
1478 (org-export-replace-region-by 'texinfo))
1480 (defun org-texinfo-compile (file)
1481 "Compile a texinfo file.
1483 FILE is the name of the file being compiled. Processing is
1484 done through the command specified in `org-texinfo-info-process'.
1486 Return INFO file name or an error if it couldn't be produced."
1487 (let* ((base-name (file-name-sans-extension (file-name-nondirectory file)))
1488 (full-name (file-truename file))
1489 (out-dir (file-name-directory file))
1490 ;; Properly set working directory for compilation.
1491 (default-directory (if (file-name-absolute-p file)
1492 (file-name-directory full-name)
1493 default-directory))
1494 errors)
1495 (message (format "Processing Texinfo file %s..." file))
1496 (save-window-excursion
1497 ;; Replace %b, %f and %o with appropriate values in each command
1498 ;; before applying it. Output is redirected to "*Org INFO
1499 ;; Texinfo Output*" buffer.
1500 (let ((outbuf (get-buffer-create "*Org INFO Texinfo Output*")))
1501 (dolist (command org-texinfo-info-process)
1502 (shell-command
1503 (replace-regexp-in-string
1504 "%b" (shell-quote-argument base-name)
1505 (replace-regexp-in-string
1506 "%f" (shell-quote-argument full-name)
1507 (replace-regexp-in-string
1508 "%o" (shell-quote-argument out-dir) command t t) t t) t t)
1509 outbuf))
1510 ;; Collect standard errors from output buffer.
1511 (setq errors (org-texinfo-collect-errors outbuf)))
1512 (let ((infofile (concat out-dir base-name ".info")))
1513 ;; Check for process failure. Provide collected errors if
1514 ;; possible.
1515 (if (not (file-exists-p infofile))
1516 (error (concat (format "INFO file %s wasn't produced" infofile)
1517 (when errors (concat ": " errors))))
1518 ;; Else remove log files, when specified, and signal end of
1519 ;; process to user, along with any error encountered.
1520 (when org-texinfo-remove-logfiles
1521 (dolist (ext org-texinfo-logfiles-extensions)
1522 (let ((file (concat out-dir base-name "." ext)))
1523 (when (file-exists-p file) (delete-file file)))))
1524 (message (concat "Process completed"
1525 (if (not errors) "."
1526 (concat " with errors: " errors)))))
1527 ;; Return output file name.
1528 infofile))))
1530 (defun org-texinfo-collect-errors (buffer)
1531 "Collect some kind of errors from \"makeinfo\" command output.
1533 BUFFER is the buffer containing output.
1535 Return collected error types as a string, or nil if there was
1536 none."
1537 (with-current-buffer buffer
1538 (save-excursion
1539 (goto-char (point-min))
1540 ;; Find final "makeinfo" run.
1541 (when t
1542 (let ((case-fold-search t)
1543 (errors ""))
1544 (when (save-excursion
1545 (re-search-forward "perhaps incorrect sectioning?" nil t))
1546 (setq errors (concat errors " [incorrect sectioning]")))
1547 (when (save-excursion
1548 (re-search-forward "missing close brace" nil t))
1549 (setq errors (concat errors " [syntax error]")))
1550 (when (save-excursion
1551 (re-search-forward "Unknown command" nil t))
1552 (setq errors (concat errors " [undefined @command]")))
1553 (when (save-excursion
1554 (re-search-forward "No matching @end" nil t))
1555 (setq errors (concat errors " [block incomplete]")))
1556 (when (save-excursion
1557 (re-search-forward "requires a sectioning" nil t))
1558 (setq errors (concat errors " [invalid section command]")))
1559 (when (save-excursion
1560 (re-search-forward "\\[unexpected\]" nil t))
1561 (setq errors (concat errors " [unexpected error]")))
1562 (when (save-excursion
1563 (re-search-forward "misplaced " nil t))
1564 (setq errors (concat errors " [syntax error]")))
1565 (and (org-string-nw-p errors) (org-trim errors)))))))
1568 (provide 'ox-texinfo)
1570 ;; Local variables:
1571 ;; generated-autoload-file: "org-loaddefs.el"
1572 ;; End:
1574 ;;; ox-texinfo.el ends here