LaTeX Headers not in partial export

2020-10-22 Thread Mike Gauland
Not sure if I'm doing something wrong, or this is expected. I have a number of #+LATEX directives at the top of my org file, for configuring the minted package. When I export the whole thing to LaTeX, the source blocks are formatted with the desired minted options. If I export only part of

Re: org-table-sum

2020-10-22 Thread Jeremie Juste
Hello I have figured out that calc-eval might do the job for the floating point problem for org. (info "(calc) Calling Calc from Your Programs") (calc-eval "83.6+0.1") So in the function org-table-sum I have made the following modification: > (res (string-to-number (calc-eval

Re: Bug: Can’t assign to hline relative reference

2020-10-22 Thread Dante Catalfamo
That seems to work for the most part, but now I'm experiencing a strange difference when evaluating. If I use a formula like #+TBLFM:@2$3..@23$3=if($2!=0,12*$2,$3);%.2f::@24$2=vsum(@I..@II);%.2f::@24$3=vsum(@I..@II);%.2f The column gets evaluated first, then the sum at the bottom gets

Re: Babel->Latex export: how to set includegraphics scale?

2020-10-22 Thread TEC
Hi Mirko Mirko Vukovic writes: Instead specifying the width, I'd like to use the parameter \scale. Have you tried #+attr_latex: :scale SCALE ? Not sure how you'd put this in a header though I'm afraid - you'll likely want to change a variable or add an export filter. Hope something

Babel->Latex export: how to set includegraphics scale?

2020-10-22 Thread Mirko Vukovic
Hello, I use Babel to create UML diagrams using plantUML. The codeblocks produce png files. When exported to LaTeX, the png files are imported using \includegraphics. The width is set to 0.9\linewidth Instead specifying the width, I'd like to use the parameter \scale. Ideally, I would set

Re: Interview with Rainer König - who's content made me go from vim to emacs for coding :D

2020-10-22 Thread Palak Mathur
> On Oct 22, 2020, at 9:53 AM, Xianwen Chen wrote: > >  > Thank you. > > Do you by the way have a URL to Rainer König's org-mode course? > https://www.youtube.com/playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9PJlU0IIdE > > > >> On 2020-10-21 07:27, Martin Schröder wrote: >> >> Today

Re: Interview with Rainer König - who's content made me go from vim to emacs for coding :D

2020-10-22 Thread 陈贤文
Thank you. Do you by the way have a URL to Rainer König's org-mode course? Yours sincerely, Xianwen On 2020-10-21 07:27, Martin Schröder wrote: Today I had the chance to do a lengthy interview with Rainer König who is known for creating a very popular Org Mode course. The first part is

Re: Bug: org-plus-contrib freezes emacs when opening file [9.4 (9.4-19-gb1de0c-elpaplus @ /Users/gb4dt/.emacs.d/elpa/org-plus-contrib-20201019/)]

2020-10-22 Thread Russell Adams
On Wed, Oct 21, 2020 at 01:21:33PM -0400, Georgios Bakirtzis wrote: > Org without contrib does not have the following issue. > > A vanilla setup with the just latest org-plus contrib completely freezes emacs > when trying to open a file with the attached export command in it. > It causes the

Bug: Can’t assign to hline relative reference

2020-10-22 Thread Dante Catalfamo
Hello, I'm trying to create a table where the third column between two hlines is set by a formula referencing the second column. Here is an example: | a | b | c | |---+---+| | row 1 | 12.00 | 144.00 | | row 2 | | 23.00 | |---+---+| | sum |

Re: [PATCH] ob-java

2020-10-22 Thread John Herrlin
ian martins writes: > Actually I realized if I keep the commits separate and generate a patch set > instead of squashing then I can preserve authorship. Thank you for taking the time! It's not necessary and not important for me! > > These patches, which follow patch 0001, fix the spacing and

Re: [PATCH] ob-java

2020-10-22 Thread ian martins
Actually I realized if I keep the commits separate and generate a patch set instead of squashing then I can preserve authorship. These patches, which follow patch 0001, fix the spacing and allow non-public classes. Thanks again for testing, debugging, and reporting. On Wed, Oct 21, 2020 at 9:54

Re: Bug: Can’t assign to hline relative reference

2020-10-22 Thread Maxim Nikulin
Dante Catalfamo wrote: In the case where I'm using this formula, there are many more rows between @I..@II. I only used two in the example to keep the email small. I would also be adding more rows regularly, making it slightly impractical to be adjusting the beginning and end points of the