Next: A Texinfo example, Previous: Images in Texinfo export, Up: Texinfo export [Contents][Index]
The Texinfo export back-end converts special blocks to commands with the same
name. It also adds any :options
attributes to the end of the command,
as shown in this example:
#+ATTR_TEXINFO: :options org-org-export-to-org ... #+begin_defun A somewhat obsessive function. #+end_defun
becomes
@defun org-org-export-to-org ... A somewhat obsessive function. @end defun