On Monday, 30 Jul 2018 at 12:43, Jarmo Hurri wrote:
> In my emacs config file I now have:
>
> (plist-put org-format-latex-options :foreground "white")
> (plist-put org-format-latex-options :scale 2)
This works for me but in the context that I also change the background
to black (which does not nec
On Monday, 30 Jul 2018 at 15:25, Robert Pluim wrote:
> Hi,
>
> is there a generic way to specify an end date for a repeating event?
The short answer is no.
The longer answer is to consider using
org-clone-subtree-with-time-shift. Make the entry you want and then make
the repeating entries. I u
Hello,
Here is mine. But I live with a black background. You might have trouble
with the table environment though. For some mysterious reason, although
the background changes,the foreground in the table environment remains black.
(setq org-format-latex-options '(:foreground "White" :backgroun
Done.
Now orgaggregate takes org-calc-default-modes
into account.
The priority is as follow:
If given, a formatter modifier (like ;p17) takes
precedence.
Otherwise, if a customization of org-calc-default-modes
is found (like ca
Eric S Fraga writes:
> On Monday, 30 Jul 2018 at 12:43, Jarmo Hurri wrote:
>> In my emacs config file I now have:
>>
>> (plist-put org-format-latex-options :foreground "white")
>> (plist-put org-format-latex-options :scale 2)
>
> This works for me but in the context that I also change the backgro