Re: [O] How to wavy/double underline an org-mode link?

2017-07-24 Thread Sharon Kimble
Eric S Fraga writes: > On Saturday, 22 Jul 2017 at 10:35, Sharon Kimble wrote: > > [...] > >> I've found that I can underline each org-mode link by putting '_' before >> and after each link, which is then exported to a latex file and built >> into the pdf and does work. But, I

Re: [O] How to wavy/double underline an org-mode link?

2017-07-24 Thread Eric S Fraga
Glad you found a solution and thanks for posting it. -- : Eric S Fraga via Emacs 26.0.50, Org release_9.0.9-573-g09e612 signature.asc Description: PGP signature

Re: [O] Update to org-protocol-capture-html

2017-07-24 Thread Nikolay Kudryavtsev
I'm using 9.0 too. It's just that I'm also using Windows. Maybe it's the only platform where this happens. I even got the idea that you could use single slashes there from test-org-protocol.el, since the documentation for org-protocol is outdated. Weirdly some tests in test-org-protocol.el

Re: [O] org-plus-contrib, where is library-of-babel.org?

2017-07-24 Thread Kyle Meyer
"Thomas S. Dye" writes: > Rasmus writes: > >> Bastien Guerry writes: >> >>> The reason why this library-of-babel.org was not in Emacs is not >>> because of its lack of license. I guess it's because Carsten and >>> Eric didn't think of it as something that should

Re: [O] Different listing styles for same babel language?

2017-07-24 Thread Charles C. Berry
On Mon, 24 Jul 2017, Michael Gauland wrote: My org documents include lots of source code blocks, in a variety of languages. I use the listings package to give each language a distinctive look. Lately, my work has involved using shell commands on different machines, as different users. I'd like

Re: [O] Update to org-protocol-capture-html

2017-07-24 Thread Adam Porter
Nikolay Kudryavtsev writes: > I'm using 9.0 too. It's just that I'm also using Windows. Maybe it's > the only platform where this happens. Yeah, I haven't even tried org-protocol on Windows. When I'm in Windows I use the Cygwin version of Emacs, and there are

Re: [O] org-protocol documentation

2017-07-24 Thread Adam Porter
Colin Baxter writes: > I notice that your instructions give (require 'org-protocol). Does that > mean (setq org-modules (quote (org-protocol))) no longer works? No, that should work too, as long as that is run before Org is loaded. You may prefer to use the customize

[O] [PATCH] Specify the message digest for the OpenSSL commands for org-mobile.

2017-07-24 Thread Jeff Larson
org-mobile.el: fix the message digest as MD5 for compatibility across OpenSSL versions. OpenSSL switched to using SHA256 by default for symmetric encryption in version 1.1. Unfortunately that means that newer versions of the openssl command line tool can not decrypt encrypted org-mobile files

Re: [O] Different listing styles for same babel language?

2017-07-24 Thread Adam Porter
I don't know how to accomplish this, but I'm guessing that, if you wrote some code to change the style of individual code blocks, lots of people would find that useful. :)

[O] How to treat `' as code quote (~~).

2017-07-24 Thread Shiyao MA
Hi, I wanna quote function name. ~~ is really hard to type, and looks to obtrusive. Possible to add a new code quote as `'? I mean use ` ' to replace ~ ~. Best.

Re: [O] [PATCH] An amended to the enhance Org babel for scheme blocks

2017-07-24 Thread Nicolas Goaziou
Hello, "José L. Doménech" writes: > No, but I don't know what is the preferred format for the entries. So > instead of a patch i send the complete entries. OK. > * Scheme: new function: ~org-babel-scheme-table-or-string~ > > New helper function to convert the

Re: [O] Bug: clocktable interprets tstart/tend incorrectly, maybe? [9.0.9 (9.0.9-636-gd39ccc-elpaplus @ /tmp/emacs/.emacs.d/elpa/org-plus-contrib-20170709/)]

2017-07-24 Thread Nicolas Goaziou
Hello, Dale Sedivec writes: > Thank you as always Nicolas! You fixed the time zone for :tstart in > 60eda8e4ec4. However, I think the parsing of :tend (locally bound as te) > eight lines below that needs the same fix. Oops! Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] org-protocol documentation

2017-07-24 Thread Colin Baxter
Dear Adam, > "Adam" == Adam Porter writes: Adam> FYI, I have some instructions for setting up org-protocol at Adam> https://github.com/alphapapa/org-protocol-capture-html#org-protocol-instructions Adam> and https://stackoverflow.com/a/32851154 I notice that

Re: [O] [PATCH] An amended to the enhance Org babel for scheme blocks

2017-07-24 Thread José L. Doménech
On Sun, 23 Jul 2017 11:32:14 +0200, Nicolas Goaziou wrote: Hello > > Hello, > > "José L. Doménech" writes: > > > Thank you. Some comments follow. > > > :version "26.1" > :package-version '(Org . "9.1") > Done. > > (eq el '()) -> (null el) > Done. > > The

Re: [O] [PATCH] An amended to the enhance Org babel for scheme blocks

2017-07-24 Thread José L. Doménech
On Mon, 24 Jul 2017 12:06:09 +0200, Nicolas Goaziou wrote: > > Hello, > I made the changes suggested above and added a "TINYCHANGE" cookie at > the end of the commit message since I don't know I you signed the FSF > papers already. I you haven't, please consider doing it. > > Thank you! > >

Re: [O] ANN: org-super-agenda

2017-07-24 Thread Eric S Fraga
Thanks. This also looks rather useful. Will try it out soon (busy with deadlines at the moment and the current agenda view is already good enough to nag me about those ;-)). -- : Eric S Fraga via Emacs 26.0.50, Org release_9.0.9-573-g09e612 signature.asc Description: PGP signature

Re: [O] exporting inline source code with listings broken by color commands

2017-07-24 Thread Tyler Smith
Nicolas Goaziou writes: > Hello, > > Tyler Smith writes: > >> (setq org-latex-listings t >> org-latex-listings-options >> '(("backgroundcolor" "\\color[gray]{0.95}") > > This is incorrect. Per "listings" manual, a commend with an optional > argument needs to be