[O] source block name contains "call"

2017-03-17 Thread Skip Collins
I am editing some Perl. When I export any source block that includes the word "call" in the name, it causes the verbatim formatting to be dropped. This happens with both html and latex exports. The problem does not seem to be limited to Perl. A minimal example: * foo #+name: call_foo #+begin_src p

Re: [O] parsing of emphasis versus links

2017-03-17 Thread John Kitchin
I can not reproduce all the things you report. I think part of the problem is [calc:]. I have to have at least two characters of path to get a link that is colored. Eric S Fraga writes: > Hello, > > I have been playing with using embedded calc equations in org mode. I > have tried filters and w

Re: [O] Viewing pdf images

2017-03-17 Thread Doyley, Marvin M.
Doesn’t work. Emacs just Hangs :( > On Mar 17, 2017, at 8:43 AM, Norwid Behrnd wrote: > > > To include and display pdf files, perhaps the setup outlined here is > still working (dates back 2014...) > > https://urldefense.proofpoint.com/v2/url?u=http-3A__emacs.stackexchange.com_questions_390_dis

[O] Viewing pdf images

2017-03-17 Thread Doyley, Marvin M.
Hi there, For manuscripts, my research group and I typically save images in pdf format, much better resolution. It would be nice to view pdf images when working in org-mode. Does anybody know how to view pdf images in org-mode. Thanks, M PS We also work with svg images too, that would also lo

Re: [O] ox-epub

2017-03-17 Thread Rasmus
Hi, Nicolas Goaziou writes: > Nowadays, moving a package to contrib/ only makes sense if it is meant > to ultimately be included in core. Otherwise, GNU ELPA is just as fine. An exporter is core is much more useful IMO, but I’m a big fan of batteries included. > As Rasmus pointed out, document

Re: [O] [patch, ox-latex] captions and latex-environments

2017-03-17 Thread Rasmus
Hi, Thanks for the feedback. Nicolas Goaziou writes: >> +(defun org-latex-environment--type (latex-environment) > > It should be `org-latex--environment-type'. Yes. > I'd rather avoid using `org-latex-regexps', which predates the parser. > A hard-coded regexp is better. OK. >> + (env (

Re: [O] query about past scheduled events display in agenda

2017-03-17 Thread Eric S Fraga
On Thursday, 16 Mar 2017 at 20:08, Nicolas Goaziou wrote: > However, isn't the current behaviour the right one? I meant, in the > given example, it was scheduled once "yesterday", so it is really the > second time it is scheduled today, hence the "2x". > > Another way to look at it is by some slop

Re: [O] query about past scheduled events display in agenda

2017-03-17 Thread Eric S Fraga
On Friday, 17 Mar 2017 at 07:42, Nicolas Goaziou wrote: > Hello, > > Detlef Steuer writes: > >> Sure, if you read it as 2x scheduled it is correct. >> >> I read it as 1x re-scheduled or 1x overdue. >> But: Just cosmetics. For me the second way looks more natural. > > Fair enough. This is now fixed

Re: [O] How do you store web pages for reference?

2017-03-17 Thread Alan Schmitt
On 2017-03-16 09:04, Bob Newell writes: > Scott Otterson writes: > >> I use Evernote, which has handy annotation, tagging, and search > > I use this also, but I wanted something working within Emacs similar to > the Evernote web-clipper. Org-board is very powerful but requires an > intermediate

Re: [O] [ANN] New Org duration library

2017-03-17 Thread Nicolas Goaziou
Hello, Malcolm Purvis writes: >> "Nicolas" == Nicolas Goaziou writes: > > Nicolas> The documentation lists what is allowed. Strings are not. Where > Nicolas> did you read that they might be? For the record, here are the > Nicolas> first paragraphs of the docstring: > > Nicolas> The value

Re: [O] org-publish issue

2017-03-17 Thread Nicolas Goaziou
Hello, Bob Newell writes: > Okay, solved, but it does point to a problem. I had misspellings in the > project names. So this happens: > > ("generalweb" :components ("generalimages" "generalother" "generalorg")) > > "generalimages" is processed. "generalother" isn't found because of a > misspelli

Re: [O] query about past scheduled events display in agenda

2017-03-17 Thread Nicolas Goaziou
Hello, Detlef Steuer writes: > Sure, if you read it as 2x scheduled it is correct. > > I read it as 1x re-scheduled or 1x overdue. > But: Just cosmetics. For me the second way looks more natural. Fair enough. This is now fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] org-bbdb-anniversaries-future

2017-03-17 Thread Nicolas Goaziou
Hello, Michael Welle writes: > *** More specific anniversary descriptions > > Anniversary descriptions (used in the agenda view, for instance) > include the point in time, when the anniversary appears. This is, > in its most general form, just the date of the anniversary. Or > more specific te

Re: [O] [patch, ox-latex] captions and latex-environments

2017-03-17 Thread Nicolas Goaziou
Hello, Rasmus writes: > The patch looks a bit dodgy, maybe because I used magit, which I don’t > really understand, instead of the shell. I have attached it anew. Thank you. Some comments follow. > +(defun org-latex-environment--type (latex-environment) It should be `org-latex--environment-ty