Add a shortcut for opening the site in Firefox.

This commit is contained in:
Sergiu Ivanov 2021-12-20 13:42:08 +01:00
parent 1a30bfe830
commit ee1bf93520
1 changed files with 6 additions and 0 deletions

View File

@ -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