Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

cs-org.el

Utilities for Org mode.

Usage

Public

Tangle and open

M-x cs-org-babel-tangle-and-open
M-x eval-buffer

Remove files generated with org from current directory

M-x cs-org-delete-generated-files

Use single Org file to prepare multi-file Emacs package archive

Sources inside org file have to be annotated as follows,

#+begin_src emacs-lisp :tangle yes :exports code :comments link
<your-code>
#+end_src

where :comments link is required for detangling.

Run the following command in order to build the package archive with the optional installation.

M-x cs-org-file-to-emacs-package

Private

Copy regexped elisp files starting with name P to directory D

(cs-copy-all-elisp-files-starting-with-to-dir (p d))

Delete regexped elisp files starting with name P

(cs-delete-all-elisp-files-starting-with (p))

Move regexped elisp files starting with name P to directory D

(cs-move-all-elisp-files-starting-with-to-dir (p d))

Recursively remove directory with files

(cs-clean-up (d))

License

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Utilities for Org mode

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages