summaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-11-13 01:27:35 -0500
committerSacha Chua <sacha@sachachua.com>2021-11-13 01:27:35 -0500
commitadfb8f85cc0243f183084538e5d5f0402ed4f8ea (patch)
tree4c10ea63de9bf70cb21052725cf45a5e48a35dd7 /README.org
parent64121d8e65eb71358e3eb68c4a4700f459c73814 (diff)
downloademacsconf-el-adfb8f85cc0243f183084538e5d5f0402ed4f8ea.tar.xz
emacsconf-el-adfb8f85cc0243f183084538e5d5f0402ed4f8ea.zip
Add quick notes
Diffstat (limited to 'README.org')
-rw-r--r--README.org29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..b6b7ea6
--- /dev/null
+++ b/README.org
@@ -0,0 +1,29 @@
+
+* emacsconf-update
+** Installation
+
+You can download [[emacsconf-update.el]] and put it somewhere in your load-path.
+
+If you use quelpa, you can put this in your config:
+
+#+begin_src emacs-lisp
+(quelpa '(emacsconf-update :fetcher url :url "https://raw.githubusercontent.com/emacsconf/emacsconf-el/main/emacsconf-update.el"))
+#+end_src
+
+** Usage
+These functions might make it easier for you to keep an Org file with
+your own notes while letting you download schedule updates or title changes.
+
+Make a file for your notes with Org, and then call
+=M-x emacsconf-update-org-from-ical-url= . It should load the talks and
+tentative schedules from the wiki. You can call it again and it should
+update the titles and schedules while still keeping whatever notes
+you've added.
+
+You may also like =M-x emacsconf-update-view-org-agenda=.
+
+I don't know if it works for anyone but me, but it might be worth a
+try. =)
+
+
+- Sacha