Re: [O] Bug: LaTeX export of table with caption broken

2019-01-22 Thread Eric S Fraga
On Tuesday, 22 Jan 2019 at 23:52, Nicolas Goaziou wrote: > I cannot reproduce it. E.g., > Would you have an ECM? I did try essentially the same minimal example as you and it did not work (i.e. table was wrapped in a table environment). I did not try with emacs -Q however. I will do so when back on

Re: [O] ob-clojure with tangling current broken

2019-01-22 Thread stardiviner
Frederick Giasson writes: > Hi, > > That's why I added a patch recently. Now Nicolas already applied my > patch. You should already seen it now. > > Yeah I just received that email right after I sent mine. Didn't know it was > in the pipeline, I just re-subscribed to the mailing list. > >

[O] Tracking Tags ??

2019-01-22 Thread David Masterson
Anyone have a good method of tracking the Tags that you've use across all of your Org files? Some sort of Tag Index to help you keep track of the tags you've used and where you've used them so that you don't start creating new tags that differ from old ones by (say) capitalization? Or to help you

Re: [O] Bug: LaTeX export of table with caption broken

2019-01-22 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > tables without captions now seem to export to tabulars within table > environments, which they did not do before. I cannot reproduce it. E.g., | a | becomes \begin{center} \begin{tabular}{l} \toprule a\\ \bottomrule \end{tabular}

Re: [O] Interaction between org-special-ctrl-a/e and visual-line-mode in Org 9.2?

2019-01-22 Thread John Hutchinson
Thanks for helping me understand this. For now, I think I'll just add a hook to "org-mode-hook" that rebinds "C-a" and "C-e" to their "org-" instances. I'm not sure that this is a totally satisfactory solution, but I think it will work for me in the short-term at least. Thanks again for you

Re: [O] ob-clojure with tangling current broken

2019-01-22 Thread Frederick Giasson
Hi, That's why I added a patch recently. Now Nicolas already applied my > patch. You should already seen it now. > Yeah I just received that email right after I sent mine. Didn't know it was in the pipeline, I just re-subscribed to the mailing list. > > > > It turns out that the culprit is the

[O] [PATCH] org-src.el: Fix org-edit-src-exit with split-window-below

2019-01-22 Thread Daniel Kraus
This fixes a bug that got introduced in 819e98afd where you end up with 3 split windows if you exit an org source buffer with your `org-src-window-setup` function set to `split-window-below`. >From 7b3df7891d7c8ecdb489edda0e908a306090ebfc Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 22

[O] Why is org-narrow-to-element globally mapped?

2019-01-22 Thread Douglas Lewan
The subject asks the whole question. I'm just curious. I'm rather guessing that ther's a good reason. I'd just like to understand. Thanks. -- ,Doug Douglas Lewan +1 (908) 720-7908 Give me "assloads of config" over "some other person thought they could decide what I like" any day. - Szmo, on red

Re: [O] Org Elpa deployment failing for past 2 weeks

2019-01-22 Thread Bastien
Hi Kaushal and Sharon, I've manually published the elpa and elpaplus packages. I'll watch the weekly release to see if everything is fine. Thanks for the heads up! -- Bastien

Re: [O] Bug: LaTeX export of table with caption broken

2019-01-22 Thread Eric S Fraga
Nicolas, tables without captions now seem to export to tabulars within table environments, which they did not do before. That is, before, a simple table with no document exported to just a tabular environment. This change is breaking many of my documents. Did I miss something or is this uninten

Re: [O] Org Elpa deployment failing for past 2 weeks

2019-01-22 Thread Sharon Kimble
Kaushal Modi writes: > Hello, > > The Org Elpa deploys a new release every week on Mondays. > > But it looks like that release has been failing for past 2 weeks. > > Here's the log file from yesterday that shows the error during make cleanall: > https://orgmode.org/elpa/build-org-pkg.txt > > --

Re: [O] Date macro and file permission

2019-01-22 Thread Michael Brand
Hi Nicolas On Tue, Jan 22, 2019 at 9:03 AM Nicolas Goaziou wrote: > Michael Brand writes: > > > Thank you for looking into it. Now it asks "Buffer *temp* modified; > > kill anyway?". > > Oh, so that (restore-buffer-modified-p nil) was useful… > > Fixed. Thank you. Confirmed, thank you. Micha

Re: [O] resend of a patch for ob-lua.el

2019-01-22 Thread Nicolas Goaziou
Hello, Brad Knotwell writes: > It looks like my original patch was never integrated.  The code below > makes tangling multi-line variable work by using Lua's multi-line > string syntax ([=[ ... ]=]) instead of the python-like but invalid > """. > Likewise, it doesn't change the single line behav

Re: [O] Date macro and file permission

2019-01-22 Thread Nicolas Goaziou
Hello, Michael Brand writes: > Thank you for looking into it. Now it asks "Buffer *temp* modified; > kill anyway?". Oh, so that (restore-buffer-modified-p nil) was useful… Fixed. Thank you. Regards, -- Nicolas Goaziou