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 wrote: > Nicolas Goaziou writes: > > > Hello, > > > > Robert Klein 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 variable is void: > >> orgtbl-exp-r

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 Nick Dokos
Rasmus 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, th

[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

Re: [O] problem with ox-pandoc export

2015-07-07 Thread Rasmus
Fabrice Popineau 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!

[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 https://chrome.google.com/webstore/detail/org-capture/kk

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

Re: [O] New Chrome Extension

2015-07-07 Thread Ken Mankoff
Hi Konstantin, On 2015-07-07 at 11:44, Konstantin Kliakhandler 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 page. Now when I

Re: [O] New Chrome Extension

2015-07-07 Thread Ken Mankoff
On 2015-07-07 at 12:16, Ken Mankoff wrote: > Hi Konstantin, > > On 2015-07-07 at 11:44, Konstantin Kliakhandler 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

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 c

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 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 UTC, you

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

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 wo

[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 last

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 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 > so

Re: [O] HTML/images zipped projects

2015-07-07 Thread Rasmus
Robert Klein 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: do you know tha

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 doc

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

2015-07-07 Thread Rasmus
Suvayu Ali 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 certainly a package I wou

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 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 be ignored. I don't th

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

2015-07-07 Thread Rasmus
Suvayu Ali 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 which is nice feature.

[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 know

[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 Date: Tue, 7 Jul 2015 17:53:03 -0400 Subject: [PATCH] ox-deck: parse check

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

2015-07-07 Thread Rasmus
Matt Price 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 what is the differ

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 wrote: > Matt Price writes: > > > The simple attached patch adds 2 defcustoms to org-o

Re: [O] HTML/images zipped projects

2015-07-07 Thread Eric Abrahamsen
Rasmus writes: > Robert Klein 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