Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-25 Thread Kyle Meyer
Rasmus writes: > Kaushal Modi writes: [...] >> As a precaution that that does not repeat when emacs 26.x is released, >> should the org version in emacs master be synced with the now latest stable >> org version 9.0.4? > > Yes. We'd want at least one

Re: [O] Day agenda no longer shows timed events for some days

2017-01-25 Thread Jarmo Hurri
Nicolas Goaziou writes: > Hello, > > Jarmo Hurri writes: > >> Just pulled the newest version of Org from repo, and something broke in >> my day agenda. For _some days_ I no longer see any of my daily meetings >> and/or events. The timeline in which

Re: [O] Babel prolog not working

2017-01-25 Thread Lawrence Bottorff
I did an issue at https://github.com/ljos/ob-prolog. On Wed, Jan 25, 2017 at 9:38 PM, Thomas S. Dye wrote: > Aloha Lawrence, > > Lawrence Bottorff writes: > > > On my original system, as well on a built-from-scratch system, babel > prolog > > won't work for me. I've got latest

Re: [O] Babel prolog not working

2017-01-25 Thread Thomas S. Dye
Aloha Lawrence, Lawrence Bottorff writes: > On my original system, as well on a built-from-scratch system, babel prolog > won't work for me. I've got latest swi-prolog 7.4.0 installed, along with > Emacs 25.1.1, and org 9.0.4, along with ob-prolog 20170102.953, and prolog > (major mode) 1.22.

[O] Babel prolog not working

2017-01-25 Thread Lawrence Bottorff
On my original system, as well on a built-from-scratch system, babel prolog won't work for me. I've got latest swi-prolog 7.4.0 installed, along with Emacs 25.1.1, and org 9.0.4, along with ob-prolog 20170102.953, and prolog (major mode) 1.22. Anything I put in a code block, e.g., #+BEGIN_SRC

Re: [O] org-faq page on Worg seems busted

2017-01-25 Thread Nick Dokos
Version info just in case: GNU Emacs 26.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.20.9) of 2017-01-19 Org mode version 9.0.3 (release_9.0.3-241-gc3d67b @ /home/nick/elisp/org-mode/lisp/) -- Nick

[O] What would you like to see in the next MobileOrg iOS?

2017-01-25 Thread Sean Escriva
Hi fellow Org users, I'm the current maintainer of MobileOrg for iOS[1]. We've recently been working on a refreshed release of the current version of MobileOrg and it will be released soon as v1.7. After this release v1 will be in maintenance mode while we focus efforts on the next version.

Re: [O] Mobile org

2017-01-25 Thread Sean Escriva
Hey Paul, MobileOrg for iOS maintainer here. The issue you're facing is probably due to the deprecated v1 Dropbox API. The next MobileOrg release, v1.7, is soon to be released and will use new Dropbox APIv2. I can confirm from a few reports from TestFlight test users that it works well. Thanks

Re: [O] org-faq page on Worg seems busted

2017-01-25 Thread Nick Dokos
Nick Dokos writes: > The "Latest questions on SO" section at the beginning of > > http://orgmode.org/worg/org-faq.html > > shows literal HTML: > > src="

Re: [O] How to set the scheduled property programmatically?

2017-01-25 Thread Nicolas Goaziou
Hello, Michael Welle writes: > what is the correct way to set the property? I tried > > (org-entry-put pom "SCHEDULED" "<2017-01-01 Sun ++1w>") > > which results in > > SCHEDULED: <2017-01-01 Sun> > > As you can see, the 'repeater' is missing. Fixed. Thank you. Regards, --

Re: [O] Process substitution in babel [RESOLVED]

2017-01-25 Thread Joe Riel
On Mon, 16 Jan 2017 14:35:30 -0800 Joe Riel wrote: > Can one use process substitution in babel? > > #+BEGIN_SRC bash > comm <(ls) <(ls) > #+END_SRC > > I get an error > > Syntax error: "(" unexpected > The solution was to pull and install the latest version of org from

[O] org-faq page on Worg seems busted

2017-01-25 Thread Nick Dokos
The "Latest questions on SO" section at the beginning of http://orgmode.org/worg/org-faq.html shows literal HTML: http://feed2js.org//feed2js.php?src=http://stackoverflow.com/feeds/tag?tagnames=org-mode&sort=newest&chan=title&num=5&utf=y"; charset="UTF-8" type="text/javascript">

Re: [O] Can't install org-plus-contrib from org elpa

2017-01-25 Thread Kaushal Modi
On Wed, Jan 25, 2017 at 3:25 PM Lawrence Bottorff wrote: > I'm trying a clean install with this in my init.el > > (require 'package) > (add-to-list 'package-archives > '("melpa-stable" . "http://melpa-stable.milkbox.net/packages/;)) > Not related to your question, but this

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-25 Thread Eli Zaretskii
> From: Rasmus > Date: Wed, 25 Jan 2017 17:54:48 +0100 > Cc: emacs-de...@gnu.org > > What is the current status? I am a bit confused about the policy at this > point. I'm happy to try to update master to 9.0.4, but I was somehow > under the impression that we were waiting for a

[O] Can't install org-plus-contrib from org elpa

2017-01-25 Thread Lawrence Bottorff
I'm trying a clean install with this in my init.el (require 'package) (add-to-list 'package-archives '("melpa-stable" . "http://melpa-stable.milkbox.net/packages/;)) (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/;)) ;; Initialize all the ELPA packages (what is

[O] clock resolution bug

2017-01-25 Thread Samuel Wales
in recent maint: i get "clock start time is gone" pretty frequently. i do org-clock-cancel. this stops the clock but does not fix the dangling clock. to fix the dangling clock, i try clocking in or out. i then get clock resolution menu (k, K, etc.). which says at bottom: "For all these

Re: [O] extra paragraph in image export?

2017-01-25 Thread Matt Price
(I totally misread the patch, sorry. duh.) On Wed, Jan 25, 2017 at 11:59 AM, Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > >> So would the following patch fix the issue? > > > > Looks fine to me. > > > > Thanks! > > Applied. Thank you. > >

Re: [O] extra paragraph in image export?

2017-01-25 Thread Nicolas Goaziou
Hello, Rasmus writes: >> So would the following patch fix the issue? > > Looks fine to me. > > Thanks! Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-25 Thread Rasmus
Hi, Kaushal Modi writes: > I am aware that in emacs 26, there are plans to change the way in how > certain packages can be moved out of the emacs master and still can be > installed seamlessly using the tarballs of those. Indeed. > Currently the org-mode version in

Re: [O] Release 9.0.4

2017-01-25 Thread Andy Moreton
On Wed 25 Jan 2017, Joon Ro wrote: >> Will this get syncd to the emacs repo ? > >> The emacs master branch still has org 8.2.10. > > You might want to add the org repo if you want to get the latest version of > org. I have the following in my init.el file (org in addition to melpa): Thats not

[O] Sync up the org in emacs master to org maint branch?

2017-01-25 Thread Kaushal Modi
Hi all, I am aware that in emacs 26, there are plans to change the way in how certain packages can be moved out of the emacs master and still can be installed seamlessly using the tarballs of those. Currently the org-mode version in emacs master is 8.2.10 and that it too old (> 2 years, ref:

Re: [O] Release 9.0.4

2017-01-25 Thread Joon Ro
> Will this get syncd to the emacs repo ? > The emacs master branch still has org 8.2.10. You might want to add the org repo if you want to get the latest version of org. I have the following in my init.el file (org in addition to melpa): (when (>= emacs-major-version 24) (require

Re: [O] VM for org-based reproducible environment?

2017-01-25 Thread Rasmus
Matt Price writes: > I'm really interested in the gitlab-ci part of this -- can you describe? Here's a very simple example using Org to publish a website via gitlab-ci. https://gitlab.com/pages/org-mode > Do you think it will translate to travis on github?

Re: [O] extra paragraph in image export?

2017-01-25 Thread Rasmus
> So would the following patch fix the issue? Looks fine to me. Thanks! Rasmus -- The second rule of Fight Club is: You do not talk about Fight Club

Re: [O] Table formula from code block

2017-01-25 Thread Michael Welle
Hello, Eric S Fraga writes: > On Tuesday, 24 Jan 2017 at 14:14, Michael Welle wrote: >> ohschockschwerenot, I found it. I set org-confirm-babel-evaluate to a >> function that does look at the body of the code block and then decides >> if it should be executed without

Re: [O] extra paragraph in image export?

2017-01-25 Thread Rasmus
Hi, >> I'm not sure. Doesn't look like it to me -- I would instead have put: >> >> -(format "\n%s" contents) >> +(format "\n%s" contents) >> >> Because we never want the tag inside the figure. Isn't that right? > > I don't think so. When `org-html-html5-fancy' is non-nil,

Re: [O] Release 9.0.4

2017-01-25 Thread Andy Moreton
On Wed 25 Jan 2017, Bastien wrote: > Hi all, > > Org 9.0.4 is out now. > > Enjoy! Will this get syncd to the emacs repo ? The emacs master branch still has org 8.2.10. AndyM

Re: [O] empty search causes infinite loop?

2017-01-25 Thread Scott Randby
On 01/24/2017 04:36 PM, Pete Siemsen wrote: > I use Org mode version 8.2.10 under Aquamacs version 3.3 on Mac Sierra > 10.12.3. > > When I do "C-c a s" to search my org files for a keyword, it works > fine, except when I mistakenly search for nothing. In other words, if > when prompted for a

Re: [O] extra paragraph in image export?

2017-01-25 Thread Nicolas Goaziou
Hello, Matt Price writes: > I'm not sure. Doesn't look like it to me -- I would instead have put: > > -(format "\n%s" contents) > +(format "\n%s" contents) > > Because we never want the tag inside the figure. Isn't that right? I don't think so. When