[O] Table with images export to LaTeX

2015-06-23 Thread Dov Grobgeld
I tried to export a table with four images to LaTeX, but got a big mess as a result. In contrast, the result in HTML export is fine. Has anyone had better experience and can recommend some remedy? Here is an example of an input org file: | Image type | Low contrast| High contrast |

Re: [O] Trouble passing variables into shell blocks on windows

2015-06-23 Thread Johan W . Klüwer
Thank you for the information -- I suppose the cygwin version of emacs may be the only viable option. Still that seems like quite a big change, swapping emacs versions, just for this particular feature. 2015-06-15 10:12 GMT+02:00 Rainer M Krug : > Johan W. Klüwer writes: > > > I'm having difficu

Re: [O] sip: links

2015-06-23 Thread Christian Thaeter
On 2015-06-23 00:24, briangpowell . wrote: > Cool, what do you do with "xmpp:"? just opening 'psi-plus' here with a message window, I haven't figured out how to do more (aka all this xmpp: url variants) Again, just a crude works-for-me snippet: ;;; org-xmpp.el - Support for xmpp communication

Re: [O] org version numbers in file - WAS: Tangling takes long - profiling and calling R

2015-06-23 Thread Rainer M Krug
Detlef Steuer writes: > Am Thu, 18 Jun 2015 15:25:57 +0200 > schrieb Rainer M Krug : > >> In the spirit of reproducibility, I would at least suggest to >> introduce a function which inserts an argument >> >> #+ORG_FILE_VERSION: TheActualOrgVersionProbablyWithGitHash >> >> if it does not exist,

Re: [O] Filters lost after reviving buried, sticky agenda

2015-06-23 Thread Daimrod
Nick Dokos writes: > What happened to the effort filter? Good catch! Thanks. Here is an updated patch plus another one to fix the regexp and category filters. From 59cd3eb256d9473db42f9a1629755140c0d648cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= Date: Fri, 12 Jun 2015

[O] how can I create a new literal block for latex export?

2015-06-23 Thread Alan Schmitt
Hello, I would like to create a block used to typeset the results of evaluation of code when exporting to latex. This is what I currently tried: #+latex_header: \usepackage{fancyvrb} #+latex_header: \DefineVerbatimEnvironment{myres}{Verbatim}{fontsize=\scriptsize,frame=\topline} then I have thi

Re: [O] Is it possible to embed tag search as a link?

2015-06-23 Thread Sebastien Vauban
Jay Dresser writes: >> Piotr Isajew yahoo.com> writes: >>> what I'm looking for is a link format that, when C-c C-o'ed, >>> opens agenda "match query" view for custom query which arguments >>> are specified in the link. I.e.: >>> >>> org-search://+work-boss-TODO="DONE" >>> >>> I am aware of org

Re: [O] Trouble passing variables into shell blocks on windows

2015-06-23 Thread Sebastien Vauban
Johan W. Klüwer writes: > Thank you for the information -- I suppose the cygwin version of emacs may > be the only viable option. Still that seems like quite a big change, > swapping emacs versions, just for this particular feature. > > 2015-06-15 10:12 GMT+02:00 Rainer M Krug : >> Johan W. Klüwer

Re: [O] org version numbers in file - WAS: Tangling takes long - profiling and calling R

2015-06-23 Thread Rainer M Krug
Nicolas Goaziou writes: > Rainer M Krug writes: > >> Nicolas Goaziou writes: >> >>> Rainer M Krug writes: >>> Yes - that's true. But who of the longer org users reads the manual of features they use regularly? >>> >>> Ah well. I turned 3 `mapcar' calls into a single one. It should, >

Re: [O] Filters lost after reviving buried, sticky agenda

2015-06-23 Thread Daimrod
Err, I should have tested it before sending the patch, sorry. Here is an updated version of the second patch : From 11ef3cc8dd804a9498edc856350d5e57d9ce3fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= Date: Tue, 23 Jun 2015 10:42:25 +0200 Subject: [PATCH 2/2] lisp/org-agenda.

Re: [O] org version numbers in file - WAS: Tangling takes long - profiling and calling R

2015-06-23 Thread Detlef Steuer
Am Tue, 23 Jun 2015 10:45:45 +0200 schrieb Rainer M Krug : > 2) most importantly, I think this should be added automatically into > the org file as #+ORG_FILE_VERSION: so that one can count on it to be > there. Well. I want *nothing* to be added automatically. An org file is a text file containin

Re: [O] how can I create a new literal block for latex export?

2015-06-23 Thread Rasmus
Alan Schmitt writes: > Is there a way to tell org to leave the contents of myres blocks as-is? > Can I declare myres as a literal block? I think your issue here is similar to Jacob's a couple of weeks back. I don't remember the outcome anymore, but check http://thread.gmane.org/gmane.ema

Re: [O] Why navigating in Org mode is so slow in overview mode?

2015-06-23 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou [21. Jun. 2015]: [Profiler Reports] > It might not give any useful information. However, the best way to know > is to look at it. The first profiler report is after 105 minutes of Emacs uptime. I had captured infos via org-protocol, refiled them to another file and

Re: [O] org version numbers in file - WAS: Tangling takes long - profiling and calling R

2015-06-23 Thread Rainer M Krug
Detlef Steuer writes: > Am Tue, 23 Jun 2015 10:45:45 +0200 > schrieb Rainer M Krug : > >> 2) most importantly, I think this should be added automatically into >> the org file as #+ORG_FILE_VERSION: so that one can count on it to be >> there. > > Well. I want *nothing* to be added automatically. A

Re: [O] another example of org being slow, with some analysis

2015-06-23 Thread Eric S Fraga
On Monday, 22 Jun 2015 at 08:48, Daniel Bausch wrote: [...] > I am doing each day. Maybe I will look again how to set the expected > LC_... environment variables for emacs daemon. This may be the way forward. My LC related environment variables are all set to en_GB.UTF-8. This seems to be set

Re: [O] Table with images export to LaTeX

2015-06-23 Thread Eric S Fraga
On Tuesday, 23 Jun 2015 at 10:24, Dov Grobgeld wrote: > I tried to export a table with four images to LaTeX, but got a big mess as > a result. In contrast, the result in HTML export is fine. Has anyone had > better experience and can recommend some remedy? Works for me with recent org. What versi

Re: [O] how can I create a new literal block for latex export?

2015-06-23 Thread Nicolas Goaziou
Hello, Rasmus writes: > Alan Schmitt writes: > >> Is there a way to tell org to leave the contents of myres blocks as-is? >> Can I declare myres as a literal block? > > I think your issue here is similar to Jacob's a couple of weeks back. I > don't remember the outcome anymore, but check > >

[O] [ANN] org-dial

2015-06-23 Thread Michael Strey
~org-dial~ --- softphone support for Emacs Org mode is published on Github now. https://github.com/mistrey/org-dial -- Michael Strey http://www.strey.biz * https://twitter.com/michaelstrey

[O] org-mode on old pocket pc phone

2015-06-23 Thread cédric ody
Hello, I hold an old pocket pc phone on which I have been able to install an binary version of emacs I have found on the web. This binary version is compiled for the arm processor that is on the device. I'd like to use main commands of org-mode, cycling and planning basically. I probably need to

Re: [O] how can I create a new literal block for latex export?

2015-06-23 Thread Alan Schmitt
Hi Rasmus, On 2015-06-23 11:32, Rasmus writes: > Alan Schmitt writes: > >> Is there a way to tell org to leave the contents of myres blocks as-is? >> Can I declare myres as a literal block? > > I think your issue here is similar to Jacob's a couple of weeks back. I > don't remember the outcome

Re: [O] Table with images export to LaTeX

2015-06-23 Thread Dov Grobgeld
Some further probing showed that it worked by me as well! But with one LaTex related restriction that I missed. The included filename must *not* include more than one period! In my original file I had part of the experiment conditions encoded in the name, e..g. lc-p0.5.jpg . This works fine in HTML

Re: [O] Table with images export to LaTeX

2015-06-23 Thread Rasmus
Dov Grobgeld writes: > Running pdflatex on the tex file yields: > > ! LaTeX Error: Unknown graphics extension: .5.jpg . > > The problem has nothing to do with the org exporting, and is a LaTeX > limitation that I can live with. Case closed. :-) This should not happen in a recent version of org 8

Re: [O] Forcing line breaks in src (monospace) examples

2015-06-23 Thread Peter Davis
So getting line breaks in exported LaTeX/PDF src examples is now working beautifully. Is there any way to do this in exported HTML? Thank you, -pd

Re: [O] Forcing line breaks in src (monospace) examples

2015-06-23 Thread Kaushal
On the topic of exporting auto-wrapped lines in source code blocks to .tex/.pdf: If you use minted instead of listings, the latest minted 2.0 (probably not yet on tex-live) latex package does line wrapping in the source code blocks very elegantly. https://github.com/gpoore/minted (se

Re: [O] Table with images export to LaTeX

2015-06-23 Thread Dov Grobgeld
Thanks. Indeed I am using an older version of org. Adding grffile to org-latex-default-packages-alist solves the problem. Regards, Dov On Tue, Jun 23, 2015 at 5:41 PM, Rasmus wrote: > Dov Grobgeld writes: > > > Running pdflatex on the tex file yields: > > > > ! LaTeX Error: Unknown graphics ex

Re: [O] Forcing line breaks in src (monospace) examples

2015-06-23 Thread Peter Davis
Thanks! I think for my purposes with HTML, it would be sufficient to replace ... with Is there a way to get org to do that on export, or do I have to keep editing the HTML output? Thank you. -pd On 6/23/15 11:11 AM, Kaushal wrote: On the topic of exporting auto-wrapped lines in source

[O] using poetry.el on OSX?

2015-06-23 Thread Jay Dixit
I've been looking at Bob Newell's package for writing poetry, poetry-mode ( http://www.bobnewell.net/filez/poetry.el). It's incredible, and the line-by-line syllable counter works great. Unfortunately, the rhyming dictionary doesn't work. Looks like the required command-line rhyming dictionary pac

Re: [O] Is it possible to embed tag search as a link?

2015-06-23 Thread Piotr Isajew
On 2015-06-23, Jay Dresser wrote: > > I just happened to run across this which seems to better match > your original question, to do it as a new link type: > http://endlessparentheses.com/use-org-mode-links-for-absolutely-anything.html that's a perfect hint. Thank you.

Re: [O] ox-koma-letter.el: subtree vs buffer, precedence of properties, superscript transcoding

2015-06-23 Thread Nicolas Goaziou
Hello, Rasmus writes: > Myles English writes: > >> 1) subtree scope export results differently than buffer scope export > > It seems changes set in properties are not registered as changes in the > file cf. 2. Thus, some fields you'd like to get after the LCO file aren't > detected as changed.

Re: [O] org-mode on old pocket pc phone

2015-06-23 Thread cédric ody
Hi, I have found a solution by using the outline-magic.el and table.el emacs extensions. So I can wrap/unwrap my headlines and format tables with pipes. Is there a easy way to get the TODO-DONE-SCHEDULED features of org-mode in a simple el file? Cédric 2015-06-23 16:00 UTC+02:00, cédric ody :

Re: [O] Why navigating in Org mode is so slow in overview mode?

2015-06-23 Thread Nicolas Goaziou
Gregor Zattler writes: > These reports are attachet. Thank you. However, I don't see anything incriminating Org in these reports. Regards,

Re: [O] how can I create a new literal block for latex export?

2015-06-23 Thread Alan Schmitt
On 2015-06-23 15:03, Nicolas Goaziou writes: > See also commit 8ff31bd0cf9179d7952d933d4638b658b3c9b3ba. Very nice, thanks a lot! Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Weekly CO₂ average (2015-05-30, Mauna Loa Observatory): 403.41 ppm signature.asc Description: PGP signature

Re: [O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-23 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Thanks for this. Works okay if there is more than one window which is a > step in the right direction. In any case, you've pointed me in the > right direction and the following seems to work fine (with very limited > testing): > > diff --git a/lisp/org-capture.el

[O] [PATCH] typo in example in the manual for the post header

2015-06-23 Thread Alan Schmitt
Hello, As I was playing with the post header I found this typo in the manual. Best, Alan From 57b0e12f25bfedb43a9465a76a3507186afc515c Mon Sep 17 00:00:00 2001 From: Alan Schmitt Date: Tue, 23 Jun 2015 22:36:26 +0200 Subject: [PATCH] org.texi: Fix the :post example * doc/org.texi (post): add

Re: [O] ox-koma-letter.el: subtree vs buffer, precedence of properties, superscript transcoding

2015-06-23 Thread Rasmus
Nicolas Goaziou writes: >> Somehow, when you specify it as a property it's not detected >> as :inbuffer-signature. > > Fixed in b07bd32081db62725af12b185a786aa0d7f99bae. Thank you. Thanks for fixing this, Nicolas. Rasmus -- If you can mix business and politics wonderful things can happen!

Re: [O] Filters lost after reviving buried, sticky agenda

2015-06-23 Thread Nicolas Goaziou
Daimrod writes: > Here is an updated version of the second patch : Both look good. Could you can push them. Thank you. Regards,

Re: [O] [PATCH] typo in example in the manual for the post header

2015-06-23 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > As I was playing with the post header I found this typo in the manual. Applied. Thank you. Regards, -- Nicolas Goaziou

[O] Unknown "nil" back-end

2015-06-23 Thread flow
Hi I use org-mode as my default text editor and also to post in wordpress through org2blog. I guess something changed in my .emacs or .emacs.d but I don't know what makes the feature for post blogging not working. Contacting host: infotics.es:80 [3 times] Logged in org-export-barf-if-invalid-bac

Re: [O] tentative patch Re: commit found, was: Re: ECM for: issues with publishing to LaTeX using #INCLUDE

2015-06-23 Thread Nicolas Goaziou
Robert Klein writes: > I'm not sure how to proceed at the moment, are there other set-ups I > could test? Out of curiosity, could you try the following patch? Regards, >From a1156041a3af9b45ad195828a5d79f90c01e9a5f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 23 Jun 2015 23:41:30

Re: [O] [PATCH] org-contacts.el: Catch 'nextfile in org-contacts-db

2015-06-23 Thread Nicolas Goaziou
Hello, Philippe Crama writes: > This is a small patch to catch the 'nextfile thrown by > `org-check-agenda-file' in `org-contacts-db'. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] ox-koma-letter.el: subtree vs buffer, precedence of properties, superscript transcoding

2015-06-23 Thread Myles English
Rasmus writes: > Nicolas Goaziou writes: > >>> Somehow, when you specify it as a property it's not detected >>> as :inbuffer-signature. >> >> Fixed in b07bd32081db62725af12b185a786aa0d7f99bae. Thank you. > > Thanks for fixing this, Nicolas. Yes, and thanks both of you for looking into this. My