mtekman / org-tanglesync.el

A package to pull external changes into an org-mode source block if that block is tangled to an external file
GNU General Public License v3.0
90 stars 7 forks source link

Watch list #4

Closed mtekman closed 4 years ago

mtekman commented 5 years ago

For every dedicated conf file, or conf dir, generate a list of all tangled files and store them to a global var.

Add a save or onload hook so that every time one of those files is opened and modified, the user is prompted to sync the changes back to the source.

Requires:

mtekman commented 5 years ago

Have a conf-mode which can be enabled globally to look for syncable buffers, and a set of conf-files to watch

(use-package org-tanglesync
    :custom 
    (conf-mode 1)
    :init 
    (setq conf-files '("/path/to/1" "/path/to/2")
mtekman commented 4 years ago

fixed with v1.1 release