emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* highlighting latex code in org-mode
@ 2018-05-09  8:17 Joseph Vidal-Rosset
  2018-05-09  8:36 ` Eric S Fraga
  2018-05-09  8:38 ` Eric S Fraga
  0 siblings, 2 replies; 17+ messages in thread
From: Joseph Vidal-Rosset @ 2018-05-09  8:17 UTC (permalink / raw)
  To: Liste-emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

Hello,

I would be happy to highlight latex code in org-mode, but nothing works. It
is a pity because this lack of highlighting latex code in org-mode entails
troubles in exporting in latex and I have always to correct my source
files.

Help would be very welcome.

Best wishes,

Jo.

[-- Attachment #2: Type: text/html, Size: 804 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09  8:17 highlighting latex code in org-mode Joseph Vidal-Rosset
@ 2018-05-09  8:36 ` Eric S Fraga
  2018-05-09  8:41   ` Nicolas Goaziou
  2018-05-09  8:38 ` Eric S Fraga
  1 sibling, 1 reply; 17+ messages in thread
From: Eric S Fraga @ 2018-05-09  8:36 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: Liste-emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

On Wednesday,  9 May 2018 at 10:17, Joseph Vidal-Rosset wrote:
> Hello,
>
> I would be happy to highlight latex code in org-mode, but nothing works. It
> is a pity because this lack of highlighting latex code in org-mode entails
> troubles in exporting in latex and I have always to correct my source
> files.

There appears to be support for font-lock for LaTeX expressions in org
but the regex that is used to determine LaTeX snippets is nil:

    org-latex-and-related-regexp is a variable defined in ‘org.el’.
    Its value is nil

    Documentation:
    Regular expression for highlighting LaTeX, entities and sub/superscript.

Maybe play around with this?

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.7-475-g3ffc7d

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09  8:17 highlighting latex code in org-mode Joseph Vidal-Rosset
  2018-05-09  8:36 ` Eric S Fraga
@ 2018-05-09  8:38 ` Eric S Fraga
  1 sibling, 0 replies; 17+ messages in thread
From: Eric S Fraga @ 2018-05-09  8:38 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: Liste-emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 625 bytes --]

On Wednesday,  9 May 2018 at 10:17, Joseph Vidal-Rosset wrote:
> Hello,
>
> I would be happy to highlight latex code in org-mode, but nothing works. It
> is a pity because this lack of highlighting latex code in org-mode entails
> troubles in exporting in latex and I have always to correct my source
> files.

Actually, reading the code further, it would appear that there is a
function which should define the variable I mentioned in my previous
response: org-compute-latex-and-related-regexp
but I am not sure how and when this is invoked.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.7-475-g3ffc7d

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09  8:36 ` Eric S Fraga
@ 2018-05-09  8:41   ` Nicolas Goaziou
  2018-05-09  9:50     ` Eric S Fraga
  0 siblings, 1 reply; 17+ messages in thread
From: Nicolas Goaziou @ 2018-05-09  8:41 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: Liste-emacs-orgmode@gnu.org

Hello,

Eric S Fraga <esflists@gmail.com> writes:

> On Wednesday,  9 May 2018 at 10:17, Joseph Vidal-Rosset wrote:
>> Hello,
>>
>> I would be happy to highlight latex code in org-mode, but nothing works. It
>> is a pity because this lack of highlighting latex code in org-mode entails
>> troubles in exporting in latex and I have always to correct my source
>> files.
>
> There appears to be support for font-lock for LaTeX expressions in org
> but the regex that is used to determine LaTeX snippets is nil:
>
>     org-latex-and-related-regexp is a variable defined in ‘org.el’.
>     Its value is nil
>
>     Documentation:
>     Regular expression for highlighting LaTeX, entities and sub/superscript.
>
> Maybe play around with this?

This is an internal variable. The OP should tweak
`org-highlight-latex-and-related' instead.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09  8:41   ` Nicolas Goaziou
@ 2018-05-09  9:50     ` Eric S Fraga
  2018-05-09  9:59       ` Nicolas Goaziou
  0 siblings, 1 reply; 17+ messages in thread
From: Eric S Fraga @ 2018-05-09  9:50 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: Liste-emacs-orgmode@gnu.org, Joseph Vidal-Rosset

[-- Attachment #1: Type: text/plain, Size: 460 bytes --]

On Wednesday,  9 May 2018 at 10:41, Nicolas Goaziou wrote:

[...]

> This is an internal variable. The OP should tweak
> `org-highlight-latex-and-related' instead.

Okay.  But I have this variable set, to (latex), and it does
nothing.  The regex remains nil.  Is there some other configuration
setting that we have to set to get LaTeX snippets etc. highlighted?

Thanks,
eric

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.11-620-ga548e4

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09  9:50     ` Eric S Fraga
@ 2018-05-09  9:59       ` Nicolas Goaziou
  2018-05-09 11:21         ` Eric S Fraga
  0 siblings, 1 reply; 17+ messages in thread
From: Nicolas Goaziou @ 2018-05-09  9:59 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: Liste-emacs-orgmode@gnu.org

Eric S Fraga <esflists@gmail.com> writes:

> Okay.  But I have this variable set, to (latex), and it does
> nothing.  The regex remains nil.  Is there some other configuration
> setting that we have to set to get LaTeX snippets etc. highlighted?

You may need to reload Org mode in the current buffer.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09  9:59       ` Nicolas Goaziou
@ 2018-05-09 11:21         ` Eric S Fraga
  2018-05-09 11:31           ` Joseph Vidal-Rosset
  0 siblings, 1 reply; 17+ messages in thread
From: Eric S Fraga @ 2018-05-09 11:21 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: Liste-emacs-orgmode@gnu.org, Joseph Vidal-Rosset

[-- Attachment #1: Type: text/plain, Size: 845 bytes --]

On Wednesday,  9 May 2018 at 11:59, Nicolas Goaziou wrote:
> Eric S Fraga <esflists@gmail.com> writes:
>
>> Okay.  But I have this variable set, to (latex), and it does
>> nothing.  The regex remains nil.  Is there some other configuration
>> setting that we have to set to get LaTeX snippets etc. highlighted?
>
> You may need to reload Org mode in the current buffer.

But I have this set from the start and also tried with
custom-set-variable... and I have tried reloading org.  All to no
avail.

The highlighting works if I try emacs -Q so obviously something else is
affecting this setting.  Ummmm time to dive into my customization of
org.  Any hints as to what could be affecting the actual highlighting
would be welcome, of course!

thanks,
eric

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.11-620-ga548e4

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09 11:21         ` Eric S Fraga
@ 2018-05-09 11:31           ` Joseph Vidal-Rosset
  2018-05-09 12:05             ` Russell Adams
  0 siblings, 1 reply; 17+ messages in thread
From: Joseph Vidal-Rosset @ 2018-05-09 11:31 UTC (permalink / raw)
  To: Nicolas Goaziou, Joseph Vidal-Rosset, Liste-emacs-orgmode@gnu.org,
	Eric S Fraga

[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]

Thanks for your help. At the moment I have in my init.el  (in fact my
user.el because I am using scimax with -q -l options):

(require 'ox-latex)
(setq org-src-fontify-natively t)
(setq org-highlight-latex-and-related '(latex))
(setq org-highlight-latex-and-related '(latex script entities))

But nothing works for highlighting latex.

Best wishes,


Jo.

2018-05-09 13:21 GMT+02:00 Eric S Fraga <esflists@gmail.com>:

> On Wednesday,  9 May 2018 at 11:59, Nicolas Goaziou wrote:
> > Eric S Fraga <esflists@gmail.com> writes:
> >
> >> Okay.  But I have this variable set, to (latex), and it does
> >> nothing.  The regex remains nil.  Is there some other configuration
> >> setting that we have to set to get LaTeX snippets etc. highlighted?
> >
> > You may need to reload Org mode in the current buffer.
>
> But I have this set from the start and also tried with
> custom-set-variable... and I have tried reloading org.  All to no
> avail.
>
> The highlighting works if I try emacs -Q so obviously something else is
> affecting this setting.  Ummmm time to dive into my customization of
> org.  Any hints as to what could be affecting the actual highlighting
> would be welcome, of course!
>
> thanks,
> eric
>
> --
> Eric S Fraga via Emacs 27.0.50, Org release_9.1.11-620-ga548e4
>

[-- Attachment #2: Type: text/html, Size: 2256 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09 11:31           ` Joseph Vidal-Rosset
@ 2018-05-09 12:05             ` Russell Adams
  2018-05-09 14:04               ` Joseph Vidal-Rosset
  0 siblings, 1 reply; 17+ messages in thread
From: Russell Adams @ 2018-05-09 12:05 UTC (permalink / raw)
  To: emacs-orgmode

On Wed, May 09, 2018 at 01:31:51PM +0200, Joseph Vidal-Rosset wrote:
> But nothing works for highlighting latex.

Have you considered making a latex block, and editing it? It'll have full latex
syntax highlighting while in the block.

------------------------------------------------------------------
Russell Adams                            RLAdams@AdamsInfoServ.com

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09 12:05             ` Russell Adams
@ 2018-05-09 14:04               ` Joseph Vidal-Rosset
  2018-05-09 14:22                 ` Thomas Shannon
  2018-05-09 15:02                 ` Eric S Fraga
  0 siblings, 2 replies; 17+ messages in thread
From: Joseph Vidal-Rosset @ 2018-05-09 14:04 UTC (permalink / raw)
  To: Liste-emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 950 bytes --]

Yes, I have just tried this solution:

https://emacs.stackexchange.com/questions/27866/syntax-highlighting-in-org-mode-begin-latex-block/27891

i.e.

#+BEGIN_LaTeX latex


#+END_LaTeX


and it seems that is the best option for me, but sometimes I meet error
with the export into the latex file. But the highlightings works.

Thanks !

Best wishes

2018-05-09 14:05 GMT+02:00 Russell Adams <RLAdams@adamsinfoserv.com>:

> On Wed, May 09, 2018 at 01:31:51PM +0200, Joseph Vidal-Rosset wrote:
> > But nothing works for highlighting latex.
>
> Have you considered making a latex block, and editing it? It'll have full
> latex
> syntax highlighting while in the block.
>
> ------------------------------------------------------------------
> Russell Adams                            RLAdams@AdamsInfoServ.com
>
> PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/
>
> Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
>
>

[-- Attachment #2: Type: text/html, Size: 2212 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09 14:04               ` Joseph Vidal-Rosset
@ 2018-05-09 14:22                 ` Thomas Shannon
  2018-05-09 15:27                   ` Russell Adams
  2018-05-09 15:02                 ` Eric S Fraga
  1 sibling, 1 reply; 17+ messages in thread
From: Thomas Shannon @ 2018-05-09 14:22 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: Liste-emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1629 bytes --]

HI, Joseph.

Its not the most elegant solution but if I’m doing extensive latex editing I usually just enter latex mode (esc-x latex-mode).  This allows me to use auctex as well.  

Of course, you have to switch back to org-mode after editing.  So its not a great solution if you are switching back and forth a lot.

Tom S.

> On May 9, 2018, at 9:04 AM, Joseph Vidal-Rosset <joseph.vidal.rosset@gmail.com> wrote:
> 
> Yes, I have just tried this solution: 
> 
> https://emacs.stackexchange.com/questions/27866/syntax-highlighting-in-org-mode-begin-latex-block/27891 <https://emacs.stackexchange.com/questions/27866/syntax-highlighting-in-org-mode-begin-latex-block/27891>
> 
> i.e.  
> 
> #+BEGIN_LaTeX latex
> 
> 
> #+END_LaTeX
> 
> and it seems that is the best option for me, but sometimes I meet error with the export into the latex file. But the highlightings works. 
> 
> Thanks !
> 
> Best wishes 
> 
> 2018-05-09 14:05 GMT+02:00 Russell Adams <RLAdams@adamsinfoserv.com <mailto:RLAdams@adamsinfoserv.com>>:
> On Wed, May 09, 2018 at 01:31:51PM +0200, Joseph Vidal-Rosset wrote:
> > But nothing works for highlighting latex.
> 
> Have you considered making a latex block, and editing it? It'll have full latex
> syntax highlighting while in the block.
> 
> ------------------------------------------------------------------
> Russell Adams                            RLAdams@AdamsInfoServ.com
> 
> PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/ <http://www.adamsinfoserv.com/>
> 
> Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
> 
> 


[-- Attachment #2: Type: text/html, Size: 3781 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09 14:04               ` Joseph Vidal-Rosset
  2018-05-09 14:22                 ` Thomas Shannon
@ 2018-05-09 15:02                 ` Eric S Fraga
  2018-05-09 15:16                   ` Joseph Vidal-Rosset
  1 sibling, 1 reply; 17+ messages in thread
From: Eric S Fraga @ 2018-05-09 15:02 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: Liste-emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 456 bytes --]

On Wednesday,  9 May 2018 at 16:04, Joseph Vidal-Rosset wrote:

[...]

> and it seems that is the best option for me, but sometimes I meet error
> with the export into the latex file. But the highlightings works.

For snippets etc., not export blocks, you can also have org display
those snippets as processed latex.  Default binding is C-c C-x C-l
(org-toggle-latex-fragment).
-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.7-475-g3ffc7d

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09 15:02                 ` Eric S Fraga
@ 2018-05-09 15:16                   ` Joseph Vidal-Rosset
  2018-05-09 15:42                     ` Eric S Fraga
  0 siblings, 1 reply; 17+ messages in thread
From: Joseph Vidal-Rosset @ 2018-05-09 15:16 UTC (permalink / raw)
  To: emacs-orgmode list

Thanks Eric and Tom.

At the moment, I do not know what is the most convenient solution.

this one:

#+BEGIN_LaTeX latex

#+END_LaTeX

when the latex export works prints the \LaTeX logo on the file. 

I've tried Tom's solution. With keybindings  it seems to me that it is
not a bad option. 

Best wishes and again, my thanks to all. 

-- 
Joseph 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09 14:22                 ` Thomas Shannon
@ 2018-05-09 15:27                   ` Russell Adams
  2018-05-09 16:01                     ` Thomas Shannon
  0 siblings, 1 reply; 17+ messages in thread
From: Russell Adams @ 2018-05-09 15:27 UTC (permalink / raw)
  To: emacs-orgmode

On Wed, May 09, 2018 at 09:22:35AM -0500, Thomas Shannon wrote:
> HI, Joseph.
>
> Its not the most elegant solution but if I’m doing extensive latex editing I usually just enter latex mode (esc-x latex-mode).  This allows me to use auctex as well.
>
> Of course, you have to switch back to org-mode after editing.  So its not a great solution if you are switching back and forth a lot.

If you use C-c ' to enter the block, it opens a sub-buffer in latex mode. You
can actually switch back and forth to edit org and latex in the same file across
buffers. It might be an elegant solution.



------------------------------------------------------------------
Russell Adams                            RLAdams@AdamsInfoServ.com

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09 15:16                   ` Joseph Vidal-Rosset
@ 2018-05-09 15:42                     ` Eric S Fraga
  0 siblings, 0 replies; 17+ messages in thread
From: Eric S Fraga @ 2018-05-09 15:42 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: emacs-orgmode list

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

On Wednesday,  9 May 2018 at 17:16, Joseph Vidal-Rosset wrote:
> Thanks Eric and Tom.
>
> At the moment, I do not know what is the most convenient solution.
>
> this one:
>
> #+BEGIN_LaTeX latex
>
> #+END_LaTeX

What version of org are you using?  This is probably not what you want
if you are using version > 8.

In any case, I use both LaTeX snippets, especially maths inline, but
also export LaTeX blocks for more complex material, mostly long
equations and tikz pictures.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6-591-gee336b

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09 15:27                   ` Russell Adams
@ 2018-05-09 16:01                     ` Thomas Shannon
  2018-05-09 17:15                       ` Joseph Vidal-Rosset
  0 siblings, 1 reply; 17+ messages in thread
From: Thomas Shannon @ 2018-05-09 16:01 UTC (permalink / raw)
  To: Russell Adams; +Cc: Liste-emacs-orgmode@gnu.org

Works like a charm, auctex and all.  Very nice!  Thanks.

Tom S.

> On May 9, 2018, at 10:27 AM, Russell Adams <RLAdams@AdamsInfoServ.Com> wrote:
> 
> On Wed, May 09, 2018 at 09:22:35AM -0500, Thomas Shannon wrote:
>> HI, Joseph.
>> 
>> Its not the most elegant solution but if I’m doing extensive latex editing I usually just enter latex mode (esc-x latex-mode).  This allows me to use auctex as well.
>> 
>> Of course, you have to switch back to org-mode after editing.  So its not a great solution if you are switching back and forth a lot.
> 
> If you use C-c ' to enter the block, it opens a sub-buffer in latex mode. You
> can actually switch back and forth to edit org and latex in the same file across
> buffers. It might be an elegant solution.
> 
> 
> 
> ------------------------------------------------------------------
> Russell Adams                            RLAdams@AdamsInfoServ.com
> 
> PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/
> 
> Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
> 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: highlighting latex code in org-mode
  2018-05-09 16:01                     ` Thomas Shannon
@ 2018-05-09 17:15                       ` Joseph Vidal-Rosset
  0 siblings, 0 replies; 17+ messages in thread
From: Joseph Vidal-Rosset @ 2018-05-09 17:15 UTC (permalink / raw)
  To: Thomas Shannon; +Cc: Liste-emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

It works also for me. Many thanks!

Jo.

2018-05-09 18:01 GMT+02:00 Thomas Shannon <tshanno@me.com>:

> Works like a charm, auctex and all.  Very nice!  Thanks.
>
> Tom S.
>
> > On May 9, 2018, at 10:27 AM, Russell Adams <RLAdams@AdamsInfoServ.Com>
> wrote:
> >
> > On Wed, May 09, 2018 at 09:22:35AM -0500, Thomas Shannon wrote:
> >> HI, Joseph.
> >>
> >> Its not the most elegant solution but if I’m doing extensive latex
> editing I usually just enter latex mode (esc-x latex-mode).  This allows me
> to use auctex as well.
> >>
> >> Of course, you have to switch back to org-mode after editing.  So its
> not a great solution if you are switching back and forth a lot.
> >
> > If you use C-c ' to enter the block, it opens a sub-buffer in latex
> mode. You
> > can actually switch back and forth to edit org and latex in the same
> file across
> > buffers. It might be an elegant solution.
> >
> >
> >
> > ------------------------------------------------------------------
> > Russell Adams                            RLAdams@AdamsInfoServ.com
> >
> > PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/
> >
> > Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
> >
>
>
>

[-- Attachment #2: Type: text/html, Size: 2036 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-05-09 17:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09  8:17 highlighting latex code in org-mode Joseph Vidal-Rosset
2018-05-09  8:36 ` Eric S Fraga
2018-05-09  8:41   ` Nicolas Goaziou
2018-05-09  9:50     ` Eric S Fraga
2018-05-09  9:59       ` Nicolas Goaziou
2018-05-09 11:21         ` Eric S Fraga
2018-05-09 11:31           ` Joseph Vidal-Rosset
2018-05-09 12:05             ` Russell Adams
2018-05-09 14:04               ` Joseph Vidal-Rosset
2018-05-09 14:22                 ` Thomas Shannon
2018-05-09 15:27                   ` Russell Adams
2018-05-09 16:01                     ` Thomas Shannon
2018-05-09 17:15                       ` Joseph Vidal-Rosset
2018-05-09 15:02                 ` Eric S Fraga
2018-05-09 15:16                   ` Joseph Vidal-Rosset
2018-05-09 15:42                     ` Eric S Fraga
2018-05-09  8:38 ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).