Max Nikulin writes:
> On 21/11/2021 17:01, Ihor Radchenko wrote:
>> Max Nikulin writes:
>>
>>> My draft version is attached. Ihor, thank you for inspiration. Feel free
>>> to improve it. I hope, it makes problem more apparent to user who tries
>>> to customize markers.
>
> A patch is attached. I
On 2022-11-04, at 06:45, to...@tuxteam.de wrote:
> On Thu, Nov 03, 2022 at 08:03:05PM -0700, Samuel Wales wrote:
>> i wonder if emacs or org has what you might call semi-literate or
>> etaretil docstring functions?
>>
>> for example, you have a body of non-literate elisp code, and you have
>> a
* Ihor Radchenko [2022-11-04 07:50]:
> Jean Louis writes:
>
> > I am using Org mode for presentation and would like to use it's tables
> > for presentation only.
> >
> > In particular I need the function org-table-align to align the table
> > in presentation mode.
>
> I am not sure if I underst
On Thu, Nov 03, 2022 at 08:03:05PM -0700, Samuel Wales wrote:
> i wonder if emacs or org has what you might call semi-literate or
> etaretil docstring functions?
>
> for example, you have a body of non-literate elisp code, and you have
> a manual. it could be redundant to describe commands and wh
On 04/11/2022 11:23, Ihor Radchenko wrote:
Max Nikulin writes:
Ihor Radchenko writes:
These arguments mean that auto-cleaning \\[0pt] is not always safe and
may be a subject of surrounding LaTeX context.
I still believe that
something\\[0pt]%__ORG_EXPORT__
is quite safe to remove (de
Mati writes:
> Can someone give an init.el wherein can start customize it?
I do not think that we can help you much here.
Config highly depends on your personal preferences and choice of
packages. (That's the whole point!) We are unlikely to understand what
you really want to achieve just from
Cletip Cletip writes:
> My problem is quite simple to understand: when I activate
> "org-toggle-inline-images", I would like my images to be centered. Indeed,
> I tried this in a org-file
>
> #+ATTR_ORG: :width 800 :center t
>
> [[file:images/anImage.png]]
>
>
> But it obviously doesn't work.
AF
Jean Louis writes:
> I am using Org mode for presentation and would like to use it's tables
> for presentation only.
>
> In particular I need the function org-table-align to align the table
> in presentation mode.
I am not sure if I understand your use-case, but you may consider
looking at 3.2 C
Max Nikulin writes:
>> Ihor Radchenko writes:
>>
>>> These arguments mean that auto-cleaning \\[0pt] is not always safe and
>>> may be a subject of surrounding LaTeX context.
>
> I still believe that
>
> something\\[0pt]%__ORG_EXPORT__
>
> is quite safe to remove (depending on the following
Rudolf Adamkovič writes:
> Ihor Radchenko writes:
>
>>> recently did update the day of the week but no long does
>
>> Fixed on main.
>
> Please see the attached patch with a regression test.
Thanks!
> +:LOGBOOK:
> +CLOCK: [2022-11-03 Thu 00:00]--[2022-11-03 Thu 00:01] => 0:01
> +:END:
Let's
Christian Köstlin writes:
> I somehow seem to remember that the async tests were also broken with
> python.el (python-mode.el not installed).
> at least sometimes?
I only recall the underscore test.
Note that I debugged the async tests with your rake builds, and I have
identified that async tes
Thomas Bumbera writes:
> Error shows at start-up. error:image-type: Invalid image type 'svg' No
> splash screen shows
Thanks for reporting! It looks like the error happens only with your
personal configuration.
Have you tried to follow
https://orgmode.org/manual/Feedback.html#Feedback and st
Leo Butler writes:
>>> @@ -145,7 +151,7 @@ This example is from
>>> [[http://maxima.sourceforge.net/maxima-gnuplot.html][a tuto
>>> ,#+name: 3d-maxima
>>> ,#+header: :file images/maxima-3d.png
>>> ,#+header: :exports results
>>> -,#+header: :results graphics
>>> +,#+header: :results graphics
Leo Butler writes:
>> You basically need to evaluate the code block manually to have it
>> present in the original file without a need to evaluate during export.
>>
>> I do not have maxima on my system. It would be welcome if you evaluate
>> the code blocks with missing results manually and submi
On 04/11/2022 09:42, Ihor Radchenko wrote:
Max Nikulin writes:
#+name: lbl
#+begin_example
line 1
line 2
#+end_example
#+begin_src bash :stdin lbl
cat
#+end_src
Second one signals "Wrong number of arguments" at least in Emacs-26 with
Org main HEAD.
This is only on Emacs 26.
Fixed on ma
On 03/11/2022 01:17, Greg Minshall wrote:
hi. i have a text in a named #+begin_example ... #+end_example block.
i would like to process this text line by line in a shell (bash, say)
code block. but, it appears that the individual lines are not
separated, but passed as one long string to the sou
i wonder if emacs or org has what you might call semi-literate or
etaretil docstring functions?
for example, you have a body of non-literate elisp code, and you have
a manual. it could be redundant to describe commands and what they do
and their options, if the docstrings are good.
why not inclu
Rudolf Adamkovič writes:
> Ihor Radchenko writes:
>
>> Feel free to change it in the patch together with tests.
>
> Thank you for driving the discussion and for giving me the opportunity
> to solve the problem (and not just temporarily, but with tests). What
> do you think about the attached pa
Max Nikulin writes:
> Try the following source code blocks:
>
> #+begin_src elisp
>(require 'ob-shell)
> #+end_src
>
> #+name: lbl
> #+begin_example
> line 1
> line 2
> #+end_example
>
> #+begin_src bash :stdin lbl
>cat
> #+end_src
>
> Second one signals "Wrong number of arguments" at lea
Ihor,
> Try
>
> #+name: lbl
> #+begin_example
> line 1
> line 2
> #+end_example
>
> #+begin_src bash :var input=lbl :results output
> echo "${input}"
> #+end_src
ah, the double quotes! thanks very much!
cheers, Greg
Ihor Radchenko writes:
>> recently did update the day of the week but no long does
> Fixed on main.
Please see the attached patch with a regression test.
Rudy
>From 51f1ee245a99e30402d7fd2d069d3e223ad5c15d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?=
Date: Thu, 3 Nov 20
Hi Ihor,
I somehow seem to remember that the async tests were also broken with
python.el (python-mode.el not installed).
at least sometimes? or is this only the underscore test?
If it's only the underscore test, I would suggest not installing
python-mode for ci and ignoring the really flaky tests
Juan Manuel Macías writes:
Hello Juan!
> I can duplicate the text, but it seems to be a bit redundant, right?
> So what is the best way to proceed when doing literate programming
> with any language that supports docstrings? Apologies in advance if
> the question is a bit silly, but I'm not a p
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.
---
Hi Ihor,
On Thu, Nov 03 2022, Ihor Radchenko wrote:
> Leo Butler writes:
>
>> In worg's documentation of ob-maxima.el[fn:1], there are several bugs.
>
> Thanks for reporting!
Thank you for the feedback. I will comment inline below.
>
>> 1. In the subsection `Inline Display of Maxima LaTeX Out
I wanted to use svglite as the driver for producing .svg plots within org.
It took a little poking around but the solution was one line:
```
(setf (alist-get :svg org-babel-R-graphics-devices ) '("svglite" "file"))
```
Of course it requires:
```
library(svglite)
```
...to have been called i
>> It should not be necessary and it does not happen on my side (as you can
> >> imagine, I re-compile very often).
> >
> > Perhap's my issue stems from the particular versions of org I was upgrading
> > between and/or (earlier) poor management of multiple contending org
> > versions (e.g. git he
Ihor Radchenko writes:
> However, supporting python-mode.el integration is difficult for Org
> team: neither the current ob-python maintainer nor the rest of Org team
> are familiar with python-mode.el.
>
> The bug discussed above already shows that parts of ob-python do not
> work properly with
Ihor Radchenko writes:
> Feel free to change it in the patch together with tests.
Thank you for driving the discussion and for giving me the opportunity
to solve the problem (and not just temporarily, but with tests). What
do you think about the attached patch?
Rudy
>From 7001ed80e5fd146f6acf
Try the following source code blocks:
#+begin_src elisp
(require 'ob-shell)
#+end_src
#+name: lbl
#+begin_example
line 1
line 2
#+end_example
#+begin_src bash :stdin lbl
cat
#+end_src
Second one signals "Wrong number of arguments" at least in Emacs-26 with
Org main HEAD.
Org bugfix bran
On Thu, Nov 03 2022, Max Nikulin wrote:
> On 03/11/2022 17:01, Fraga, Eric wrote:
>> On Thursday, 3 Nov 2022 at 09:35, Max Nikulin wrote:
>>> maxima --very-quiet -r "batchload(\"c:\\Temp\\maxima-XX.max\")"$
>> Should the $ not be within the quotes?
>
> Does "$" have any special meaning in cm
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
On 03/11/2022 17:01, Fraga, Eric wrote:
On Thursday, 3 Nov 2022 at 09:35, Max Nikulin wrote:
maxima --very-quiet -r "batchload(\"c:\\Temp\\maxima-XX.max\")"$
Should the $ not be within the quotes?
Does "$" have any special meaning in cmd.exe? I do not mind that it
should be inside `for
Max Nikulin writes:
> I have not managed to convince even the tabularray developer. And I
> have not tried to find a way to reach more LaTeX developers.
I think that people from the LaTeX team and the authors of the most
popular packages are often very active on tex.stackexchange.com
And the rep
Ihor Radchenko writes:
These arguments mean that auto-cleaning \\[0pt] is not always safe and
may be a subject of surrounding LaTeX context.
I still believe that
something\\[0pt]%__ORG_EXPORT__
is quite safe to remove (depending on the following character) and
unlikely harmful if remain
Hello to all,
My problem is quite simple to understand: when I activate
"org-toggle-inline-images", I would like my images to be centered. Indeed,
I tried this in a org-file
#+ATTR_ORG: :width 800 :center t
[[file:images/anImage.png]]
But it obviously doesn't work.
Does anyone have a tip?
(I
On 03/11/2022 00:31, Renato Pontefice wrote:
Init.el
Need just for org -mode? Not for emacs right?
No, in the init file you may adjust other Emacs settings as well
https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html
To avoid syntax errors you may use easy customization in
Ihor Radchenko writes:
> These arguments mean that auto-cleaning \\[0pt] is not always safe and
> may be a subject of surrounding LaTeX context. Moreover, there is no
> clear alternative to \\[0pt] that is guaranteed to work.
> Thus, the whole idea with cleaning up the generated LaTeX cannot be
>
El 2022-11-02 12:31, Renato Pontefice escribió:
> I’m sorry for this simply question, but I’m starting using emacs and
> org-mode and I made some confusion.
>
> Init.el
>
> Need just for org -mode? Not for emacs right?
Did you read the Emacs manual `C-h r' or the Org manual `C-h i d m Org
Mode '
Renato Pontefice writes:
> I need to sign up my palestra appointment twice a week:
> On Monday from 16 to 17:30
> On Friday from 18 to 19:30
>
> For one day I use:
>
> ** Io palestra <2022-10-03 Mon 18:00-19:30 +1w>
>
> But to add the second time? Do I add a line? Or can manipulate this one jus
I need to sign up my palestra appointment twice a week:
On Monday from 16 to 17:30
On Friday from 18 to 19:30
For one day I use:
** Io palestra <2022-10-03 Mon 18:00-19:30 +1w>
But to add the second time? Do I add a line? Or can manipulate this one just
adding the second appointment?
(I need
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)
On Thursday, 3 Nov 2022 at 09:35, Max Nikulin wrote:
> maxima --very-quiet -r "batchload(\"c:\\Temp\\maxima-XX.max\")"$
Should the $ not be within the quotes?
--
: Eric S Fraga, with org release_9.5.5-853-g7b9d8e in Emacs 29.0.50
I am using Org mode for presentation and would like to use it's tables
for presentation only.
In particular I need the function org-table-align to align the table
in presentation mode.
The Org buffer is updated with results of the below embedded
functions. I can't use Org mode directly as many va
Ihor Radchenko writes:
> Bastien, could you please add Daniel as the maintainer of
> lisp/ob-sql.el?
Done in bd468136d. Thanks Daniel!
--
Bastien
"Cook, Malcolm" writes:
>> It should not be necessary and it does not happen on my side (as you can
>> imagine, I re-compile very often).
>
> Perhap's my issue stems from the particular versions of org I was upgrading
> between and/or (earlier) poor management of multiple contending org versions
Mati writes:
> 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?
Change the default face.
Or remap the default face only in that buffer (see
https://protesilaos.com/codelog/2022-01-08-emacs-face-remap-add-relative/)
Or, if
Greg Minshall writes:
> hi. i have a text in a named #+begin_example ... #+end_example block.
> i would like to process this text line by line in a shell (bash, say)
> code block. but, it appears that the individual lines are not
> separated, but passed as one long string to the source block.
Juan Manuel Macías writes:
>> Can you elaborate about "paragraph is exported as verbatim"?
>
> Sorry for the conciseness in my previous explanation. I meant something
> like this:
>
> : foo
>
> is exported to LaTeX as
>
> \begin{verbatim}
> foo
> \end{verbatim}
>
> (and what i want is for it to b
Rudolf Adamkovič writes:
> The attached two patches improve Org Babel LaTeX export to SVG using
> Inkscape. See the commit messages for more details. Thank you.
Thanks!
Applied onto main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=aaccbb2f987e80190cfb7ca0cb87d2546455a468
Joost Kremers writes:
> On Sun, Oct 30 2022, Ihor Radchenko wrote:
>> May I know if there is any update on the copyright assignment situation?
>> If you need any help, we can provide it.
>
> I have signed the form and sent it in, and I have received the counter-signed
> form back from the FSF.
T
Daniel Kraus writes:
>> P.S. ob-sql currently have no maintainer. Do you want to volunteer?
>
> Hmm, ob-sql is the the babel module I use most often.
> I don't think I'll have enough time to make bigger changes etc,
> but from what I know that's not necessary or expected.
> I'm certainly willing
Christian Köstlin writes:
> With my patch the tests are still failing but the testsuite continues
> to run and returns
> with 0 as status code (one can see the failed test though).
FYI, I am using automated scripts to run make test locally on multiple
Emacs versions. 0 status code would do no go
Jack Kamm writes:
> I was actually planning to deprecate ob-python support for
> python-mode.el, because I don't think it's worth the extra complexity &
> burden to support 2 python modes. For users who prefer python-mode, I
> think it would be better to have a separate ob-python-mode, perhaps in
54 matches
Mail list logo