Re: [O] Latex preview foreground color problem

2018-07-31 Thread Eric S Fraga
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

Re: [O] repeating timestamps with an end date

2018-07-31 Thread Eric S Fraga
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

Re: [O] Latex preview foreground color problem

2018-07-31 Thread Jeremie Juste
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

Re: [O] aggregate: percent, table headers, float format

2018-07-31 Thread Thierry Banel
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

Re: [O] Latex preview foreground color problem

2018-07-31 Thread Jarmo Hurri
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