summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-08 10:09:28 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-08 10:09:28 -0400
commit028b3db31447476e5636d5017997d520e9664a66 (patch)
tree017817ea5802b870452ff99c9e23c53631e9e53e /emacsconf.el
parent5557664db700ff2d645f212c2c381780ab85dbcd (diff)
downloademacsconf-el-028b3db31447476e5636d5017997d520e9664a66.tar.xz
emacsconf-el-028b3db31447476e5636d5017997d520e9664a66.zip
Use relative URLs, allow SVG modification function
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacsconf.el b/emacsconf.el
index 81caa56..a5ba782 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -101,7 +101,7 @@
(defun emacsconf-browse-wiki-page (search)
(interactive (list (emacsconf-complete-talk)))
(setq search (emacsconf-get-slug-from-string search))
- (browse-url (concat emacsconf-base-url "/" emacsconf-year "/talks/" search "/")))
+ (browse-url (concat emacsconf-base-url emacsconf-year "/talks/" search "/")))
(defun emacsconf-set-property-from-slug (search prop value)
(interactive (list (emacsconf-complete-talk) nil nil))
@@ -247,7 +247,7 @@
:type (if (org-entry-get (point) "SLUG") 'talk 'headline)
:status (elt heading 2)
:level (car heading)
- :url (concat emacsconf-base-url emacsconf-year "/talks/" (org-entry-get (point) "SLUG"))
+ :url (concat emacsconf-year "/talks/" (org-entry-get (point) "SLUG"))
:schedule-group
(org-entry-get-with-inheritance "SCHEDULE_GROUP")
:wiki-file-path (expand-file-name