[O] Mathjax AND imagemagick when it is necessary ?

2019-06-25 Thread Joseph Vidal-Rosset
Hello the list,

The html export with Mathjax works and the results are nice. But
sometimes, with some LaTeX macros, imagemagick is needed.
Unfortunately, there seems to be a choice: export either with Mathjax
or the imagemagick option.  But maybe I'm wrong.
Would it be possible to get the option imagemagick * only for some
parts of the file *, for this or that latex macros that does not work
with Mathjax? If the answer is "yes", I can not wait to know how.

Best wishes,

Jo.



Re: [O] Compile failure

2019-06-25 Thread Gregor Zattler
Hi Eric, Klaushal,
* "Fraga, Eric"  [2019-06-24; 18:04]:
> On Monday, 24 Jun 2019 at 11:48, Kaushal Modi wrote:
>> That issue on Emacs master is fixed now for me.
>
> If it happens not to be, for Bill: just go to your emacs and
>
>  git checkout 63b29f81075a3fdca70348f023d3ebb37a4f2a63

I assume you both know this will pin your git repo to this very
commit.

If one wants to use the emacs development version it's better to
do

git pull
git co -f master

an you will use cutting edge of emacs development.



>  make clean
>  make && make install
>
> and things should work.  They do for me.
Ciao; Gregor
--
 -... --- .-. . -.. ..--.. ...-.-




Re: [O] Compile failure

2019-06-25 Thread Fraga, Eric
On Tuesday, 25 Jun 2019 at 13:53, Gregor Zattler wrote:
> I assume you both know this will pin your git repo to this very
> commit.

Yes but I don't update frequently so it's not a big deal (for me).
Thanks,
eric

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-379-g1b74ae


[O] Insert time in Org-mode

2019-06-25 Thread gmx

Hello,

How to insert the current time? I have a table in which I want to
indicate the beginning of an oral exam (firt column), the end (second
column), and (third column) make the difference between the two (I can
do that).

My apologies for such a question...

Thank you in advance,

Fred




Re: [O] Insert time in Org-mode

2019-06-25 Thread Fraga, Eric
On Tuesday, 25 Jun 2019 at 18:41, gmx wrote:
> How to insert the current time? I have a table in which I want to
> indicate the beginning of an oral exam (firt column), the end (second
> column), and (third column) make the difference between the two (I can
> do that).

Easiest immediate way is to insert an inactive time stamp by C-u C-c ! RET.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-379-g1b74ae


Re: [O] Insert time in Org-mode

2019-06-25 Thread Robert Pluim
> On Tue, 25 Jun 2019 18:41:15 +0200, gmx  said:

gmx> Hello,
gmx> How to insert the current time? I have a table in which I want to
gmx> indicate the beginning of an oral exam (firt column), the end (second
gmx> column), and (third column) make the difference between the two (I can
gmx> do that).

C-u M-x org-time-stamp

will prompt for a date and insert it along with the current time (I
bind org-time-stamp to "C-c ." for convenience)

Robert



Re: [O] Insert time in Org-mode

2019-06-25 Thread gmx

Nice! And very easy

Thanks a lot

Fred

Le 25/06/2019 à 18:56, Fraga, Eric a écrit :

On Tuesday, 25 Jun 2019 at 18:41, gmx wrote:

How to insert the current time? I have a table in which I want to
indicate the beginning of an oral exam (firt column), the end (second
column), and (third column) make the difference between the two (I can
do that).

Easiest immediate way is to insert an inactive time stamp by C-u C-c ! RET.