Re: [O] New Chrome Extension

2015-07-07 Thread Konstantin Kliakhandler
Great - the %i is what gets interpolated into the pasted text. If you don't specify a template letter, as in the setup pages, then the link is sent to the same place as it would by org-store-link (C-c l if you use the suggested bindings). Personally, I find it less useful in my workflow, as I

Re: [O] New Chrome Extension

2015-07-07 Thread Konstantin Kliakhandler
Hello Ken, The first user, hurrah! You were right to add the capture templates - I will update the docs to be more clear about that. I think the first thing to add to the extension now that it is in the open is to add configuration for the targets... Here are the templates that I use (I need to

Re: [O] New Chrome Extension

2015-07-07 Thread Ken Mankoff
Selected text works with your capture templates. Thanks for sending them. FYI I notice the test on the org-protocol.el setup pages uses this: document.location.href='org-protocol://capture://'+makeUrl(); While yours uses: capture:/L/... If you don't specify L or c then would it let me choose

Re: [O] Time-zone in dates

2015-07-07 Thread Don Armstrong
On Wed, 01 Jul 2015, Michael Brand wrote: On Wed, Jul 1, 2015 at 8:27 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Tuesday, 30 Jun 2015 at 11:08, Nick Dokos wrote: In what way are you losing information? Sorry, should have been clear: the time zone information itself. By reducing to

Re: [O] New Chrome Extension

2015-07-07 Thread Ken Mankoff
On 2015-07-07 at 12:16, Ken Mankoff mank...@gmail.com wrote: Hi Konstantin, On 2015-07-07 at 11:44, Konstantin Kliakhandler ko...@slumpy.org wrote: I wrote up a small chrome extension for org-protocol. Comments, improvements and positive criticism are all welcome. Thanks for making this. I

Re: [O] ox-latex: default packages cleaning

2015-07-07 Thread Eric S Fraga
On Tuesday, 7 Jul 2015 at 16:53, Rasmus wrote: Hi, We could do some cleaning of org-default-package-alist before Org 8.3. Rasmus, I'm happy with all of your suggested removals. -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-1260-gcedef7

[O] New Chrome Extension

2015-07-07 Thread Konstantin Kliakhandler
Hello everyone, I wrote up a small chrome extension for org-protocol. Comments, improvements and positive criticism are all welcome. The code is available at https://github.com/sprig/org-capture-extension The extension can be installed from

Re: [O] ox-latex: default packages cleaning

2015-07-07 Thread Suvayu Ali
Hi Rasmus, On Tue, Jul 07, 2015 at 04:53:35PM +0200, Rasmus wrote: If it's a means to archive high-quality paragraphs, maybe microtype is probably the 'proper' fix... I would like to second microtype. In fact as far as I know, now a days it is recommended to load that for almost all

[O] HTML/images zipped projects

2015-07-07 Thread Robert Klein
Hello, I looked further into this and now have a way to create archives of projects. I provide two functions for use in projects preparation and completion functions (for a project of component projects the former is to be used in the first projects preparation function and the latter in the

Re: [O] ox-latex: default packages cleaning

2015-07-07 Thread Rasmus
Suvayu Ali fatkasuvayu+li...@gmail.com writes: I would like to second microtype. In fact as far as I know, now a days it is recommended to load that for almost all documents with significant text on TeX.SX. It's easy enough to add and we should keep the default minimal. Though microtype is

Re: [O] HTML/images zipped projects

2015-07-07 Thread Rasmus
Robert Klein rokl...@roklein.de writes: For single file export (cf. the ox-htmlzip example I sent earlier) I have some ideas, but haven't implemented them yet (Vaidheeswaran C's comment about epub being close to zip hit a nerve, so I'll take a shot at extending it to an epub exporter.. BTW:

Re: [O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-07 Thread Robert Klein
On Tue, 07 Jul 2015 14:47:49 +0200 Rasmus ras...@gmx.us wrote: I can reproduce it: [...] Me too. I think ox-latex.el needs to require org-table. ... When I require org-table in ox-latex.el the export works. I added a autoload cookie for the relevant regexp in be019c4339. It

Re: [O] New Chrome Extension

2015-07-07 Thread Ken Mankoff
Hi Konstantin, On 2015-07-07 at 11:44, Konstantin Kliakhandler ko...@slumpy.org wrote: I wrote up a small chrome extension for org-protocol. Comments, improvements and positive criticism are all welcome. Thanks for making this. I just set up org-protocol and pass the install test on that

Re: [O] Time-zone in dates

2015-07-07 Thread Russell Adams
On Wed, Jul 01, 2015 at 12:22:43PM +0100, Eric S Fraga wrote: Michael, thanks for some brilliant use cases! I particularly like the single event (a flight) that requires more than one time zone to make sense. My diary is chock full of cases where it looks like a flight out somewhere takes

[O] [ox bug] batch export seems to be broken or have changed

2015-07-07 Thread Rasmus
Hi, I used to be able to something like emacs -Q --file foo.org --batch --no-init-file -f org-latex-export-to-pdf # tex output And everything would work. Now I get something like emacs -Q --file foo.org --batch --no-init-file -f org-latex-export-to-pdf Output file:

[O] [PATCH] ox-odt; make author and date lines optional

2015-07-07 Thread Matt Price
Hi, The simple attached patch adds 2 defcustoms to org-odt, allowing the author and date lines to be suppressed in the exported file. I have wnated this for a really long time, so submitting to the group in cas other people also want it. I would have liked to add this as an option but don't

Re: [O] ox-latex: default packages cleaning

2015-07-07 Thread Rasmus
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Yes, but polyglossia is recommended. In the interest of minimal work on the part of Org, this could just be ignored. I don't think we add babel anyway, or do we? I thought we did, but we don't. Anyway, babel works across different tex backends

[O] [PATCH]: ox-deck

2015-07-07 Thread Matt Price
Do patches for contrib go to the list? this fixes export of checkbox list items when they are part of a deck.js build within a slide. From dacc39e25f86ddf0cfda5693a4ace3a26cf31e73 Mon Sep 17 00:00:00 2001 From: Matt Price matt.pr...@utoronto.ca Date: Tue, 7 Jul 2015 17:53:03 -0400 Subject: [PATCH]

Re: [O] [PATCH] ox-odt; make author and date lines optional

2015-07-07 Thread Rasmus
Matt Price mopto...@gmail.com writes: The simple attached patch adds 2 defcustoms to org-odt, allowing the author and date lines to be suppressed in the exported file. I have wnated this for a really long time, so submitting to the group in cas other people also want it. Can you explain

Re: [O] problem with ox-pandoc export

2015-07-07 Thread Rasmus
Fabrice Popineau fabrice.popin...@supelec.fr writes: You are right. I'm curious to see which route is the easiest. I'll try very soon. BTW you might also try tex4ebook, in which case you can go via ox-latex.el. Rasmus -- If you can mix business and politics wonderful things can happen!

Re: [O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-07 Thread Rasmus
I can reproduce it: [...] Me too. I think ox-latex.el needs to require org-table. ... When I require org-table in ox-latex.el the export works. I added a autoload cookie for the relevant regexp in be019c4339. It solves the problem for me. Rasmus -- Don't panic!!!

Re: [O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-07 Thread Robert Klein
On Mon, 06 Jul 2015 22:34:35 -0400 Nick Dokos ndo...@gmail.com wrote: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Robert Klein rokl...@roklein.de writes: Hello, when I export the attached (ECM'd) file t3.org to LaTeX (C-c C-e l l) I get the error ``Symbol's value as

Re: [O] HTML/images zipped projects

2015-07-07 Thread Eric Abrahamsen
Rasmus ras...@gmx.us writes: Robert Klein rokl...@roklein.de writes: For single file export (cf. the ox-htmlzip example I sent earlier) I have some ideas, but haven't implemented them yet (Vaidheeswaran C's comment about epub being close to zip hit a nerve, so I'll take a shot at extending

Re: [O] [PATCH] ox-odt; make author and date lines optional

2015-07-07 Thread Matt Price
ha! I thought odt export didn't honor those variables -- but I must have had something wrong in my environment, because now I see that it does. Sorry to waste your time! m On Tue, Jul 7, 2015, 18:04 Rasmus ras...@gmx.us wrote: Matt Price mopto...@gmail.com writes: The simple attached

Re: [O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-07 Thread Nick Dokos
Rasmus ras...@gmx.us writes: I can reproduce it: [...] Me too. I think ox-latex.el needs to require org-table. ... When I require org-table in ox-latex.el the export works. I added a autoload cookie for the relevant regexp in be019c4339. It solves the problem for me. Confirmed,

Re: [O] ox-latex: default packages cleaning

2015-07-07 Thread Suvayu Ali
On Tue, Jul 07, 2015 at 10:05:06PM +0200, Rasmus wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: \usepackage{polyglossia} % instead of babel You can use babel with xelatex. Yes, but polyglossia is recommended. In the interest of minimal work on the part of Org, this could just

[O] ox-latex: default packages cleaning

2015-07-07 Thread Rasmus
Hi, We could do some cleaning of org-default-package-alist before Org 8.3. * tolerance Why is \\tolerance=1000 part of org-default-package-alist? Is this value good for all languages? If we keep it, it should be configurable. But people who explicitly wants this behavior can probably add it