Add a shortcut for opening the site in Firefox.
This commit is contained in:
parent
1a30bfe830
commit
ee1bf93520
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@
|
||||||
(org-publish-project "work-site" t)
|
(org-publish-project "work-site" t)
|
||||||
#+END_SRC
|
#+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:
|
* Forcing Org-mode to ignore the timestamps <2021-11-20> :old:
|
||||||
Before today, I used to need to call
|
Before today, I used to need to call
|
||||||
#+BEGIN_SRC elisp :results silent
|
#+BEGIN_SRC elisp :results silent
|
||||||
|
|
Loading…
Reference in a new issue