diff --git a/config.org b/config.org index d11f81b..25c212d 100644 --- a/config.org +++ b/config.org @@ -736,8 +736,7 @@ Set how the agenda looks. (tags . "%-2c %b") (agenda . "%-2c %?-12t%?-12s"))) (setq org-use-property-inheritance (quote ("LOCATION"))) - (setq org-agenda-todo-ignore-scheduled t) - (setq org-agenda-todo-ignore-deadlines t) + (setq org-agenda-todo-ignore-scheduled 'future) #+END_SRC Add period information to the agenda header (this has a very weird output, completely different when you insert a function from just using text, utterly bizarre). diff --git a/custom/fic.el b/custom/fic.el index c62baba..86cd64f 100644 --- a/custom/fic.el +++ b/custom/fic.el @@ -69,7 +69,7 @@ (while (re-search-forward "\\[fn:\\([0-9]*\\):\\([^•]*\\)•\\]" nil t) (replace-match "@@html:@@@@latex:\\\\footnote{@@\\2@@html:@@@@latex:}@@")) (let ((user-full-name "Tré") - (org-html-head "") + (org-html-head "") (org-export-with-author t) (org-latex-default-class "memoir")) (org-html-export-to-html) diff --git a/custom/toot-mockup.el b/custom/toot-mockup.el index 8effb73..fe43181 100644 --- a/custom/toot-mockup.el +++ b/custom/toot-mockup.el @@ -19,7 +19,7 @@ (insert "
\n") (if repost (insert (concat "
" reposter " shared a status by " fediname "
\n"))) - (insert (concat "
\n \n \n \n
\n " dispname "\n
@" fediname "@" instanceurl "
\n
\n
\n
\n

" csstext "

\n
\n " theday " " themonth ", " theyear "\n
\n"))) + (insert (concat "
\n \n \n \n
\n " dispname "\n
@" fediname "@" instanceurl "
\n
\n
\n
\n

" csstext "

\n
\n " theday " " themonth ", " theyear "\n \n"))) (defun tootbuild () (interactive)