Fix `org-hide-archived-subtrees'
[org-mode/org-tableheadings.git] / lisp / ox-texinfo.el
blob49bc1dcb6ef5d9314fe5f601a93e0c687b29d954
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 protocol)
920 (cond
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 ((let ((protocol (nth 2 (assoc type org-link-protocols))))
980 (and (functionp protocol)
981 (funcall protocol (org-link-unescape path) desc 'texinfo))))
982 ;; External link with a description part.
983 ((and path desc) (format "@uref{%s,%s}" path desc))
984 ;; External link without a description part.
985 (path (format "@uref{%s}" path))
986 ;; No path, only description. Try to do something useful.
988 (format (plist-get info :texinfo-link-with-unknown-path-format) desc)))))
991 ;;;; Menu
993 (defun org-texinfo-make-menu (scope info &optional master)
994 "Create the menu for inclusion in the Texinfo document.
996 SCOPE is a headline or a full parse tree. INFO is the
997 communication channel, as a plist.
999 When optional argument MASTER is non-nil, generate a master menu,
1000 including detailed node listing."
1001 (let ((menu (org-texinfo--build-menu scope info)))
1002 (when (org-string-nw-p menu)
1003 (org-element-normalize-string
1004 (format
1005 "@menu\n%s@end menu"
1006 (concat menu
1007 (when master
1008 (let ((detailmenu
1009 (org-texinfo--build-menu
1010 scope info
1011 (let ((toc-depth (plist-get info :with-toc)))
1012 (if (wholenump toc-depth) toc-depth
1013 org-texinfo-max-toc-depth)))))
1014 (when (org-string-nw-p detailmenu)
1015 (concat "\n@detailmenu\n"
1016 "--- The Detailed Node Listing ---\n\n"
1017 detailmenu
1018 "@end detailmenu\n"))))))))))
1020 (defun org-texinfo--build-menu (scope info &optional level)
1021 "Build menu for entries within SCOPE.
1022 SCOPE is a headline or a full parse tree. INFO is a plist
1023 containing contextual information. When optional argument LEVEL
1024 is an integer, build the menu recursively, down to this depth."
1025 (cond
1026 ((not level)
1027 (org-texinfo--format-entries (org-texinfo--menu-entries scope info) info))
1028 ((zerop level) nil)
1030 (org-element-normalize-string
1031 (mapconcat
1032 (lambda (h)
1033 (let ((entries (org-texinfo--menu-entries h info)))
1034 (when entries
1035 (concat
1036 (format "%s\n\n%s\n"
1037 (org-export-data (org-export-get-alt-title h info) info)
1038 (org-texinfo--format-entries entries info))
1039 (org-texinfo--build-menu h info (1- level))))))
1040 (org-texinfo--menu-entries scope info) "")))))
1042 (defun org-texinfo--format-entries (entries info)
1043 "Format all direct menu entries in SCOPE, as a string.
1044 SCOPE is either a headline or a full Org document. INFO is
1045 a plist containing contextual information."
1046 (org-element-normalize-string
1047 (mapconcat
1048 (lambda (h)
1049 (let* ((title (org-export-data
1050 (org-export-get-alt-title h info) info))
1051 (node (org-texinfo--get-node h info))
1052 (entry (concat "* " title ":"
1053 (if (string= title node) ":"
1054 (concat " " node ". "))))
1055 (desc (org-element-property :DESCRIPTION h)))
1056 (if (not desc) entry
1057 (format (format "%%-%ds %%s" org-texinfo-node-description-column)
1058 entry desc))))
1059 entries "\n")))
1061 (defun org-texinfo--menu-entries (scope info)
1062 "List direct children in SCOPE needing a menu entry.
1063 SCOPE is a headline or a full parse tree. INFO is a plist
1064 holding contextual information."
1065 (let* ((cache (or (plist-get info :texinfo-entries-cache)
1066 (plist-get (plist-put info :texinfo-entries-cache
1067 (make-hash-table :test #'eq))
1068 :texinfo-entries-cache)))
1069 (cached-entries (gethash scope cache 'no-cache)))
1070 (if (not (eq cached-entries 'no-cache)) cached-entries
1071 (puthash scope
1072 (org-element-map (org-element-contents scope) 'headline
1073 (lambda (h)
1074 (and (not (org-not-nil (org-element-property :COPYING h)))
1075 (not (org-element-property :footnote-section-p h))
1076 (not (org-export-low-level-p h info))
1078 info nil 'headline)
1079 cache))))
1081 ;;;; Node Property
1083 (defun org-texinfo-node-property (node-property contents info)
1084 "Transcode a NODE-PROPERTY element from Org to Texinfo.
1085 CONTENTS is nil. INFO is a plist holding contextual
1086 information."
1087 (format "%s:%s"
1088 (org-element-property :key node-property)
1089 (let ((value (org-element-property :value node-property)))
1090 (if value (concat " " value) ""))))
1092 ;;;; Paragraph
1094 (defun org-texinfo-paragraph (paragraph contents info)
1095 "Transcode a PARAGRAPH element from Org to Texinfo.
1096 CONTENTS is the contents of the paragraph, as a string. INFO is
1097 the plist used as a communication channel."
1098 contents)
1100 ;;;; Plain List
1102 (defun org-texinfo-plain-list (plain-list contents info)
1103 "Transcode a PLAIN-LIST element from Org to Texinfo.
1104 CONTENTS is the contents of the list. INFO is a plist holding
1105 contextual information."
1106 (let* ((attr (org-export-read-attribute :attr_texinfo plain-list))
1107 (indic (or (plist-get attr :indic)
1108 (plist-get info :texinfo-def-table-markup)))
1109 (table-type (plist-get attr :table-type))
1110 (type (org-element-property :type plain-list))
1111 (list-type (cond
1112 ((eq type 'ordered) "enumerate")
1113 ((eq type 'unordered) "itemize")
1114 ((member table-type '("ftable" "vtable")) table-type)
1115 (t "table"))))
1116 (format "@%s\n%s@end %s"
1117 (if (eq type 'descriptive) (concat list-type " " indic) list-type)
1118 contents
1119 list-type)))
1121 ;;;; Plain Text
1123 (defun org-texinfo-plain-text (text info)
1124 "Transcode a TEXT string from Org to Texinfo.
1125 TEXT is the string to transcode. INFO is a plist holding
1126 contextual information."
1127 ;; First protect @, { and }.
1128 (let ((output (org-texinfo--sanitize-content text)))
1129 ;; Activate smart quotes. Be sure to provide original TEXT string
1130 ;; since OUTPUT may have been modified.
1131 (when (plist-get info :with-smart-quotes)
1132 (setq output
1133 (org-export-activate-smart-quotes output :texinfo info text)))
1134 ;; LaTeX into @LaTeX{} and TeX into @TeX{}
1135 (let ((case-fold-search nil)
1136 (start 0))
1137 (while (string-match "\\(\\(?:La\\)?TeX\\)" output start)
1138 (setq output (replace-match
1139 (format "@%s{}" (match-string 1 output)) nil t output)
1140 start (match-end 0))))
1141 ;; Convert special strings.
1142 (when (plist-get info :with-special-strings)
1143 (while (string-match (regexp-quote "...") output)
1144 (setq output (replace-match "@dots{}" nil t output))))
1145 ;; Handle break preservation if required.
1146 (when (plist-get info :preserve-breaks)
1147 (setq output (replace-regexp-in-string
1148 "\\(\\\\\\\\\\)?[ \t]*\n" " @*\n" output)))
1149 ;; Return value.
1150 output))
1152 ;;;; Planning
1154 (defun org-texinfo-planning (planning contents info)
1155 "Transcode a PLANNING element from Org to Texinfo.
1156 CONTENTS is nil. INFO is a plist holding contextual
1157 information."
1158 (concat
1159 "@noindent"
1160 (mapconcat
1161 'identity
1162 (delq nil
1163 (list
1164 (let ((closed (org-element-property :closed planning)))
1165 (when closed
1166 (concat
1167 (format "@strong{%s} " org-closed-string)
1168 (format (plist-get info :texinfo-inactive-timestamp-format)
1169 (org-timestamp-translate closed)))))
1170 (let ((deadline (org-element-property :deadline planning)))
1171 (when deadline
1172 (concat
1173 (format "@strong{%s} " org-deadline-string)
1174 (format (plist-get info :texinfo-active-timestamp-format)
1175 (org-timestamp-translate deadline)))))
1176 (let ((scheduled (org-element-property :scheduled planning)))
1177 (when scheduled
1178 (concat
1179 (format "@strong{%s} " org-scheduled-string)
1180 (format (plist-get info :texinfo-active-timestamp-format)
1181 (org-timestamp-translate scheduled)))))))
1182 " ")
1183 "@*"))
1185 ;;;; Property Drawer
1187 (defun org-texinfo-property-drawer (property-drawer contents info)
1188 "Transcode a PROPERTY-DRAWER element from Org to Texinfo.
1189 CONTENTS holds the contents of the drawer. INFO is a plist
1190 holding contextual information."
1191 (and (org-string-nw-p contents)
1192 (format "@verbatim\n%s@end verbatim" contents)))
1194 ;;;; Quote Block
1196 (defun org-texinfo-quote-block (quote-block contents info)
1197 "Transcode a QUOTE-BLOCK element from Org to Texinfo.
1198 CONTENTS holds the contents of the block. INFO is a plist
1199 holding contextual information."
1200 (let* ((title (org-element-property :name quote-block))
1201 (start-quote (concat "@quotation"
1202 (if title
1203 (format " %s" title)))))
1204 (format "%s\n%s@end quotation" start-quote contents)))
1206 ;;;; Radio Target
1208 (defun org-texinfo-radio-target (radio-target text info)
1209 "Transcode a RADIO-TARGET object from Org to Texinfo.
1210 TEXT is the text of the target. INFO is a plist holding
1211 contextual information."
1212 (format "@anchor{%s}%s"
1213 (org-export-solidify-link-text
1214 (org-element-property :value radio-target))
1215 text))
1217 ;;;; Section
1219 (defun org-texinfo-section (section contents info)
1220 "Transcode a SECTION element from Org to Texinfo.
1221 CONTENTS holds the contents of the section. INFO is a plist
1222 holding contextual information."
1223 (concat contents
1224 (let ((parent (org-export-get-parent-headline section)))
1225 (and parent (org-texinfo-make-menu parent info)))))
1227 ;;;; Special Block
1229 (defun org-texinfo-special-block (special-block contents info)
1230 "Transcode a SPECIAL-BLOCK element from Org to Texinfo.
1231 CONTENTS holds the contents of the block. INFO is a plist used
1232 as a communication channel."
1233 (let ((type (org-element-property :type special-block)))
1234 (format "@%s\n%s@end %s" type contents type)))
1236 ;;;; Src Block
1238 (defun org-texinfo-src-block (src-block contents info)
1239 "Transcode a SRC-BLOCK element from Org to Texinfo.
1240 CONTENTS holds the contents of the item. INFO is a plist holding
1241 contextual information."
1242 (let ((lispp (org-string-match-p "lisp"
1243 (org-element-property :language src-block)))
1244 (code (org-texinfo--sanitize-content
1245 (org-export-format-code-default src-block info))))
1246 (format (if lispp "@lisp\n%s@end lisp" "@example\n%s@end example") code)))
1248 ;;;; Statistics Cookie
1250 (defun org-texinfo-statistics-cookie (statistics-cookie contents info)
1251 "Transcode a STATISTICS-COOKIE object from Org to Texinfo.
1252 CONTENTS is nil. INFO is a plist holding contextual information."
1253 (org-element-property :value statistics-cookie))
1255 ;;;; Subscript
1257 (defun org-texinfo-subscript (subscript contents info)
1258 "Transcode a SUBSCRIPT object from Org to Texinfo.
1259 CONTENTS is the contents of the object. INFO is a plist holding
1260 contextual information."
1261 (format "@math{_%s}" contents))
1263 ;;;; Superscript
1265 (defun org-texinfo-superscript (superscript contents info)
1266 "Transcode a SUPERSCRIPT object from Org to Texinfo.
1267 CONTENTS is the contents of the object. INFO is a plist holding
1268 contextual information."
1269 (format "@math{^%s}" contents))
1271 ;;;; Table
1273 (defun org-texinfo-table (table contents info)
1274 "Transcode a TABLE element from Org to Texinfo.
1275 CONTENTS is the contents of the table. INFO is a plist holding
1276 contextual information."
1277 (if (eq (org-element-property :type table) 'table.el)
1278 (format "@verbatim\n%s@end verbatim"
1279 (org-element-normalize-string
1280 (org-element-property :value table)))
1281 (let* ((col-width (org-export-read-attribute :attr_texinfo table :columns))
1282 (columns
1283 (if col-width (format "@columnfractions %s" col-width)
1284 (org-texinfo-table-column-widths table info))))
1285 (format "@multitable %s\n%s@end multitable"
1286 columns
1287 contents))))
1289 (defun org-texinfo-table-column-widths (table info)
1290 "Determine the largest table cell in each column to process alignment.
1291 TABLE is the table element to transcode. INFO is a plist used as
1292 a communication channel."
1293 (let ((widths (make-vector (cdr (org-export-table-dimensions table info)) 0)))
1294 (org-element-map table 'table-row
1295 (lambda (row)
1296 (let ((idx 0))
1297 (org-element-map row 'table-cell
1298 (lambda (cell)
1299 ;; Length of the cell in the original buffer is only an
1300 ;; approximation of the length of the cell in the
1301 ;; output. It can sometimes fail (e.g. it considers
1302 ;; "/a/" being larger than "ab").
1303 (let ((w (- (org-element-property :contents-end cell)
1304 (org-element-property :contents-begin cell))))
1305 (aset widths idx (max w (aref widths idx))))
1306 (incf idx))
1307 info)))
1308 info)
1309 (format "{%s}" (mapconcat (lambda (w) (make-string w ?a)) widths "} {"))))
1311 ;;;; Table Cell
1313 (defun org-texinfo-table-cell (table-cell contents info)
1314 "Transcode a TABLE-CELL element from Org to Texinfo.
1315 CONTENTS is the cell contents. INFO is a plist used as
1316 a communication channel."
1317 (concat
1318 (let ((scientific-notation
1319 (plist-get info :texinfo-table-scientific-notation)))
1320 (if (and contents
1321 scientific-notation
1322 (string-match orgtbl-exp-regexp contents))
1323 ;; Use appropriate format string for scientific notation.
1324 (format scientific-notation
1325 (match-string 1 contents)
1326 (match-string 2 contents))
1327 contents))
1328 (when (org-export-get-next-element table-cell info) "\n@tab ")))
1330 ;;;; Table Row
1332 (defun org-texinfo-table-row (table-row contents info)
1333 "Transcode a TABLE-ROW element from Org to Texinfo.
1334 CONTENTS is the contents of the row. INFO is a plist used as
1335 a communication channel."
1336 ;; Rules are ignored since table separators are deduced from
1337 ;; borders of the current row.
1338 (when (eq (org-element-property :type table-row) 'standard)
1339 (let ((rowgroup-tag
1340 (if (and (= 1 (org-export-table-row-group table-row info))
1341 (org-export-table-has-header-p
1342 (org-export-get-parent-table table-row) info))
1343 "@headitem "
1344 "@item ")))
1345 (concat rowgroup-tag contents "\n"))))
1347 ;;;; Target
1349 (defun org-texinfo-target (target contents info)
1350 "Transcode a TARGET object from Org to Texinfo.
1351 CONTENTS is nil. INFO is a plist holding contextual
1352 information."
1353 (format "@anchor{%s}"
1354 (org-export-solidify-link-text (org-element-property :value target))))
1356 ;;;; Timestamp
1358 (defun org-texinfo-timestamp (timestamp contents info)
1359 "Transcode a TIMESTAMP object from Org to Texinfo.
1360 CONTENTS is nil. INFO is a plist holding contextual
1361 information."
1362 (let ((value (org-texinfo-plain-text
1363 (org-timestamp-translate timestamp) info)))
1364 (case (org-element-property :type timestamp)
1365 ((active active-range)
1366 (format (plist-get info :texinfo-active-timestamp-format) value))
1367 ((inactive inactive-range)
1368 (format (plist-get info :texinfo-inactive-timestamp-format) value))
1369 (t (format (plist-get info :texinfo-diary-timestamp-format) value)))))
1371 ;;;; Verbatim
1373 (defun org-texinfo-verbatim (verbatim contents info)
1374 "Transcode a VERBATIM object from Org to Texinfo.
1375 CONTENTS is nil. INFO is a plist used as a communication
1376 channel."
1377 (org-texinfo--text-markup
1378 (org-element-property :value verbatim) 'verbatim info))
1380 ;;;; Verse Block
1382 (defun org-texinfo-verse-block (verse-block contents info)
1383 "Transcode a VERSE-BLOCK element from Org to Texinfo.
1384 CONTENTS is verse block contents. INFO is a plist holding
1385 contextual information."
1386 (format "@display\n%s@end display" contents))
1389 ;;; Interactive functions
1391 (defun org-texinfo-export-to-texinfo
1392 (&optional async subtreep visible-only body-only ext-plist)
1393 "Export current buffer to a Texinfo file.
1395 If narrowing is active in the current buffer, only export its
1396 narrowed part.
1398 If a region is active, export that region.
1400 A non-nil optional argument ASYNC means the process should happen
1401 asynchronously. The resulting file should be accessible through
1402 the `org-export-stack' interface.
1404 When optional argument SUBTREEP is non-nil, export the sub-tree
1405 at point, extracting information from the headline properties
1406 first.
1408 When optional argument VISIBLE-ONLY is non-nil, don't export
1409 contents of hidden elements.
1411 When optional argument BODY-ONLY is non-nil, only write code
1412 between \"\\begin{document}\" and \"\\end{document}\".
1414 EXT-PLIST, when provided, is a property list with external
1415 parameters overriding Org default settings, but still inferior to
1416 file-local settings.
1418 Return output file's name."
1419 (interactive)
1420 (let ((outfile (org-export-output-file-name ".texi" subtreep))
1421 (org-export-coding-system org-texinfo-coding-system))
1422 (org-export-to-file 'texinfo outfile
1423 async subtreep visible-only body-only ext-plist)))
1425 (defun org-texinfo-export-to-info
1426 (&optional async subtreep visible-only body-only ext-plist)
1427 "Export current buffer to Texinfo then process through to INFO.
1429 If narrowing is active in the current buffer, only export its
1430 narrowed part.
1432 If a region is active, export that region.
1434 A non-nil optional argument ASYNC means the process should happen
1435 asynchronously. The resulting file should be accessible through
1436 the `org-export-stack' interface.
1438 When optional argument SUBTREEP is non-nil, export the sub-tree
1439 at point, extracting information from the headline properties
1440 first.
1442 When optional argument VISIBLE-ONLY is non-nil, don't export
1443 contents of hidden elements.
1445 When optional argument BODY-ONLY is non-nil, only write code
1446 between \"\\begin{document}\" and \"\\end{document}\".
1448 EXT-PLIST, when provided, is a property list with external
1449 parameters overriding Org default settings, but still inferior to
1450 file-local settings.
1452 When optional argument PUB-DIR is set, use it as the publishing
1453 directory.
1455 Return INFO file's name."
1456 (interactive)
1457 (let ((outfile (org-export-output-file-name ".texi" subtreep))
1458 (org-export-coding-system org-texinfo-coding-system))
1459 (org-export-to-file 'texinfo outfile
1460 async subtreep visible-only body-only ext-plist
1461 (lambda (file) (org-texinfo-compile file)))))
1463 ;;;###autoload
1464 (defun org-texinfo-publish-to-texinfo (plist filename pub-dir)
1465 "Publish an org file to Texinfo.
1467 FILENAME is the filename of the Org file to be published. PLIST
1468 is the property list for the given project. PUB-DIR is the
1469 publishing directory.
1471 Return output file name."
1472 (org-publish-org-to 'texinfo filename ".texi" plist pub-dir))
1474 ;;;###autoload
1475 (defun org-texinfo-convert-region-to-texinfo ()
1476 "Assume the current region has org-mode syntax, and convert it to Texinfo.
1477 This can be used in any buffer. For example, you can write an
1478 itemized list in org-mode syntax in an Texinfo buffer and use
1479 this command to convert it."
1480 (interactive)
1481 (org-export-replace-region-by 'texinfo))
1483 (defun org-texinfo-compile (file)
1484 "Compile a texinfo file.
1486 FILE is the name of the file being compiled. Processing is
1487 done through the command specified in `org-texinfo-info-process'.
1489 Return INFO file name or an error if it couldn't be produced."
1490 (let* ((base-name (file-name-sans-extension (file-name-nondirectory file)))
1491 (full-name (file-truename file))
1492 (out-dir (file-name-directory file))
1493 ;; Properly set working directory for compilation.
1494 (default-directory (if (file-name-absolute-p file)
1495 (file-name-directory full-name)
1496 default-directory))
1497 errors)
1498 (message (format "Processing Texinfo file %s..." file))
1499 (save-window-excursion
1500 ;; Replace %b, %f and %o with appropriate values in each command
1501 ;; before applying it. Output is redirected to "*Org INFO
1502 ;; Texinfo Output*" buffer.
1503 (let ((outbuf (get-buffer-create "*Org INFO Texinfo Output*")))
1504 (dolist (command org-texinfo-info-process)
1505 (shell-command
1506 (replace-regexp-in-string
1507 "%b" (shell-quote-argument base-name)
1508 (replace-regexp-in-string
1509 "%f" (shell-quote-argument full-name)
1510 (replace-regexp-in-string
1511 "%o" (shell-quote-argument out-dir) command t t) t t) t t)
1512 outbuf))
1513 ;; Collect standard errors from output buffer.
1514 (setq errors (org-texinfo-collect-errors outbuf)))
1515 (let ((infofile (concat out-dir base-name ".info")))
1516 ;; Check for process failure. Provide collected errors if
1517 ;; possible.
1518 (if (not (file-exists-p infofile))
1519 (error (concat (format "INFO file %s wasn't produced" infofile)
1520 (when errors (concat ": " errors))))
1521 ;; Else remove log files, when specified, and signal end of
1522 ;; process to user, along with any error encountered.
1523 (when org-texinfo-remove-logfiles
1524 (dolist (ext org-texinfo-logfiles-extensions)
1525 (let ((file (concat out-dir base-name "." ext)))
1526 (when (file-exists-p file) (delete-file file)))))
1527 (message (concat "Process completed"
1528 (if (not errors) "."
1529 (concat " with errors: " errors)))))
1530 ;; Return output file name.
1531 infofile))))
1533 (defun org-texinfo-collect-errors (buffer)
1534 "Collect some kind of errors from \"makeinfo\" command output.
1536 BUFFER is the buffer containing output.
1538 Return collected error types as a string, or nil if there was
1539 none."
1540 (with-current-buffer buffer
1541 (save-excursion
1542 (goto-char (point-min))
1543 ;; Find final "makeinfo" run.
1544 (when t
1545 (let ((case-fold-search t)
1546 (errors ""))
1547 (when (save-excursion
1548 (re-search-forward "perhaps incorrect sectioning?" nil t))
1549 (setq errors (concat errors " [incorrect sectioning]")))
1550 (when (save-excursion
1551 (re-search-forward "missing close brace" nil t))
1552 (setq errors (concat errors " [syntax error]")))
1553 (when (save-excursion
1554 (re-search-forward "Unknown command" nil t))
1555 (setq errors (concat errors " [undefined @command]")))
1556 (when (save-excursion
1557 (re-search-forward "No matching @end" nil t))
1558 (setq errors (concat errors " [block incomplete]")))
1559 (when (save-excursion
1560 (re-search-forward "requires a sectioning" nil t))
1561 (setq errors (concat errors " [invalid section command]")))
1562 (when (save-excursion
1563 (re-search-forward "\\[unexpected\]" nil t))
1564 (setq errors (concat errors " [unexpected error]")))
1565 (when (save-excursion
1566 (re-search-forward "misplaced " nil t))
1567 (setq errors (concat errors " [syntax error]")))
1568 (and (org-string-nw-p errors) (org-trim errors)))))))
1571 (provide 'ox-texinfo)
1573 ;; Local variables:
1574 ;; generated-autoload-file: "org-loaddefs.el"
1575 ;; End:
1577 ;;; ox-texinfo.el ends here