diff --git a/work-notes.org b/work-notes.org index 771b696..fea00f3 100644 --- a/work-notes.org +++ b/work-notes.org @@ -39,6 +39,12 @@ (org-publish-project "work-site" t) #+END_SRC + Evaluating this code block opens the exported site in the last + viewed Firefox window. + #+BEGIN_SRC elisp :results silent +(shell-command "firefox www/index.html") + #+END_SRC + * Forcing Org-mode to ignore the timestamps <2021-11-20> :old: Before today, I used to need to call #+BEGIN_SRC elisp :results silent