Re: [O] Have SRC_BLOCK :padline accept numbers

2017-04-18 Thread Nicolas Goaziou
Hello, Daniel P Gomez writes: > I've amended the commit including the changes you've mentioned. > I did not change the following, though: > > (numberp (string-to-int padlines)) -> (string-match-p "\\`[0-9]+\\'" padlines) > > because that changed the behaviour of org-babel-tangle. Having a > stri

Re: [O] Bug: Stuck projects view reverts to tag match on refresh [9.0.5]

2017-04-18 Thread Nicolas Goaziou
Hello, Allen Li writes: > The stuck projects agenda view reverts to a tag match when it is > refreshed with r or g > > Example of original view: > > List of stuck projects: > Refile: Stuck > :refile::project: > > After refreshing: > >

Re: [O] Gnuplot and Windows

2017-04-18 Thread Bala Ramadurai
Thanks Eric for your reply. Yes, I installed gnuplot, gnuplot-mode and gnuplot.el. Still, I get this error. I fooled around with changing the variable gnuplot-program to windows notation of the PATH. I added gnuplot.exe to the $PATH variable as well. Still no luck Thanks Bala > > On Thursday, 1

Re: [O] ANN/RFC: ox-epub

2017-04-18 Thread Rasmus
Hi Mark, Mark Meyer writes: > I'll keep looking on how to best implement [math support]. Probably the default solution should be images. Do you think svg images would be an option? From here it seems it might generally work for at least epub-3. http://epubtest.org/testsuite/epub3/featur

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Eric S Fraga
On Monday, 17 Apr 2017 at 23:41, Adam Porter wrote: > Hi friends, > > I've posted another package which you might find useful: > > https://github.com/alphapapa/org-sticky-header Interesting and seems to work well overall. One minor point: for some reason, the contents of the header line are shift

Re: [O] Bug: Image export with link does not support query delimiter [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/25.2/lisp/org/)]

2017-04-18 Thread Damien Cassou
Hi Nicolas, Nicolas Goaziou writes: Given this org file [[http://foo.com][https://foo.com/badge.svg]] [[http://foo.com][https://foo.com/badge.svg?branch=master]] [...] I was expecting both outputs to be figures with an image. It seems that the query "?branch=master" at the end of

Re: [O] Bug: Image export with link does not support query delimiter [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/25.2/lisp/org/)]

2017-04-18 Thread Damien Cassou
Damien Cassou writes: thanks for the suggestion. I have tried several ways to specify a value for this variable inside the file but failed to make the export change in any way. I can't change the value of the file in my .emacs.d as I expect github's org engine to take care of exporting th

Re: [O] Bug: Image export with link does not support query delimiter [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/25.2/lisp/org/)]

2017-04-18 Thread Nicolas Goaziou
Hello, Damien Cassou writes: > thanks for the suggestion. I have tried several ways to specify > a value for this variable inside the file but failed to make the > export change in any way. I succeeded with #+bind: org-html-inline-image-rules (("http" . "\\.foo\\'")) * Test [[http://or

Re: [O] Merge 9.0.5 to emacs master?

2017-04-18 Thread Kaushal Modi
On Mon, Feb 13, 2017, 1:40 PM Kyle Meyer wrote: > Rasmus writes: > > [...] > > > I think we have discussed it before, but the best way seems to just copy > > the Org tree to the Emacs tree, right? > > Given the current setup, I think copying the files is best. I've > already resolved the confli

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Carsten Dominik
Hi Adam, this is great, I love it! I am wondering if you would consider the possibility to show on only the most recent heading, but, space permitting, the outline path - maybe in reverse order as to keep the sticky heading itself in the left-most column. Something like *** current level | ** l

Re: [O] Gnuplot and Windows

2017-04-18 Thread Eric S Fraga
On Tuesday, 18 Apr 2017 at 10:09, Bala Ramadurai wrote: > Thanks Eric for your reply. > > Yes, I installed gnuplot, gnuplot-mode and gnuplot.el. Still, I get > this error. I fooled around with changing the variable gnuplot-program > to windows notation of the PATH. I added gnuplot.exe to the $PATH

Re: [O] ANN: org-sticky-header

2017-04-18 Thread John Kitchin
Indeed, very cool! The spacing seems to come in here: (defun org-sticky-header--fetch-stickyline () "Make the heading at the top of the current window sticky. Capture its heading line, and place it in the header line. If there is no heading, disable the header line." (save-excursion (goto

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Carsten Dominik
Hahaha, stupid me, full outline path is already implemented. Excellent. Carsten On Tue, Apr 18, 2017 at 3:51 PM, John Kitchin wrote: > Indeed, very cool! > > The spacing seems to come in here: > > (defun org-sticky-header--fetch-stickyline () > "Make the heading at the top of the current win

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Kaushal Modi
On Tue, Apr 18, 2017 at 9:30 AM Carsten Dominik wrote: > Hi Adam, > > this is great, I love it! > > I am wondering if you would consider the possibility to show on only the > most recent heading, but, space permitting, the outline path - maybe in > reverse order as to keep the sticky heading itse

Re: [O] Handling custom link types for html export in v 9.0 - Replacement for deprecated `org-add-link-type`?

2017-04-18 Thread John Kitchin
You can find a many examples of the new link syntax here: http://kitchingroup.cheme.cmu.edu/blog/2016/11/04/New-link-features-in-org-9/ You will probably be able to reuse much of your old code and this: (org-link-set-parameters "img" :follow (your-old-follow-code) :export (your-old-expo

Re: [O] Gnuplot and Windows

2017-04-18 Thread Jonathan Leech-Pepin
On 18 April 2017 at 09:26, Eric S Fraga wrote: > On Tuesday, 18 Apr 2017 at 10:09, Bala Ramadurai wrote: > > Thanks Eric for your reply. > > > > Yes, I installed gnuplot, gnuplot-mode and gnuplot.el. Still, I get > > this error. I fooled around with changing the variable gnuplot-program > > to wi

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Eric S Fraga
On Tuesday, 18 Apr 2017 at 13:55, Carsten Dominik wrote: > Hahaha, stupid me, full outline path is already implemented. It is indeed but it would still be nice to have it in reverse order, as you suggested in an earlier post. My top level headline overwhelms the header... -- Eric S Fraga (GnuPG

Re: [O] ANN/RFC: ox-epub

2017-04-18 Thread Mark Meyer
I will look into Image Export. Cheers, Mark On Tue, Apr 18, 2017, at 12:47, Rasmus wrote: > Hi Mark, > > Mark Meyer writes: > > > I'll keep looking on how to best implement [math support]. > > Probably the default solution should be images. Do you think svg images > would be an option? Fro

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Leslie Watter
I really liked it. I'm editing a huge document and it helps a lot having the clue in which header I am! Thanks LEslie On Tue, Apr 18, 2017 at 2:22 PM, Eric S Fraga wrote: > On Tuesday, 18 Apr 2017 at 13:55, Carsten Dominik wrote: > > Hahaha, stupid me, full outline path is already implemented.

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
Carsten Dominik writes: Hi Carsten, > I am wondering if you would consider the possibility to show on only > the most recent heading, but, space permitting, the outline path - > maybe in reverse order as to keep the sticky heading itself in the > left-most column. That's a great idea, I will ad

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
Eric S Fraga writes: > It is indeed but it would still be nice to have it in reverse order, as > you suggested in an earlier post. My top level headline overwhelms the > header... Will fix that right away, thanks!

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
Eric Abrahamsen writes: > I love it! I've wanted something like this for long text files for ages > -- this scratches a very old itch. Thanks for doing this, and I'll > report back with issues, though it's work great so far. Thanks, Eric, I'm glad it's useful for you. :)

[O] :noweb-ref property inheritance failure?

2017-04-18 Thread D Bro
Both 26.0 and 25.1 on OS X 10.12 via homebrew, using the Spacemacs configuration. I recently tried the weaving technique from http://orgmode.org/manual/noweb_002dref.html#noweb_002dref : * Create #+NAME: TestDemo2 #+BEGIN_SRC java :

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
John Kitchin writes: Hi John, > Maybe the three spaces should be stored in a defcustom. I like no spaces > personally. Yep, I will put it in an option right away. Thanks.

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
Thanks for your feedback, everyone. I've just pushed some updates that add options for the prefix and reversing the path display. Please let me know if you have any other ideas or issues.

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
Eric S Fraga writes: > One minor point: for some reason, the contents of the header line are > shifted to the right by one character so there's a little dissonance. > I use org-indent-mode in case that matters. Hi Eric, Oops, for some reason this message wasn't threaded and I missed it. I was

Re: [O] :noweb-ref property inheritance failure?

2017-04-18 Thread Charles C. Berry
On Tue, 18 Apr 2017, D Bro wrote: Both 26.0 and 25.1 on OS X 10.12 via homebrew, using the Spacemacs configuration. I recently tried the weaving technique from http://orgmode.org/manual/noweb_002dref.html#noweb_002dref : [snip]

Re: [O] :noweb-ref property inheritance failure?

2017-04-18 Thread D Bro
Many thanks—especially for the quick response. Unfortunately, no go. The headline was a copy and paste issue into the email — my org-lint only complains about the :classname (I didn’t even know about org-lint, thank you!) Export to Ascii produces: … 1 Create , | <> `

Re: [O] Handling custom link types for html export in v 9.0 - Replacement for deprecated `org-add-link-type`?

2017-04-18 Thread Milan Zimmermann
Great, thanks very much John. As a minor note I had to make a slight change (org-link-set-parameters "img" :follow 'org-custom-link-img-follow ; my old code :export 'org-custom-link-img-export) ; my old code And then it works equivalent with the previous version in 8. Thanks Milan P

Re: [O] :noweb-ref property inheritance failure?

2017-04-18 Thread D Bro
PS I verified that in addition to org-use-property-inheritance, I have org-babel-use-quick-and-dirty-noweb-expansion set to nil, since the documentation and mailing list indicate that’s not compatible with property inheritance. It’s good (and bad :) to know it’s just my config, based on it wor

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Carsten Dominik
Hi Adam, thanks for adding the option to reverse the outline path. Great thinking about using a different separator for the reversed path! It mostly works - however, if the window is too narrow, the abbreviation ellipses are now applied to the most recent heading instead of to the last one shown

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Carsten Dominik
Hi Adam, and just after I send this, I now see that the faces of the headings in the path are now wrong - so you probably already had gone down this path. Sorry for the noise, need to come up with something better. Carsten On Wed, Apr 19, 2017 at 7:46 AM, Carsten Dominik wrote: > Hi Adam, > >

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Carsten Dominik
Hi Adam, here is a new patch with does do this correctly. Cheers Carsten On Wed, Apr 19, 2017 at 7:52 AM, Carsten Dominik wrote: > Hi Adam, > > and just after I send this, I now see that the faces of the headings > in the path are now wrong - so you probably already had gone down > this path.