Fold some headers by default.

This commit is contained in:
Sergiu Ivanov 2023-04-17 22:43:56 +02:00
parent 9a4f599e60
commit 2e9ae7c51d
1 changed files with 18 additions and 0 deletions

View File

@ -45,6 +45,9 @@
#+END_SRC #+END_SRC
* Forcing Org-mode to ignore the timestamps <2021-11-20> :old: * Forcing Org-mode to ignore the timestamps <2021-11-20> :old:
:PROPERTIES:
:VISIBILITY: folded
:END:
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
(org-publish-remove-all-timestamps) (org-publish-remove-all-timestamps)
@ -54,6 +57,9 @@
=t=, as seen in the above code blocks. =t=, as seen in the above code blocks.
* Seafile problem <2020-02-17 Mon> :old: * Seafile problem <2020-02-17 Mon> :old:
:PROPERTIES:
:VISIBILITY: folded
:END:
** Problem ** Problem
After another update, Seafile started telling me this when I tried After another update, Seafile started telling me this when I tried
to start it: to start it:
@ -124,6 +130,9 @@ export XDG_DATA_DIRS=$HOME/.nix-profile/share:$XDG_DATA_DIRS
package to comply with the new [[https://hydra.nixos.org/build/96804884/download/1/nixpkgs/manual.html#sec-language-qt][way to describe Qt packages]]. package to comply with the new [[https://hydra.nixos.org/build/96804884/download/1/nixpkgs/manual.html#sec-language-qt][way to describe Qt packages]].
* Removing the publish cache * Removing the publish cache
:PROPERTIES:
:VISIBILITY: folded
:END:
Org-publish will not detect files being deleted from the output. To Org-publish will not detect files being deleted from the output. To
force it to clear its caches, do the following: force it to clear its caches, do the following:
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
@ -131,6 +140,9 @@ export XDG_DATA_DIRS=$HOME/.nix-profile/share:$XDG_DATA_DIRS
#+END_SRC #+END_SRC
* Possible colors for the banner * Possible colors for the banner
:PROPERTIES:
:VISIBILITY: folded
:END:
#+BEGIN_SRC css #+BEGIN_SRC css
background-color: azure; background-color: azure;
background-color: lightcyan; background-color: lightcyan;
@ -138,6 +150,9 @@ export XDG_DATA_DIRS=$HOME/.nix-profile/share:$XDG_DATA_DIRS
#+END_SRC #+END_SRC
* References * References
:PROPERTIES:
:VISIBILITY: folded
:END:
** Org-mode ** Org-mode
- https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html - https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html
- https://orgmode.org/manual/Configuration.html#Configuration - https://orgmode.org/manual/Configuration.html#Configuration
@ -148,6 +163,9 @@ export XDG_DATA_DIRS=$HOME/.nix-profile/share:$XDG_DATA_DIRS
- https://ogbe.net/blog/blogging_with_org.html - https://ogbe.net/blog/blogging_with_org.html
* Local Variables :noexport: * Local Variables :noexport:
:PROPERTIES:
:VISIBILITY: folded
:END:
# Local Variables: # Local Variables:
# eval: (auto-fill-mode) # eval: (auto-fill-mode)
# ispell-local-dictionary: "en" # ispell-local-dictionary: "en"