ifitzpat / org-headline-to-maildir

Downloads web pages linked in org-mode headlines to a maildir so that they can be read in mu4e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Org-headline-to-maildir

Contents

Screenshots

Installation

Quelpa

Installing with Quelpa is easy:

  1. Install quelpa-use-package (which can be installed directly from MELPA).
  2. Add this form to your init file:
(use-package org-headline-to-maildir
     :ensure-system-package rdrview
     :commands org-headline-to-maildir
     :ensure t
     :quelpa (org-headline-to-maildir :fetcher github :repo "ifitzpat/org-headline-to-maildir")
     :config
     (setq org-headline-to-maildir-file "/path/to/org-file.org")
     (setq org-headline-to-maildir-directory "/path/to/maildir"))

Usage

Changelog

Notes

License

GPLv3

About

Downloads web pages linked in org-mode headlines to a maildir so that they can be read in mu4e

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%