[O] [PATCH] Caching latex preview images

2012-12-25 Thread Abdó Roig-Maranges
the author of that commit. Abdó Roig-Maranges. From cd284a858a653c28e42b09fa07f172172ceba510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abd=C3=B3=20Roig-Maranges?= abdo.r...@gmail.com Date: Tue, 23 Oct 2012 18:44:24 +0200 Subject: [PATCH] org.el: Don't re-generate latex previews if already present

Re: [O] Dramatic slowdown in org mode

2012-12-18 Thread Abdó Roig-Maranges
Hi sometime between last week and today, there has been a dramatic slowdown in the generation of an agenda view. I tracked it back to commit a7afe7d, but haven't had the time to investigate it further. On my case the slowdown is not as dramatic as Eric's, though. Abdo.

Re: [O] Dramatic slowdown in org mode

2012-12-18 Thread Abdó Roig-Maranges
Hi, My guess is commit 980e522 -- can you confirm this? I don't think it is 980e522. Here are my timings a7afe7d:10.6 s c4bf1ee:3.86 s 980e522:3.8 s 08e4111:3.88 s that point to a7afe7d. It reads the files all right in about 4s, and on the extra 6 seconds it just keeps

[O] display outline headings up to certain level in search-view

2012-12-14 Thread Abdó Roig-Maranges
Hi, Let's say I have an org file structured like this * Project 1 ** Tasks foo ** Ideas * Project 2 ** Tasks bar When I search 'foo' I'd like the agenda search-view to display 'Project 1' instead of the closer, but less informative 'Tasks' The attached patch solves this by adding a

Re: [O] Question on latex source block

2012-09-13 Thread Abdó Roig-Maranges
Hi, Here is a patch. Sorry for the bug! Abdó. Eric Schulte eric.schu...@gmx.com writes: Seems to be caused by 149cc04782651e74764eb3188f6a6f178fe25f64, which is unfortunate since that fixes (at least I *think* it fixes) some problems when no default fore/background is defined (e.g. when

[O] Problem with ltxpng path for html and odt exports

2012-09-13 Thread Abdó Roig-Maranges
Here is a patch fixing a bug introduced in commit 8474115b20ff2ac907d62f30a0f543064318f47d. That commit added a config variable with the path for the ltxpng directory (latex images) but didn't take into account html and odt exports. Abdó Roig. From 02435c7ac59611278d49b8499ce117033b415d86 Mon

[O] Chose where latex preview images are placed

2012-08-03 Thread Abdó Roig-Maranges
Hi, I'm a regular org-mode user. I have made a couple of small tweaks to org-mode that may be useful to someone else. In this mail I attach a patch for the first one. It adds a configuration variable to chose where latex preview stores the little png images of formulas. I prefer having all of

[O] Make latex preview formulas the same color as text face

2012-08-03 Thread Abdó Roig-Maranges
Hi I attach a patch with an enhancement to the latex preview code. When :foreground or :background colors are set to auto, it choses the appropriate color according to the properties of the actual text face. Abdó Roig. From f6ede272f226fbeb2cf43fb747ae75be911ad3ce Mon Sep 17 00:00:00 2001