[O] org-toggle-latex-fragment

2017-10-09 Thread Joseph Vidal-Rosset
regards, Joseph Vidal-Rosset

[O] org-export and open odt files always opened in emacs

2017-10-09 Thread Amos Bird
Greetings! I'm trying to export and open odt files outside emacs. I've set #+BEGIN_SRC elisp (setq org-file-apps `(("\\.org$" . emacs) ("\\.cpp$" . emacs) (t . ,(cond (IS-MAC "open -R \"%s\"") (IS-LINUX "xdg-open \"%s\"") #+END_SRC However expo

Re: [O] [RFC] org-agenda: Jump directly to line in case of a timestamp

2017-10-09 Thread Eric S Fraga
On Monday, 9 Oct 2017 at 08:54, Alan Schmitt wrote: > One thing I would really like is the timestamp behavior of > org-agenda-goto with the windows behavior of org-agenda-switch-to. You could "advise" the function? https://www.gnu.org/software/emacs/manual/html_node/elisp/Advising-Functions.html

Re: [O] org-toggle-latex-fragment

2017-10-09 Thread Eric S Fraga
On Monday, 9 Oct 2017 at 09:22, Joseph Vidal-Rosset wrote: > I sent two days ago this message to John Kitchin, because I am a > scimax user. I meet a problem with gnus when I want to export a png > image: the comment « 48=-plain definitionremarkplain » appears with > any png image, as with imagema

Re: [O] [RFC] org-agenda: Jump directly to line in case of a timestamp

2017-10-09 Thread Alan Schmitt
On 2017-10-09 09:19, Eric S Fraga writes: > On Monday, 9 Oct 2017 at 08:54, Alan Schmitt wrote: >> One thing I would really like is the timestamp behavior of >> org-agenda-goto with the windows behavior of org-agenda-switch-to. > > You could "advise" the function? > https://www.gnu.org/software/

Re: [O] org-toggle-latex-fragment

2017-10-09 Thread Joseph Vidal-Rosset
Le lun. 09 oct. 2017 à 09:22:23 , Eric S Fraga a envoyé ce message: > On Monday, 9 Oct 2017 at 09:22, Joseph Vidal-Rosset wrote: >> I sent two days ago this message to John Kitchin, because I am a >> scimax user. I meet a problem with gnus when I want to export a png >> image: the comment « 48

Re: [O] org-toggle-latex-fragment

2017-10-09 Thread Joseph Vidal-Rosset
Le lun. 09 oct. 2017 à 09:22:23 , Eric S Fraga a envoyé ce message: > On Monday, 9 Oct 2017 at 09:22, Joseph Vidal-Rosset wrote: >> I sent two days ago this message to John Kitchin, because I am a >> scimax user. I meet a problem with gnus when I want to export a png >> image: the comment « 48

Re: [O] Edit whole session with org-edit-src-edit

2017-10-09 Thread urkud
Hello, On October 8, 2017 10:40:09 PM EDT, "Berry, Charles" wrote: > >> On Oct 8, 2017, at 3:58 PM, Yury G. Kudryashov >wrote: >> >> Hello, >> >> I want to use orgmode for literate programming with Coq. >> I like the "edit in major mode" org-edit-src-edit feature, but it >> exports only the cu

[O] Clocktable Naming

2017-10-09 Thread Shawn Way
Is there a method for automatically naming a timeclock? For example, :name table1 to be used in the #+BEGIN line? This would allow the clocktable to be post processed using something like perl or python for in depth analysis. SHAWN WAY, P.E.

Re: [O] org-toggle-latex-fragment

2017-10-09 Thread Eric S Fraga
Joseph, can you please post a minimal org example that leads to the strange image, including any configuration changes that you have made to include the appropriate LaTeX code? -- : Eric S Fraga via Emacs 27.0.50, Org release_9.1.2-98-g0b8316-git signature.asc Description: PGP signature

Re: [O] org-open-at-point fails on internal links

2017-10-09 Thread Scott Otterson
> Scott Otterson writes: > >> When I click on an internal link to an anchor, I get the error message: >> >> "Wrong type argument: number-or-marker-p" The problem has something do do with org-mouse.el -- if I go to Emacs customize "Org Modules" and uncheck: "mouse: Additional mouse support" t

[O] org-clock-in only in current buffer

2017-10-09 Thread Julian M. Burgos
Dear org-moders, Until a recent update (or an unintended change in my configuration), I was able to clock in a task (org-clock-in) *without* org mode trying to find open clocks. I cannot figure out what changed, but now org-clock-in opens all my agenda buffers searching for open clocks, which is

Re: [O] org-toggle-latex-fragment

2017-10-09 Thread Joseph Vidal-Rosset
Thanks Eric for your kind and smart help. I have understood, thanks to you, what was my problem: in fact in my export settings, I mention some packages that are useful only when I want to export into the smf class. http://smf4.emath.fr/Publications/Formats/ that is a nice class to produce beautiful

[O] Custom tag exportation - Agenda export?

2017-10-09 Thread Pierre-Luc Gauthier
Praying : "Please let this first post of mine on this mailing list not be a duplicate…" Hi there, Is it possible to have agenda view templates to export a specific tag hierarchy with all the usual org-export options (e.g.: title, toc, LaTeX stuff, etc) ? I have about 30 or so tags in org-tag-per

[O] Fwd: Re: org-open-at-point fails on internal links

2017-10-09 Thread Kyle Meyer
[Forwarding because the list was dropped earlier in the thread but I didn't notice. Scott, please don't drop the list in your replies.] --- Begin Message --- Scott Otterson writes: > org-backward-paragraph() > org-inside-LaTeX-fragment-p() > org-footnote-in-valid-context-p() > org-foot

[O] Bug: syntax highlighting in ox-odt and emacs26+ broken [9.1.2 (9.1.2-elpa @ /home/jay/Code/tmp/emacs/lisp/org/)]

2017-10-09 Thread Jay Kamat
Hi Everyone, I think 'francisv' from the #org-mode irc channel found a interesting bug in emacs or org mode. I don't know enough about emacs to figure out exactly what's going on, so I'll provide as much information as I'm able to find out. orgmode syntax highlighting when exporting to ox-odt in

Re: [O] Bug: syntax highlighting in ox-odt and emacs26+ broken [9.1.2 (9.1.2-elpa @ /home/jay/Code/tmp/emacs/lisp/org/)]

2017-10-09 Thread Tim Cross
I'm not an org developer, but I did notice a message on the emacs-devel list a few days ago stating that Emacs 26 has updated to use org 9.1.1. As Emacs 26 is a moving target and this problem does not appear in the latest stable version i.e. 25.3, I would agree this is most likely due to a change

Re: [O] Bug: syntax highlighting in ox-odt and emacs26+ broken [9.1.2 (9.1.2-elpa @ /home/jay/Code/tmp/emacs/lisp/org/)]

2017-10-09 Thread Jay Kamat
Hi Tim, > My recommendation would be to confirm if the problem exists in the org > bundled with Emacs 26 (9.1.1) and if it is, report this on the emacs > devel list, making it clear the issue does not exist with emacs > 25.3. This will at least allow Emacs devel to note that something which > it i