Re: [O] Table Columns

2019-01-24 Thread Scott Randby
On 1/24/19 3:36 PM, Nicolas Goaziou wrote: > Scott Randby writes: > >> I wonder this: Is there a way to tell Org to align and shrink all the >> tables in an Org file after startup or does it have to be done on an >> individual basis? > > It should be > >#+startup: align shrink This is

Re: [O] Table Columns

2019-01-24 Thread Nicolas Goaziou
Hello, Scott Randby writes: > I wonder this: Is there a way to tell Org to align and shrink all the > tables in an Org file after startup or does it have to be done on an > individual basis? It should be #+startup: align shrink > My use case is this: I have an Org file with many tables

Re: [O] M-S-RET doesn't work anymore?

2019-01-24 Thread Kévin Le Gouguec
Kaushal Modi writes: > On Wed, Jan 23, 2019 at 3:54 PM Marco Wahl wrote: > > As a workaround you can evaluate the lines (that were active before the > commit) > > (org-defkey org-mode-map (kbd "S-") #'org-table-copy-down) > (org-defkey org-mode-map (kbd "M-S-") #'org-insert-todo-heading) >

[O] Table Columns

2019-01-24 Thread Scott Randby
Greetings, Sorry for repeating the message, but I want to add a bit to it. I had to stop using the align and shrink startup options because at least one of them causes a considerable delay when opening an Org file that contains many tables (in my case, 25 or more tables). The delay makes

Re: [O] Preparing a cost estimate with Org

2019-01-24 Thread Ken Mankoff
On 2019-01-24 at 09:35 -0800, Lele Gaifax wrote... >> You could perhaps do this with code, so it is only one C-c C-c? > > I did not understand what you mean with "do this with code" though: > some kind of a macro or what? I meant write a Babel Block in your favorite language that takes a table

Re: [O] Preparing a cost estimate with Org

2019-01-24 Thread Lele Gaifax
Ken Mankoff writes: > Hi Lele, > > On 2019-01-24 at 07:59 -0800, Lele Gaifax > wrote... >> The only problem with this approach is that it requires a manual >> intervention to build the "cost estimate" table: first I recompute the >> "efforts" one with C-c C-c, then I copy its body to the other

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

2019-01-24 Thread Nick Dokos
Eric S Fraga writes: > On Thursday, 24 Jan 2019 at 10:02, Nick Dokos wrote: >> is* one with a caption). I do wonder why Eric and I could see it and >> you could not, but some mysteries will remain despite one's best >> efforts :-) > > Out of curiosity, I wonder if it's related to the version of

Re: [O] Preparing a cost estimate with Org

2019-01-24 Thread Ken Mankoff
Hi Lele, On 2019-01-24 at 07:59 -0800, Lele Gaifax wrote... > The only problem with this approach is that it requires a manual > intervention to build the "cost estimate" table: first I recompute the > "efforts" one with C-c C-c, then I copy its body to the other table, > delete the third column

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

2019-01-24 Thread Eric S Fraga
On Thursday, 24 Jan 2019 at 10:02, Nick Dokos wrote: > is* one with a caption). I do wonder why Eric and I could see it and > you could not, but some mysteries will remain despite one's best > efforts :-) Out of curiosity, I wonder if it's related to the version of Emacs? I'm using

[O] Preparing a cost estimate with Org

2019-01-24 Thread Lele Gaifax
Hi all, I use Org to produce "cost estimate" documents: the goal is to keep in a single document a detailed log of what I'm asked to work on, the estimated effort, the estimated cost and the time I actually spend on each item. I'm already quite satisfied with the overall process and final

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

2019-01-24 Thread Eric S Fraga
On Thursday, 24 Jan 2019 at 14:48, Nicolas Goaziou wrote: > OK. I fixed that, even though I cannot reproduce the issue. Thanks! Works fine now. Strange that you could not reproduce it. -- Eric S Fraga via Emacs 27.0.50, Org release_9.2-207-g102142

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

2019-01-24 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> Guessing the culprit is c28eb3c2cb904666594e40c1dcae4437d954bde4. >> It seems that the caption is an empty string but the code tests whether >> it's nil and since it isn't, it assumes there is a caption and makes it >> into a floating

Re: [O] [PATCH] Add feature to org-drill to auto pronounce word

2019-01-24 Thread stardiviner
A gentle ping.. stardiviner writes: > I spend a little time to check out org-drill source code, to find out > where I can insert hook to run function when presenting word. > > Then I finally found the place in ~org-drill-entry~. Here is my patch. > > From

[O] Table Columns

2019-01-24 Thread Scott Randby
Greetings, I had to stop using the align and shrink startup options because at least one of them causes a considerable delay when opening an Org file that contains many tables (in my case, 25 or more tables). The delay makes sense, and it isn't a big deal to not use these options, but I wonder

Re: [O] M-S-RET doesn't work anymore?

2019-01-24 Thread Bernt Hansen
Nicolas Goaziou writes: >> May be those keys should be bound to both RET and variants? > > This is what I just did in master. Thank you. Thanks!! It works great again :) I really like the pairing of C-RET, C-S-RET which creates a TODO and M-RET and M-S-RET which creates a checkbox.

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

2019-01-24 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Guessing the culprit is c28eb3c2cb904666594e40c1dcae4437d954bde4. > It seems that the caption is an empty string but the code tests whether > it's nil and since it isn't, it assumes there is a caption and makes it > into a floating table. OK. I fixed that, even

Re: [O] Radio links fail if adjacent

2019-01-24 Thread Nicolas Goaziou
Hello, Jay Dresser writes: > If you have a sequence of space separated words on a single line, i.e. > "link1 link2 link3 link4 ..." and those words match radio targets, every > other word/link will not be recognized as a radio link. In this example > link2 and link4 will not be links.

Re: [O] M-S-RET doesn't work anymore?

2019-01-24 Thread Nicolas Goaziou
Helo, Kaushal Modi writes: > May be those keys should be bound to both RET and variants? This is what I just did in master. Thank you. Regards, -- Nicolas Goaziou

[O] Bug: Babel :var order affects :colnames [9.2 (9.2-41-g010a35-elpaplus @ /home/dk/.emacs.d/elpa/org-plus-contrib-20190122/)]

2019-01-24 Thread Thomas S. Dye
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.