Please provide more details on what you have tried.
M-x table-insert 5 columns 5 rows 15 cell width 1 height
Then enter something in first cell. press tab to go to next cell, but
then message appears with C-c ’ (copy-pasted it from messages buffer)
shortcut. I can edit table after pressing C-c
I saw a similar topic created about hlines. So, it would be rather a
feature request to add hlines rather than bug. Here is fragment of
conversation I am talking about for reference:
/I start with /
/| Example | Text | Dates | other |/
/|-+-+--+-|/
/| thi
So, you mean that those aren't hlines but cell boundaries? Simplifying,
I think the problem is lack of table top and bottom border support, no
matter how it will be created.
On 30.10.2022 08:47, Ihor Radchenko wrote:
I am sorry, but I don't understand.
In the reply to the linked conversation I
Could you please provide a concrete example on what you want to achieve?
+-+-+ at top and bottom of table creates top and bottom border
and doesn't break table.
I don't know is this helpful, but on reddit some people mentioned that
cell-mode is very promising for tables. Maybe it can ease table
development. I'm not into programming at all so I can't evaluate.
Try
|--++--|
| this | is | test |
|1 | 2 |3 |
|--++--|
Works, but I must somehow hack it to look normally with valign then. Thanks.
Ok, I got it working somehow. For others reading this: I had to modify
~/.emacs.d/straight/repos/org/lisp/ob-maxima.el in emacs(!) so straight
compiled it to work. you need to replace code at line 82. However, plots
still doesn't work (code block produced no output) :( pls help.
On 01.11.2022 09:04, Ihor Radchenko wrote:
Do you mean that you changed the code at line 82 inside
org-babel-execute:maxima to
(let* ((cmdline (or (cdr (assoc :cmdline params)) ""))
(in-file (org-babel-temp-file "maxima-" ".max"))
(cmd (format "%s --very-quiet -r \"b
I am testing maxima-mode now (not in org) and it works, but is broken
on windows. Looks like there are many more problems with syntax.
I am interested to know what is broken in maxima-mode. Please
explain with examples.
Best,
Leo
There is problem with handling ghostscript. Ghostscript gui open
Ok, I tried this patch, but now when I try to eval maxima code it
outputs similar broken table:
| incorrect | syntax: | c | is | not | an | infix | operator |
| ^ | | | | | | | |
Plots have no output as before.
To clarify, previous patch worked except plot
Hi. I tried to assign monospace font to calendar in org-agenda but it
looks it uses default face. How I can set it then?
As Max pointed out, the latest main branch of Org should already handle
Windows cmd properly without any extra patches. Did you try it? May I
know the output of M-x org-version?
9.5.5-g5bc674, I just pulled it, rebuilt and works properly (without plots)
Look at mine config, but it's dirty too so copy-pasting it is not a good
idea. Here are things that can be copied from it:
- straight and use-package configuration
- orderless
- vertico
- doom-modeline
- three first lines with font, but you must install those two fonts if
you want to use th
As in subject, I can't find any info with search engine. Latex preview
is (imho) ugly italic. Is there an easy way to make it regular?
Ok, I found it's (La?)TeX default, specifically: By default math fonts
are italic, and what I want is upright font. So, currently I found it
can be done by \usepackage{mathastext} that makes italic math font a
upright font or by using "Neo Euler" font . At the moment I succesfully
applied it to
I ended up with DejaVu Math TeX Gyre. You probably need this font
installed on your system, but I'm not sure, because I had it installed
before. Here's code to replace in my config:
\\usepackage{mathastext}
\\usepackage{unicode-math}
\\setmainfont{Liberation Serif}
\\setsansfont[Scale=Ma
16 matches
Mail list logo