mirror of
https://github.com/correl/org-roam-export-backlinks.git
synced 2024-11-24 11:09:55 +00:00
26 lines
789 B
EmacsLisp
26 lines
789 B
EmacsLisp
|
;;; org-roam-export.el --- Description -*- lexical-binding: t; -*-
|
||
|
;;
|
||
|
;; Copyright (C) 2022 Correl Roush
|
||
|
;;
|
||
|
;; Author: Correl Roush <correlr@zephyrus>
|
||
|
;; Maintainer: Correl Roush <correlr@zephyrus>
|
||
|
;; Created: June 10, 2022
|
||
|
;; Modified: June 10, 2022
|
||
|
;; Version: 0.0.1
|
||
|
;; Keywords: abbrev bib c calendar comm convenience data docs emulations extensions faces files frames games hardware help hypermedia i18n internal languages lisp local maint mail matching mouse multimedia news outlines processes terminals tex tools unix vc wp
|
||
|
;; Homepage: https://github.com/correlr/org-roam-export
|
||
|
;; Package-Requires: ((emacs "24.3") org-roam)
|
||
|
;;
|
||
|
;; This file is not part of GNU Emacs.
|
||
|
;;
|
||
|
;;; Commentary:
|
||
|
;;
|
||
|
;; Description
|
||
|
;;
|
||
|
;;; Code:
|
||
|
|
||
|
|
||
|
|
||
|
(provide 'org-roam-export)
|
||
|
;;; org-roam-export.el ends here
|