Re: [O] ob-octave.el raise error after execute src block

2018-03-22 Thread Eric S Fraga
On Friday, 23 Mar 2018 at 07:55, stardiviner wrote: > I got the following error after executing src block: > > ``` > > error: invalid call to script /usr/share/octave/4.2.2/m/help/ans.m I see the same. Not sure why this is happening but you can fix it but adding any line after the saveas statemen

[O] ob-octave.el raise error after execute src block

2018-03-22 Thread stardiviner
I got the following error after executing src block: ``` error: invalid call to script /usr/share/octave/4.2.2/m/help/ans.m ``` Here is my code: #+begin_src octave :results file :dir "data/images" :file "figure1.png" clf ();surf (peaks);saveas (1,"figure1.png");#+end_src

Re: [O] Connecting to Org ELPA via an HTTP proxy from Emacs 25 and older

2018-03-22 Thread Keshav Kini
On 03/20/2018 04:27 PM, Bastien wrote: > Hi Keshav and Roland, > > I was not aware the redirection could cause such a problem. > > Both http://orgmode.org and https://orgmode.org should now > work, let me know if this fixes your issue. Yup, it works fine now. Thanks for the fix! -Keshav

Re: [O] cautionary tale: avoid creating/using a macro called "title"

2018-03-22 Thread Eric S Fraga
On Thursday, 22 Mar 2018 at 14:28, Nicolas Goaziou wrote: > I can reproduce the freeze on master. I will have a look at it whenever > I get some spare time, i.e., hopefully this night. Thank you! Great to know I am not going completely mad ;-) -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.

Re: [O] cautionary tale: avoid creating/using a macro called "title"

2018-03-22 Thread Nicolas Goaziou
Hello, Bastien writes: > Eric S Fraga writes: > >> Interestingly, although I have updated org and the log says that 8 hours >> ago you created the 9.1.8 release, the org version is still 9.1.6. > > I hate to suggest this, but could there be something wrong in your > installation? > >> In any ca

Re: [O] cautionary tale: avoid creating/using a macro called "title"

2018-03-22 Thread Eric S Fraga
On Thursday, 22 Mar 2018 at 12:23, Kaushal Modi wrote: > > Org is probably getting loaded before you tweak the load paths. e.g. emacs > -Q foo.org would do that. That version looks like the one that's on > emacs-26/master branch of Emacs. Thank you. What is the number after the 9.1.6- in the org

Re: [O] [ANN] ob-elvish: org-babel support for Elvish code

2018-03-22 Thread Diego Zamboni
Hi Bastien, Elvish is still little known, but extremely nice and powerful. It has been my shell of choice for a few months now, and I'm always happy to let others know about it. If you are interested, here's my config file, which you can use as a starting point or for examples (written with org-m

[O] Bug: Multiple tag selection broken on maint

2018-03-22 Thread Alex Branham
I'm tracking maint. With the following file: #+BEGIN_EXAMPLE #+TAGS: office(c) car(C) * one #+END_EXAMPLE Doing C-c C-q on the "one" heading will not let me set both office and car tags. They are highlighted in the little selection popup, but only the last one selected actually gets added.

Re: [O] cautionary tale: avoid creating/using a macro called "title"

2018-03-22 Thread Kaushal Modi
On Thu, Mar 22, 2018, 8:14 AM Eric S Fraga wrote: > > If I emacs -Q and make sure the load path points to the git version of > org, it doesn't work. When I do so, I have > > Org mode version 9.1.6 (release_9.1.6-341-g3a4fd3 @ > /home/ucecesf/git/org-mode/lisp/) > Org is probably getting loa

Re: [O] cautionary tale: avoid creating/using a macro called "title"

2018-03-22 Thread Eric S Fraga
On Thursday, 22 Mar 2018 at 10:43, Bastien wrote: > I hate to suggest this, but could there be something wrong in your > installation? Hi Bastien, don't hesitate at all to suggest this! There's always that possibility. :-( I don't think I have a mixed installation although I'm not sure how to v

Re: [O] cautionary tale: avoid creating/using a macro called "title"

2018-03-22 Thread Bastien
Hi Eric, Eric S Fraga writes: > Interestingly, although I have updated org and the log says that 8 hours > ago you created the 9.1.8 release, the org version is still 9.1.6. I hate to suggest this, but could there be something wrong in your installation? > In any case, no worries as simply cha

Re: [O] cautionary tale: avoid creating/using a macro called "title"

2018-03-22 Thread Eric S Fraga
On Thursday, 22 Mar 2018 at 09:34, Bastien wrote: > Yes it works both with my configuration and with emacs -Q here, with > GNU Emacs 27.0.50 (build 51, i686-pc-linux-gnu) and Org mode version > 9.1.8. Very strange. Just tried with emacs -Q, org up to date from git, and it still doesn't work for m

Re: [O] cautionary tale: avoid creating/using a macro called "title"

2018-03-22 Thread Eric S Fraga
On Thursday, 22 Mar 2018 at 09:34, Bastien wrote: > Yes it works both with my configuration and with emacs -Q here, with > GNU Emacs 27.0.50 (build 51, i686-pc-linux-gnu) and Org mode version > 9.1.8. Interesting. So obviously something in my configuration. Sigh. I may be gone some time :-) Th

Re: [O] cautionary tale: avoid creating/using a macro called "title"

2018-03-22 Thread Bastien
Hi Eric, thanks for the time you took for an example. Eric S Fraga writes: > I have not tried with emacs -Q. I will do so if this example works fine > for you. Yes it works both with my configuration and with emacs -Q here, with GNU Emacs 27.0.50 (build 51, i686-pc-linux-gnu) and Org mode ver

[O] Release 9.1.8

2018-03-22 Thread Bastien
Hi all, Org 9.1.8, a bugfix release, is out. Enjoy! -- Bastien

Re: [O] Bug: Matching tags: results incomplete when mixing group tags and their ancestors [9.1.7 (9.1.7-12-g74f6ed-elpaplus @ /home/martin/.emacs.d/elpa/org-plus-contrib-20180305/)]

2018-03-22 Thread Bastien Guerry
Hi Martin, applied with a slight change in the changelog message, as we ought to avoid commit references there. Such references are fine at the bottom of the message though. Thanks! -- Bastien