emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] scratch/org-edna 50652ab 58/72: Added installation and setup inst


From: Ian Dunn
Subject: [elpa] scratch/org-edna 50652ab 58/72: Added installation and setup instructions to documentation
Date: Sun, 21 May 2017 21:11:28 -0400 (EDT)

branch: scratch/org-edna
commit 50652ab681e42c0d73be8a1f6dc30914f6ee947e
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

    Added installation and setup instructions to documentation
    
    * org-edna.org (Installation and Setup): New section.
---
 org-edna.org | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/org-edna.org b/org-edna.org
index e51c8f2..fc999a1 100644
--- a/org-edna.org
+++ b/org-edna.org
@@ -42,6 +42,23 @@ headline, and when it is changing from a TODO state to a 
DONE state.
 For brevity, we use TODO state to indicate any state in 
~org-not-done-keywords~,
 and DONE state to indicate any state in ~org-done-keywords~.
 
+** Installation and Setup
+
+Right now, the only way to install Edna is by cloning the bazaar repo:
+
+#+BEGIN_SRC shell
+bzr branch https://bzr.savannah.gnu.org/r/org-edna-el/ org-edna
+#+END_SRC
+
+After that, add the following to your init file (typically .emacs):
+
+#+BEGIN_SRC emacs-lisp
+(add-to-list 'load-path "/full/path/to/org-edna/")
+(org-edna-load)
+#+END_SRC
+
+If you ever want to disable Edna, run ~org-edna-unload~.
+
 ** Basic Operation
 :PROPERTIES:
 :CUSTOM_ID: operation
@@ -101,6 +118,7 @@ can help:
   :END:
 ,* TODO Commit Code to Repository
 #+END_EXAMPLE
+
 ** Blockers
 :PROPERTIES:
 :CUSTOM_ID: blockers



reply via email to

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