gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[NonGNU ELPA] Org-Auto-Tangle version 0.6.0


From: ELPA update
Subject: [NonGNU ELPA] Org-Auto-Tangle version 0.6.0
Date: Sun, 31 Mar 2024 07:20:31 -0400

Version 0.6.0 of package Org-Auto-Tangle has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.

Org-Auto-Tangle describes itself as:

  ==========================================================
  Automatically and Asynchronously tangles org files on save
  ==========================================================

More at https://elpa.nongnu.org/nongnu/org-auto-tangle.html

## Summary:

                             ━━━━━━━━━━━━━━━━━
                              ORG-AUTO-TANGLE
                             ━━━━━━━━━━━━━━━━━


  This package (i.e org-auto-tangle) is a very simple emacs package that
  allows you to automatically tangle org files on save. This is done by
  adding the option `#+auto_tangle: t' in your org file.

  The tangling process happens asynchronously so it will not block your
  emacs session.


  1 USAGE
  ═══════

    Simply require the package in you emacs init and hook it into
    org-mode.

    ┌────
    │ 
    │ (require 'org-auto-tangle)
    │ 
    │ (add-hook 'org-mode-hook 'org-auto-tangle-mode)
    │ 
    └────

    or you can use use-package

## Recent NEWS:

[Not provided 🙁]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]