Re: [O] Bizarre gnuplot file creation error

2017-11-16 Thread Eric S Fraga
On Thursday, 16 Nov 2017 at 22:40, Nicolas Goaziou wrote: > Hello, > > Eric S Fraga writes: > >> The proper solution would be to update ob-gnuplot to change the working >> directory at every invocation of gnuplot to be the directory where the >> org file is found. (gnuplot has a "cd" command for

[O] Public TODO agendas

2017-11-16 Thread David Arroyo Menendez
Hello, I would like share my public agenda and read public agendas of another worgers, perhaps we can share our agendas in a git repository, or from different sources linked from worgers.org. Are there more people interested in this idea? Thanks in advance!

[O] missing requires for Gnus macros in org-gnus?

2017-11-16 Thread Eric Abrahamsen
I thought I should flag up this bug report here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29329 The basic problem being, org-gnus.el uses a bunch of Gnus macros, but doesn't require the relevant Gnus libraries when compiling. BUT! No error is raised when compiling Org using "make", so there

Re: [O] [PATCH] ox.el: Define subtitle macro

2017-11-16 Thread Rasmus
Jens Lechtenboerger writes: > the attached patch adds a subtitle macro with documentation. AFAIK it’s already added to the backends where it makes sense. It’s not a basic keyword like "#+author". It should be documented under the relevant backends that support it. Rasmus -- Governments shou

Re: [O] [PATCH]: Fix ob-haskell.el to work with custom ghci prompts

2017-11-16 Thread Doro Rose
Nicolas Goaziou writes: > Doesn't this kind of configuration ultimately belongs to the user? Org > is not supposed to mess with `haskell-prompt-regexp' in the current > buffer, IMO."Doesn't this kind of configuration ultimately belongs to the > user? Org I figured, since I'm only adding another

[O] Stable 9.1.3 demands explicit empty string in (file) as capture target

2017-11-16 Thread Umbromancer
Hi, This may be intended, but before it was possible (and there is a lot of code and examples in the wild) to have a capture template element such as: (setq org-default-notes-file "~/Documents/orgfiles/inbox.org") (setq org-capture-templates '(("t" "Todo" entry (file) "* TOD

Re: [O] Org emphasis markers inside src blocks causes incorrect fontification

2017-11-16 Thread Kaushal Modi
On Thu, Nov 16, 2017 at 4:47 PM Nicolas Goaziou wrote: > At the moment, my suggestion would be to not mess with > `org-emphasis-regexp-components'. > I stayed away from messing with that for the longest time, until a bug got into me to always auto-fill the Org files (as it makes it easier to rea

Re: [O] Org emphasis markers inside src blocks causes incorrect fontification

2017-11-16 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I increase the number of consecutive lines to be parsed for Org emphasis to > 20 lines using: > > = > (setcar (nthcdr 4 org-emphasis-regexp-components) 20) ;Up to 20 lines, > (org-set-emph-re 'org-emphasis-regexp-components > org-emphasis-regexp-components) >

Re: [O] Bizarre gnuplot file creation error

2017-11-16 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > The proper solution would be to update ob-gnuplot to change the working > directory at every invocation of gnuplot to be the directory where the > org file is found. (gnuplot has a "cd" command for this purpose) Would you like to propose a patch for that? BTW shou

Re: [O] [PATCH]: Fix ob-haskell.el to work with custom ghci prompts

2017-11-16 Thread Nicolas Goaziou
Hello, Doro Rose writes: > I noticed that ob-haskell.el doesn't support custom ghci prompts at present. > Custom ghci prompts such as "λ>" are quite popular in the haskell community, > see for example > > https://stackoverflow.com/questions/42081379/how-to-set-up-org-babel-for-haskell-with-stac

Re: [O] mentioning EXPORT_LATEX_HEADER in the latex header info node

2017-11-16 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > The LaTeX header and sectioning structure info node talks about > LATEX_HEADER and LATEX_HEADER_EXTRA. Maybe it could mention the EXPORT > version as well, as is done for the LATEX_CLASS_OPTION. Since adding "EXPORT_" prefixed version of all keywords could be overw

Re: [O] Beginner installing org-mode 9.1.2 from git fails on homebrew emacs-mac

2017-11-16 Thread Tim Cross
That error you see re: missing cl-lib is an error I have seen because the system is getting confused over emacs versions. Essentially, somewhere in the scripts, a call is being made to 'emacs' and it is finding the old /usr/bin/emacs rather than the one you have installed with homebrew. I have fo

[O] Org emphasis markers inside src blocks causes incorrect fontification

2017-11-16 Thread Kaushal Modi
Hello, I increase the number of consecutive lines to be parsed for Org emphasis to 20 lines using: = (setcar (nthcdr 4 org-emphasis-regexp-components) 20) ;Up to 20 lines, (org-set-emph-re 'org-emphasis-regexp-components org-emphasis-regexp-components) = With that set, I see that equal

Re: [O] Beginner installing org-mode 9.1.2 from git fails on homebrew emacs-mac

2017-11-16 Thread Umbromancer
Solved. I was successful following the same steps using homebrew emacs-plus (https://github.com/d12frosted/homebrew-emacs-plus) instead of homebrew emacs-mac (https://github.com/railwaycat/homebrew-emacsmacport). So it seems this must be an issue with the railwaycat distro or its homebrew formula.

Re: [O] Issue with org git repo and/or worg?

2017-11-16 Thread Kaushal Modi
On Thu, Nov 16, 2017, 8:35 AM Bastien Guerry wrote: > Hi Kaushal, > > I can pull/push for org-mode and worg correctly, I'm not sure what > could be wrong on the server, nothing changed in a while. > Thanks for checking. Can you also check if my last commit failed worg build? Shouldn't that com

[O] [PATCH] ox.el: Define subtitle macro

2017-11-16 Thread Jens Lechtenboerger
Hi there, the attached patch adds a subtitle macro with documentation. Best wishes Jens >From 3f54f515847f1f3034274d79fff6cfd1f92c72a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Lechtenb=C3=B6rger?= Date: Thu, 16 Nov 2017 15:03:33 +0100 Subject: [PATCH] Define and document subtitle macro

Re: [O] Issue with org git repo and/or worg?

2017-11-16 Thread Bastien Guerry
Hi Kaushal, I can pull/push for org-mode and worg correctly, I'm not sure what could be wrong on the server, nothing changed in a while. Hope you can find a solution! -- Bastien

[O] Issue with org git repo and/or worg?

2017-11-16 Thread Kaushal Modi
Hello, I was unable to pull from the orgmode.org git repo via http. Later in the day I made one commit to the worg git repo. But that change hasn't yet been published on worg. I am assuming that the org and worg repos are hosted from the same machine? If so, something not right with the served g

Re: [O] How to use case sensitive org-search-view?

2017-11-16 Thread Alain . Cochard
Nicolas Goaziou writes on Wed 15 Nov 2017 15:02: > Thinking about it, we may simply drop `org-occur-case-fold-search' and > use `search-upper-case' wherever that makes sense. > > So far, "wherever that makes sense" includes: > - `org-occur' > - `org-search-view' > - what else? I take it t