On Sunday, 10 Nov 2019 at 13:11, Spenser Truex wrote:
> PlantUML has an "org-compatible" outlining mode to generate graphical tree
> images. It is ironically not org /babel/ compatible, since org does not like
> having lines starting with =*= in a source code block.
Have tried with a comma (,) at
Leo Gaspard writes:
> Hello world,
>
> I have appointments that are scheduled on timezones other than my
> computer's. Does org-mode support setting that? It looks like timestamps
> don't support adding a timezone, so I'm wondering whether there's a
> reasonable way to use s-expressions in timest
Mikhail Skorzhinskii writes:
> Here is the snippet I am currently using to export all subtress directly
> tagged with :info: to the separate file. (Sorry for the lack of proper
> parametrisation).
>
> #+begin_src emacs-lisp
> (defun org-user/store-info ()
> (let ((file "~/org/cals/info.org")
>
On Wednesday, 13 Nov 2019 at 23:26, Leo Gaspard wrote:
> Well, ideally org-mode could be adapted to support timestamps in
> arbitrary timezones, but I guess there are reasons why that's not
> supported?
In principle, it is possible to extend org to handle time zones. The
challenges are a) somebod