Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-11-08 Thread Nicolas Goaziou
Hello, James Harkins writes: > On Friday, November 8, 2013 12:21:21 AM HKT, Nicolas Goaziou wrote: >> Here's an update which should properly remove these files. Could you >> confirm it? > > Yes, working fine. Thanks. Applied then. Thank you for the feedback. Regards, -- Nicolas Goaziou

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-11-07 Thread James Harkins
On Friday, November 8, 2013 12:21:21 AM HKT, Nicolas Goaziou wrote: Here's an update which should properly remove these files. Could you confirm it? Yes, working fine. Thanks. hjh

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-11-07 Thread Nicolas Goaziou
Hello, James Harkins writes: > Hm, you're right -- I was sure they are hyphens, but I just looked > again and they are indeed dots. Thanks for checking. > As a final test, I deleted all the .vrb files manually and exported my > document again. Then, after the export process finished, I refresh

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-11-06 Thread James Harkins
On Wednesday, November 6, 2013 10:15:44 PM HKT, Nicolas Goaziou wrote: No ***-**.vrb files were deleted. Out of curiosity: in my case vrb files follow the template "***.**.vrb" not "***-**.vrb". Are you sure about the hyphen? Hm, you're right -- I was sure they are hyphens, but I just looked

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-11-06 Thread Nicolas Goaziou
Hello, James Harkins writes: > On Tuesday, October 29, 2013 4:06:29 PM HKT, Nicolas Goaziou wrote: >> It should clean them up. Though, the "-2" suffix implies that a regexp >> is needed to find temporary files. >> >> Does the following patch work? > > It seems not to have any effect. Here's what

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-11-06 Thread James Harkins
On Tuesday, October 29, 2013 4:06:29 PM HKT, Nicolas Goaziou wrote: It should clean them up. Though, the "-2" suffix implies that a regexp is needed to find temporary files. Does the following patch work? It seems not to have any effect. Here's what I did to try it: 1. cd ~/share/org-mode.git

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-10-29 Thread Nicolas Goaziou
Hello, James Harkins writes: > On Tuesday, October 29, 2013 5:06:29 PM KST, Nicolas Goaziou wrote: >> It should clean them up. Though, the "-2" suffix implies that a regexp >> is needed to find temporary files. >> >> Does the following patch work? > > Will have to try later... some time pressure

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-10-29 Thread James Harkins
On Tuesday, October 29, 2013 5:06:29 PM KST, Nicolas Goaziou wrote: It should clean them up. Though, the "-2" suffix implies that a regexp is needed to find temporary files. Does the following patch work? Will have to try later... some time pressure right now. An aside: in the last few weeks,

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-10-29 Thread Nicolas Goaziou
Hello, James Harkins writes: > I've set org-latex-listings to "Use listings" (not minted), and then run > this minimal example. [...] > Now there is a file "beamer-listings-2.vrb" containing the LaTeX code for > the second frame. This file never gets deleted. As I'm developing the > present

[O] Temp files are not deleted after beamer export with source code blocks

2013-10-28 Thread James Harkins
I've set org-latex-listings to "Use listings" (not minted), and then run this minimal example. #+BIND: org-latex-listings-options (("basicstyle" "\\ttfamily") ("captionpos" "b") ("tabsize" "3")) #+LANGUAGE: en #+OPTIONS: H:1 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t ':t #+E