ox-texinfo-plus 2.3.2-2 source package in Ubuntu

Changelog

ox-texinfo-plus (2.3.2-2) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.5.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <email address hidden>  Thu, 25 Jul 2024 23:14:40 +0900

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ox-texinfo-plus_2.3.2-2.dsc 2.1 KiB c39519e6a1f3683d869ed35cd220b02fb552338fe1dedb336313acefe411c5d4
ox-texinfo-plus_2.3.2.orig.tar.gz 6.1 KiB f1fbd69ef29b32c720a59e5fff999cfb5e7f879419fb0d613ce2848328725600
ox-texinfo-plus_2.3.2-2.debian.tar.xz 2.2 KiB 67525e8c63642c67ee4d493701b271933d9f721625605527a7257992056a2bca

Available diffs

No changes file available.

Binary packages built by this source

elpa-ox-texinfo+: Extensions for Org's Texinfo exporter

 This package provides some extensions for Org's `texinfo' exporter
 defined in `ox-texinfo'.
 .
 1. Create `@deffn' and similar definition items by writing list
    items in Org that look similar to what they will look like in Info.
 .
 2. Optionally share a section's node with some or all of its child sections.
    By default every section on every level gets its own node, and
    `ox-texinfo' provides no mechanism for changing that.
 .
 3. Optionally modify the Org file before exporting it. This is implemented
    using a hook that can be set using the `BIND' property:
 .
     #+BIND: ox-texinfo+-before-export-hook some-function
     #+BIND: ox-texinfo+-before-export-hook another-function
 .
 4. Fully respect the local value of `indent-tabs-mode' from the Org file when
    editing source blocks and exporting. This affects all source blocks and
    all exporters.