diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-13 01:27:35 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-13 01:27:35 -0500 |
commit | adfb8f85cc0243f183084538e5d5f0402ed4f8ea (patch) | |
tree | 4c10ea63de9bf70cb21052725cf45a5e48a35dd7 | |
parent | 64121d8e65eb71358e3eb68c4a4700f459c73814 (diff) | |
download | emacsconf-el-adfb8f85cc0243f183084538e5d5f0402ed4f8ea.tar.xz emacsconf-el-adfb8f85cc0243f183084538e5d5f0402ed4f8ea.zip |
Add quick notes
-rw-r--r-- | README.org | 29 |
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 |