Re: Bug: Indentation for

2022-01-13 Thread Ihor Radchenko
Vitalij Chepelev writes: > Hello. > > I am new to Org mode. it is enough #+BEGIN_SRC for me for now. > That is why I use (require 'org-tempo). > > When I type: > > > There is an unintendet indentation. > I use TAB only for autocompletion. I don't need indentation and when I press >

Re: [BUG] Prefer lowercase #+results [9.5.2 (release_9.5.2-3-geb9f34 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-13 Thread Christopher M. Miles
Ihor Radchenko writes: >> I suggest to keep current defaults. Because I have lot of Org files, if >> changed, I have to do lot of >> work to adopt files and might get wrong. It's very important. > > Org mode does not distinguish the _meaning_ of all keywords regardless > of their case.

Re: What determines if R source block output is wrapped in begin_example or not?

2022-01-13 Thread John Hendy
Possible false alarm. As I continued to work on this, I accidentally didn't use :results output code, yet the formatting was fine... I'm wondering if I had a dangling #+begin_src with no matching end? Still, I am intrigued by the toggle between prepending with ":" and wrapping in example blocks,

Bug: Indentation for

2022-01-13 Thread Vitalij Chepelev
--text follows this line-- Hello.   I am new to Org mode. it is enough #+BEGIN_SRC for me for now. That is why I use (require 'org-tempo).   When I type:     There is an unintendet indentation. I use TAB only for autocompletion. I don't need indentation and when I press Enter too.  

Strange bug with text scaling and variable-pitch

2022-01-13 Thread Andrew Hyatt
Hi all, I've been having an odd problem where if I try to change my text scale on my org capture buffers, the scale keeps increasing, and increases the scale on the parent of the indirect org-capture buffer, on each capture. I'm using org-mode 9.5, emacs 29.0.50. Debugging into the

Re: [BUG] ob-tangle overrides user customization of org-id-link-to-org-use-id [9.5.2 (9.5.2-gfbff08 @ /home/ionasal/.emacs.d/elpa/org-9.5.2/)]

2022-01-13 Thread Ihor Radchenko
Allen Li writes: >> I agree. The question is whether changing to >> (defvar org-id-link-to-org-use-id) >> solves your problem. > > Thanks for your concern. By editing ob-tangle.el, I can confirm that > changing this does solve my problem. > > If I must, I could provide a reproducible example,

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 13:55 by yanta...@gmail.com: > fatiparty--- via "General discussions about Org-mode." > writes: > >> A problem with footnote is that only the [fn:1] gets coloured.  >> >> [fn:1] This is a footnote >> > > Are you talking about 1 in footnote¹ being colored when using LaTeX > export?

Re: [BUG] Prefer lowercase #+results [9.5.2 (release_9.5.2-3-geb9f34 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-13 Thread Ihor Radchenko
> I suggest to keep current defaults. Because I have lot of Org files, if > changed, I have to do lot of > work to adopt files and might get wrong. It's very important. Org mode does not distinguish the _meaning_ of all keywords regardless of their case. Including src blocks and results. If it

Re: Playing down the text in org-mode

2022-01-13 Thread Ihor Radchenko
fatiparty--- via "General discussions about Org-mode." writes: > A problem with footnote is that only the [fn:1] gets coloured.  > > [fn:1] This is a footnote Are you talking about 1 in footnote¹ being colored when using LaTeX export? If so, it is a matter of your \hypersetup options. > Have

Re: Playing down the text in org-mode

2022-01-13 Thread Ihor Radchenko
fatiparty--- via "General discussions about Org-mode." writes: > The basic problem with footnote is the requirement for the footnote marker > to be incolumn 0, no indentation allowed. > Are there other altornatives?  Any tags to change colour.  Would need some > examples. You can use inline

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 11:08 by maciasch...@posteo.net: > fatipa...@tutanota.com writes: > >> but with the variation that the text is also within the square brackets >> > > You can use inline footnotes, but I'm afraid you couldn't stop using > "fn" here (unless you hack the Org code). However you can

Re: Playing down the text in org-mode

2022-01-13 Thread Juan Manuel Macías
fatipa...@tutanota.com writes: > but with the variation that the text is also within the square brackets You can use inline footnotes, but I'm afraid you couldn't stop using "fn" here (unless you hack the Org code). However you can use a convention, something like: Lorem[fn:mg1:blah blah

Re: Feedback on Emacs-Jupyter

2022-01-13 Thread Nathaniel Nicandro
> Thanks a lot for your work! Thanks a lot for maintaining the wonderful Org package! > Hope it helps. Thanks, I've previously seen the video and it does help with figuring out the issues with emacs-jupyter as it currently stands. > Also, it appears that Jupyter is getting a lot of traction

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 09:39 by maciasch...@posteo.net: > fatipa...@tutanota.com writes: > >> If I do something in emacs-lisp I would still need some form of >> containment characters. >> > > I think a custom link would suffice for text within the paragraph. A > quick example: > > #+begin_src emacs-lisp

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 09:27 by theophil...@gmail.com: > > fatiparty--- via "General discussions about Org-mode." > writes: > >> In org-mode one can use the emphasizing tags >> >> *word*   /word/   _word_ >> >> Is there anything to perform the opposite, playing down the text? >> > > > No, there are

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 09:27 by theophil...@gmail.com: > > fatiparty--- via "General discussions about Org-mode." > writes: > >> In org-mode one can use the emphasizing tags >> >> *word*   /word/   _word_ >> >> Is there anything to perform the opposite, playing down the text? >> > > > No, there are no

[PATCH] lisp/oc-basic.el: Fix author style

2022-01-13 Thread Hans Donner
See attachment. FSF copyright assignment is already completed 0001-lisp-oc-basic.el-Fix-author-style.patch Description: Binary data

Re: Playing down the text in org-mode

2022-01-13 Thread Tim Cross
fatiparty--- via "General discussions about Org-mode." writes: > In org-mode one can use the emphasizing tags > > *word*   /word/   _word_ > > Is there anything to perform the opposite, playing down the text? No, there are no syntax elements in org mode to do this. Part of the challenge

Re: Playing down the text in org-mode

2022-01-13 Thread Juan Manuel Macías
fatipa...@tutanota.com writes: > If I do something in emacs-lisp I would still need some form of > containment characters. I think a custom link would suffice for text within the paragraph. A quick example: #+begin_src emacs-lisp (defface smaller '((t :foreground "#8D8D84" :height

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 08:20 by maciasch...@posteo.net: > fatipa...@tutanota.com writes: > >> I am discussing something slightly different. >> >> Here is normal text within -which there is some understated text- before >> continuing with normal text. >> > > Yes, it seems that I have understood you

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 08:20 by maciasch...@posteo.net: > fatipa...@tutanota.com writes: > >> I am discussing something slightly different. >> >> Here is normal text within -which there is some understated text- before >> continuing with normal text. >> > > Yes, it seems that I have understood you

What determines if R source block output is wrapped in begin_example or not?

2022-01-13 Thread John Hendy
Greetings, I was perplexed when a table in my exported latex/pdf document came out garbled, to find out it's being included like "normal text." In another block with well-behaving output, I observed the same src header args, but it was wrapped in #+begin/end_example for free, without me trying.

Re: Playing down the text in org-mode

2022-01-13 Thread Juan Manuel Macías
fatipa...@tutanota.com writes: > I am discussing something slightly different. > > Here is normal text within -which there is some understated text- before > continuing with normal text. Yes, it seems that I have understood you horribly wrong, sorry for the noise (it must be the effects of the

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 07:42 by maciasch...@posteo.net: > fatiparty--- via "General discussions about Org-mode." writes: > >> _a geographical region that corresponds to present-day Israel and Palestine_ >> I have used the _ for underlining.  This could hove been misleading, because I do not want

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 07:42 by maciasch...@posteo.net: > fatiparty--- via "General discussions about Org-mode." writes: > >> _a geographical region that corresponds to present-day Israel and Palestine_ >> > > In any case, from a strictly (ortho)typographical point of view this is a > matter of nesting

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 07:22 by jkitc...@andrew.cmu.edu: > You might check out my scimax-editmarks package. You can create bracket > syntax like that which can be fontified, e.g. made smaller, lighter, etc. to > de-emphasize. It is not org-syntax, and uses a pre-processing step on export, > but if all

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 07:19 by maciasch...@posteo.net: > John Kitchin writes: > >> It depends on what you mean. I can't think of a standard markup for >> de-emphasis. You could imply it with color perhaps, e.g. some shade of >> grey, or size by making it smaller. At least for LaTex/HTML, both of >>

Re: Playing down the text in org-mode

2022-01-13 Thread Juan Manuel Macías
fatiparty--- via "General discussions about Org-mode." writes: > _a geographical region that corresponds to present-day Israel and Palestine_ In any case, from a strictly (ortho)typographical point of view this is a matter of nesting emphasis. If what you want to do is highlight a word within

Re: Playing down the text in org-mode

2022-01-13 Thread John Kitchin
You might check out my scimax-editmarks package. You can create bracket syntax like that which can be fontified, e.g. made smaller, lighter, etc. to de-emphasize. It is not org-syntax, and uses a pre-processing step on export, but if all you want is visual syntax in org-mode, something like this

Re: Playing down the text in org-mode

2022-01-13 Thread Juan Manuel Macías
John Kitchin writes: > It depends on what you mean. I can't think of a standard markup for > de-emphasis. You could imply it with color perhaps, e.g. some shade of > grey, or size by making it smaller. At least for LaTex/HTML, both of > those can be done. You would either need to use something

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
Jan 14, 2022, 06:50 by maciasch...@posteo.net: > Hi, > > fatiparty--- via "General discussions about Org-mode." writes: > >> Is there anything to perform the opposite, playing down the text? >> > > Are you referring to nested emphasis, something like in LaTeX > > \emph{foo \emph{bar} baz} > > =

Re: Playing down the text in org-mode

2022-01-13 Thread John Kitchin
It depends on what you mean. I can't think of a standard markup for de-emphasis. You could imply it with color perhaps, e.g. some shade of grey, or size by making it smaller. At least for LaTex/HTML, both of those can be done. You would either need to use something like a macro, or a link for

Re: Playing down the text in org-mode

2022-01-13 Thread Juan Manuel Macías
Hi, fatiparty--- via "General discussions about Org-mode." writes: > Is there anything to perform the opposite, playing down the text? Are you referring to nested emphasis, something like in LaTeX \emph{foo \emph{bar} baz} = foo...baz in italic; bar in normal font? Best regards, Juan Manuel

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
In org-mode one can use the emphasizing tags *word*   /word/   _word_ Is there anything to perform the opposite, playing down the text?

Re: puzzled about :fit for LaTeX src block

2022-01-13 Thread Eric S Fraga
On Thursday, 13 Jan 2022 at 15:41, Juan Manuel Macías wrote: > Well, it seems that if you use ":imagemagick yes", the image is created > with the `org-babel-latex-convert-pdf' function. Indeed. I went to the code. Thank you. Everything is working like I want it! -- : Eric S Fraga, with org

Re: puzzled about :fit for LaTeX src block

2022-01-13 Thread Juan Manuel Macías
Eric S Fraga writes: > This did it! Thank you. I am curious now to find out what tool was > used instead... something for later today! Well, it seems that if you use ":imagemagick yes", the image is created with the `org-babel-latex-convert-pdf' function. I almost always use this to create

Re: puzzled about :fit for LaTeX src block

2022-01-13 Thread Eric S Fraga
On Thursday, 13 Jan 2022 at 11:17, Juan Manuel Macías wrote: > Another possibility: please try adding the header arg. :imagemagick yes This did it! Thank you. I am curious now to find out what tool was used instead... something for later today! Thanks again, eric -- Professor Eric S Fraga,

Re: puzzled about :fit for LaTeX src block

2022-01-13 Thread Juan Manuel Macías
Hi Eric, Eric S Fraga writes: > Both the same and the default value from org. I'm not sure, but maybe the problem comes from the \documentclass{article} in org-format-latex-header. Can you try replacing that with "\\documentclass[varwidth]{standalone}"? Another possibility: please try adding

Re: puzzled about :fit for LaTeX src block

2022-01-13 Thread Eric S Fraga
Hi Juan, On Wednesday, 12 Jan 2022 at 17:22, Juan Manuel Macías wrote: > Testing two possibilities: > > What (latex) code produces that image in the output *tex file of your book? They both use the same LaTeX src block (as was in the attachment) which creates an org link to the generated PDF or

Export of deadline status via ~org-batch-agenda-csv~

2022-01-13 Thread Stefan van der Walt
Hi all, I am trying to process all of my TODOs in a script, and therefore use ~org-batch-agenda-csv~ to export them to CSV. I am running into two problems: 1. It seems to be impossible to get deadline/schedule information for tasks that have been marked as DONE and 2. There exists a ~type~