Single org file "foobar.org", containing one task scheduled for
Sunday. It is displayed on agenda for Saturday. I build my own emacs,
which includes org, on OS Ubuntu 20.04.
foobar.org contents:
* Tasks
** TODO Something
SCHEDULED: <2022-03-06 Sun>
Agenda Displays:
Day-agenda (W09):
Saturday
Dear list,
I recently discovered export filters and found some useful applications
for them. For instance, the scientific domain I work in (law) uses
footnote citations, and in these footnotes we abbreviate some words
which would otherwise be written out in ordinary text, like name
particles. Sinc
Hi all,
I have written this simple function to move or rename a destination file
in an external link at point. I share it here in case it is useful to
someone.
Best regards,
Juan Manuel
#+begin_src emacs-lisp
(defun my-org-replace-link-file (from to)
(save-excursion
(goto-char (point-min
Eric S Fraga writes on Fri 4 Mar 2022 16:59:
> Quick question: what is the best (or any) way to debug LaTeX preview in
> org mode? All of sudden, my previous are not shrink-wrapped (hope that
> makes sense). I cannot think of anything I changed although I'm sure I
> did change something...
M. ‘quintus’ Gülker writes:
> I recently discovered export filters and found some useful applications
> for them. For instance, the scientific domain I work in (law) uses
> footnote citations, and in these footnotes we abbreviate some words
> which would otherwise be written out in ordinary text,