Re: bi-lingual text

2023-03-11 Thread General discussions about Org-mode.
Uwe Brauer writes: > Hi > > I would like to have a sort of side by side, paragraph based, > representation of text in two languages, say Spanish and English, best > would be org based of course. > > It does not to have to be anything fancy like inter-linear, I could use > a simple table but

Re: [SOLVED] Re: [FEATURE request] hope `org-agenda-custom-commands` can support propertiezed-text.

2023-03-07 Thread General discussions about Org-mode.
stardiviner writes: > [...] >> Does `("c" ,(format ...) ...) work? > > This macro-style expanded string works. I'm curious why have to be expanded? The reason is that org does not expect to run arbitrary sexp (in your case, the (format ...) expression); instead with the backtick and unquote,

Re: org-roam: how to have links un-opened

2023-02-21 Thread General discussions about Org-mode.
"Fraga, Eric" writes: > Hello all, > > I'm using org-roam for notes and it's working very nicely. There is > just one thing I would like to adjust. The org-roam buffer has all > backlink entries "open" and I would like the default view to be with the > individual links listed but not opened.

Re: I want minus-key to give me `-' only

2023-02-20 Thread General discussions about Org-mode.
Colin Baxter writes: > In an org-mode buffer, I notice a depression of the minus-key `-' now > also gives an under-bar. I find this very annoying. I never insert the > subsequent letter `—' whatever it's called, and I do not want it. How do > I remove this "feature" such that a depression of

[BUG] Smart quotes do not work in export when language is en-gb

2023-02-10 Thread General discussions about Org-mode.
Hello, When exporting a document to LaTeX with smart quotes enabled, I found that this had been ignored (e.g. "hello" vs ``hello'' in the output). I had the document language set to en-gb, which it seems disables smart quotes, as there is no corresponding entry in org-export-smart-quotes

Re: Problem with let/cl-letf binding stuff with org-capture

2023-02-10 Thread General discussions about Org-mode.
Hi Arthur, Please excuse my brevity and semi-random line of thought, as I’m replying on mobile right now. See below. > On Feb 10, 2023, at 23:11, Arthur Miller wrote: > >  > Based on a Reddit thread: > >

Re: [RFC] If you use Org 9.6, please share the output of M-x org-element-cache-hash-show-statistics

2023-02-09 Thread General discussions about Org-mode.
Ihor Radchenko writes: > > If you are ok with sharing the statistics, and you are running Emacs > session for at least few hours (using Org mode, obviously), please reply > sharing the output of > M-x org-element-cache-hash-show-statistics > M-x emacs-uptime I have emacs running on two

Re: [O] [PATCH] ob-eval: display error fix

2023-01-26 Thread General discussions about Org-mode.
Hi Ruijie, > > thanks for asking. > I combined them now and tested again all variants. > > Andreas > >> On 7. Jan 2023, at 22:33, Ruijie Yu via General discussions about Org-mode. >> wrote: >> >> >> Hi Andreas, >> >> -(display-buffer buf)

Re: how to export to latex with $ constructs rcsinfo

2023-01-26 Thread General discussions about Org-mode.
Uwe Brauer writes: > Hi > > I have the following org file example > > #+LATEX_HEADER_EXTRA: \usepackage[scrpage2]{rcsinfo} > \makeatletter > \def\@rcsInfoFancyInfo{{\footnotesize% > \emph{\fcolorbox{black}{yellow}{Rev: \rcsInfoRevision,} > \rcsInfoOwner, > \rcsInfoLongDate, > \rcsInfoTime}}} >

orgmode website contributions to translations? -- Was: It's possible, to translate the org-mode website into Spanish?

2023-01-25 Thread General discussions about Org-mode.
Antonio Simón writes: > Greetings from Spain. > > I'm a newbie in the FOSS world and a big fan of Emacs and org-mode in which > I'm taking my first steps. > > I have seen that the Org mode page is available in several languages, and > Spanish is not one of them. > > I was thinking of

Re: [Bug] 'org-font-lock-extra-keywords' appear next to the parent heading when its subtree is folded.

2023-01-23 Thread General discussions about Org-mode.
Philipp Kiefer writes: > Org mode version 9.6.1, GNU Emacs 27.2 (build 1, x86_64-w64-mingw32) > > Please see the two screenshots here for illustration: > > https://imgur.com/a/7EuUi0J > > (I'm assuming it's not a good idea - or not even possible - to send e-mail > attachments to the list?) >

Re: New face: org-agenda-calendar-timerange

2023-01-19 Thread General discussions about Org-mode.
Ruijie Yu writes: > [...] > The patch applies cleanly on current main branch (52f29d4da), and all > tests from `make test` passed. However, I don't see any effects on a > test org buffer (see attached) -- in particular, I don't see the > `org-agenda-calendar-daterange' face being shown

Re: New face: org-agenda-calendar-timerange

2023-01-19 Thread General discussions about Org-mode.
gaut...@gautierponsinet.xyz writes: > Please find attached a patch containing two commits. > > [...] > > It seems to me that this should be done by creating repeating tasks > rather than an entry with a timerange, because suppose I want to put > in my agenda an event spanning on several days

Re: .org.bak files are in Org mode -- intended?

2023-01-18 Thread General discussions about Org-mode.
alain.coch...@unistra.fr writes: > I have noticed by chance that files with the .org.bak extension are in > Org mode by default. > > If one does not pay attention, it can lead to mistakes. > > If it is really intended, why not mention it in the manual? (In 1.3, > where it is said that "Files

Re: Possible error in manual

2023-01-14 Thread General discussions about Org-mode.
J G writes: > 2.2.3 Catching invisible edits > > Sometimes you may inadvertently edit an invisible part of the buffer and be > confused on what has been edited and how to undo the mistake. > Setting org-fold-catch-invisible-edits to non-nil helps preventing this. See > the docstring of

Re: copying text from links makes it with a starting [[

2023-01-12 Thread General discussions about Org-mode.
> On Jan 12, 2023, at 15:45, Luca Ferrari wrote: > > On Tue, Dec 27, 2022 at 2:26 PM Ihor Radchenko wrote: >> >> Luca Ferrari writes: >> Could you please provide more details about what is happening? >> What exactly do you do to copy the link? >> See

Re: [O] [PATCH] ob-eval: display error fix

2023-01-07 Thread General discussions about Org-mode.
Hi Andreas, -(display-buffer buf)) +(if org-babel-eval-error-display-notify +(display-buffer buf) + (if (or (not (numberp exit-code)) + (> exit-code 0)) + (display-buffer buf Quick question, does it help or hurt readability if we change this

Re: Is function 'org-insert-property-drawer' usable?

2022-12-31 Thread General discussions about Org-mode.
alain.coch...@unistra.fr writes: > The manual says: > >You can interactively insert a drawer at point by calling >‘org-insert-drawer’, which is bound to ‘C-c C-x d’. [...] With a >prefix argument, this command calls ‘org-insert-property-drawer’, >which creates a ‘PROPERTIES’

Re: org-persist files in /tmp

2022-12-22 Thread General discussions about Org-mode.
Greg Minshall writes: > hi, Ihor, > >> Do we need to care about cleaning up /tmp? > > my two cents is that maybe one should not care so much about cleaning up > /tmp, but i think it's worthwhile trying not to clutter it up too much. > > cheers, Greg One possible approach to this is to have

Re: Recommended way to work on main without upgrading Org?

2022-12-21 Thread General discussions about Org-mode.
Karthik Chikmagalur writes: > Hi, > > I'm trying to work on the main branch of Org, with the intent of creating a > patch. However, I need to continue using Org 9.5 for everyday work in a > separate Emacs session as I can't have things breaking. Is there a > recommended > way to run two

bug#51034: error when doing a time stamp in org with no newline after heading

2022-11-13 Thread General discussions about Org-mode.
> This issue is no longer present in the latest Org version (main branch). Yup, I no longer get an error and it works how you would expect.

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-11-05 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Let's not use 00:00 times. This may fail the test in some unusual time > zones. Changed to 06:00. >From e39e3fa3e58963e7ef15258ed267fa9ed0de936b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Thu, 3 Nov 2022 22:47:44 +0100 Subject: [PATCH]

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-11-03 Thread General discussions about Org-mode.
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

[BUG] org-num-mode does not clear previous numbers [9.5.5 (9.5.5-g9ce472 @ /home/user/.config/emacs/straight/build/org/)]

2022-10-19 Thread General discussions about Org-mode.
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.

Re: [PATCH]: ox-latex: omit empty date

2022-08-01 Thread General discussions about Org-mode.
> emacs--- via "General discussions about Org-mode." > writes: > >> My use case is very niche and be solved by changing my custom latex date >> command by renaming it as for example \mydate. >> >> Adding extra options like with_date:nil seems overk

Re: [PATCH]: ox-latex: omit empty date

2022-08-01 Thread General discussions about Org-mode.
On 31/07/2022 09:38, Ihor Radchenko wrote: >> Max Nikulin writes: >> All the above makes sense. Do I miss something? >>> >>> To be precise, \date is not exported to LaTeX file, but current date >>> appears in PDF. That is why I consider the change as a breaking one. >>> >>> Try to

Re: [PATCH]: ox-latex: omit empty date

2022-07-29 Thread General discussions about Org-mode.
rds,  Bob  Jul 29, 2022, 15:31 by yanta...@gmail.com: > emacs--- via "General discussions about Org-mode." > writes: > >> From 120e4ca11f021fa2d7e7abf57187c2db71942302 Mon Sep 17 00:00:00 2001 >> From: Bob Vergauwen >> Date: Fri, 29 Jul 2022 14:28:21 +0200 >

[PATCH]: ox-latex: omit empty date

2022-07-29 Thread General discussions about Org-mode.
Dear list,  In the attachment you can find a patch which omits an empty \date{} line in a latex document when the option to include the date is set to nil or when  no date is provided. This empty date line can cause problems is certain  use cases.  Kind regads, Bob 

Re: [Question]: Parsing attribute string

2022-07-14 Thread General discussions about Org-mode.
Thank Ihor, this did the trick!  -- Sent with Tutanota, enjoy secure & ad-free emails. Jul 14, 2022, 12:53 by yanta...@gmail.com: > emacs--- via "General discussions about Org-mode." > writes: > >> I have a quick question about parsing a string containing

[Question]: Parsing attribute string

2022-07-14 Thread General discussions about Org-mode.
Dear list,  I have a quick question about parsing a string containing attributes. My string has the following form (setq my-string ":caption the caption :label fig-1 :width 10cm :something this is an extra option") I'm looking for a function which produces an alist or plist with the option

Re: Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-06 Thread General discussions about Org-mode.
> >>> Hi, adding an "input" type of header is one option. What about adding a > >>> call to resolve relative file names instead, thus solving maybe other > >>> needs in addition? > >>> > >> That was my second approach. I was concerned that forcing all imports with > >> an absolute path could

Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-05 Thread General discussions about Org-mode.
Hi Daniel, >> in the attachment you find a proposed patch to support including external >> files >> when exporting a latex source block. Currently this was only possible by >> using a >> :header argument. The problem with this approach is that, files needed to be >> included with their

[PATCH] ob-latex: Added support for including files with a relative path

2022-07-04 Thread General discussions about Org-mode.
Dear list,  in the attachment you find a proposed patch to support including external files when exporting a latex source block. Currently this was only possible by using a :header argument. The problem with this approach is that, files needed to be included with their absolute path. My

Re: ox-latex table tabbing support.

2022-06-24 Thread General discussions about Org-mode.
Hi Robert,  I used the instructions provide on  https://orgmode.org/worg/org-contribute.html#first-patch. For me, it was a first too, send a patch via email. Can I  prevent these issues in the future or use a different method to send my patches? Kind regardes, Bob  -- Sent with Tutanota, enjoy

Implementing ox-beamer property support in ox-latex.

2022-06-21 Thread General discussions about Org-mode.
Dear list, I recently fell in love with the properties support provided by ox-beamer.  Especially in combination with an appropriate column view, this feature allows you to create complex presentations and maintain a good overview of all slides, layouts and possible transitions.  Today I

Subject: [PATCH] Fix DISPLAY error on exporting org with plantuml to html

2022-06-06 Thread General discussions about Org-mode.
Hi Timothy, The commit f9dcc3d was overridden by the commit b5f0efc. This patch will re-submit the solution based on the last rev. Please help review and merge the patch. Thanks B.R. Lin From 6512e94806a4c08f40e6796e239ad2b318f7fbc5 Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Tue, 7 Jun 2022

Re: [DISCUSSION] Refactoring fontification system

2022-06-04 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Have you tried > #+begin_src http :pretty :wrap "src json :eval no" > ? It does work the same, thanks! -- Ted Reed

Re: [DISCUSSION] Refactoring fontification system

2022-06-03 Thread General discussions about Org-mode.
Ihor Radchenko writes: > 1. org-protecting-blocks is an internal auxiliary variable used to >determine which blocks should be fontified using different major >mode. >It's value is ("src" "example" "export") >So, #+begin_src lang and #+begin_export lang are fontified according >

Re: ox-latex table tabbing support.

2022-04-04 Thread General discussions about Org-mode.
Hi Ihor, Thanks for the response. I updated my patched and mailed the requested copyright form to ass...@gnu.org Kind regards, Bob  -- Sent with Tutanota, the secure & ad-free mailbox. Apr 4, 2022, 12:33 by yanta...@gmail.com: > emacs--- via "General discussions ab

ox-latex table tabbing support.

2022-03-28 Thread General discussions about Org-mode.
Dear all,  I have implemented tabbing (http://www.ctex.org/documents/latex/latex2e-html/ltx-58.html) support for ox-latex. By setting #+ATTR_LATEX: :mode tabbingthe exporter will use the tabbing environment.  The benefits of using tabbing over tabular: - Can span multiple pages (also possible

Patch links babel graphviz-dot

2022-03-18 Thread General discussions about Org-mode.
Patch to update some links. Greetings, Nicolas >From 0f336a1e225a13be45109d247d00474a0310e3dd Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 17 Mar 2022 14:30:22 +0100 Subject: [PATCH] updating links to graphviz documentation. --- org-contrib/babel/languages/ob-doc-dot.org | 2 +-

bug#51043: Fix build of rkdeveloptool

2022-02-21 Thread General discussions about Org-mode.
Hi, Here's fix of the rkdeveloptool package which fails to build due to GCC complaining about the truncation error. See https://github.com/rockchip-linux/rkdeveloptool/pull/62. PetrFrom 50e6bbcf7f648a7793ecf6b1ddd9a4148fc776b8 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Mon, 21 Feb

Playing down the text in org-mode

2022-01-14 Thread General discussions about Org-mode.
Jan 15, 2022, 10:23 by maciasch...@posteo.net: > fatiparty--- via "General discussions about Org-mode." writes: > >> It is much better now.  In Emacs, footnotes have a background  color.  I >> still >> can see the footnote background colour with ":back

Playing down the text in org-mode

2022-01-14 Thread General discussions about Org-mode.
Jan 15, 2022, 09:16 by maciasch...@posteo.net: > fatipa...@tutanota.com writes: > >> That works well.  But although I am atttempting to remove the >> background and change the foreground colour, the old colours remain. >> >> (with-eval-after-load 'org >>   (set-face-attribute 'org-footnote nil

Playing down the text in org-mode

2022-01-14 Thread General discussions about Org-mode.
Jan 15, 2022, 08:41 by maciasch...@posteo.net: > fatipa...@tutanota.com writes: > >> But this is giving "error: Invalid face, org-footnote" >> > > Try this (I forgot to mention this, sorry): > > (with-eval-after-load 'org > (set-face-attribute 'org-footnote nil :foreground "d2691e" :height 0.8

Playing down the text in org-mode

2022-01-14 Thread General discussions about Org-mode.
Jan 15, 2022, 08:41 by maciasch...@posteo.net: > fatipa...@tutanota.com writes: > >> But this is giving "error: Invalid face, org-footnote" >> > > Try this (I forgot to mention this, sorry): > > (with-eval-after-load 'org > (set-face-attribute 'org-footnote nil :foreground "d2691e" :height 0.8 >

Playing down the text in org-mode

2022-01-14 Thread General discussions about Org-mode.
Jan 15, 2022, 08:00 by maciasch...@posteo.net: > fatiparty--- via "General discussions about Org-mode." writes: > >> What is the face name associated with inline footnotes? >> > > M-x describe-face RET Is your friend. Place the cursor on any inline > no

Playing down the text in org-mode

2022-01-14 Thread General discussions about Org-mode.
Jan 15, 2022, 02:13 by e.fr...@ucl.ac.uk: > On Friday, 14 Jan 2022 at 14:44, fatipa...@tutanota.com wrote: > >> I would like to include the customisation using elisp code >> > > Have a look at, for instance, > > ,[ C-h f set-face-foreground RET ] > | set-face-foreground is an interactive

Playing down the text in org-mode

2022-01-14 Thread General discussions about Org-mode.
Jan 15, 2022, 01:30 by e.fr...@ucl.ac.uk: > On Friday, 14 Jan 2022 at 14:03, fatipa...@tutanota.com wrote: > >> How can I remove the background and underline for footnotes, and change >> foreground colour. >> > > M-x customize-face RET org-footnote RET > > and adapt as you see fit? > I would

Playing down the text in org-mode

2022-01-14 Thread General discussions about Org-mode.
Jan 14, 2022, 21:41 by e.fr...@ucl.ac.uk: > On Thursday, 13 Jan 2022 at 21:39, Juan Manuel Macías wrote: > >> I think a custom link would suffice for text within the paragraph. A >> quick example: >> > > Very nice example. Thank you. > > Custom links are excellent for this kind of behaviour

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

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

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 any

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 any

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

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 mislea

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

Playing down the text in org-mode

2022-01-13 Thread General discussions about Org-mode.
e a good case on the reasons why one would like to have text that is somewhat obscured. Great functionality if it gets to be introduced in official org-mode. > > On Thu, Jan 13, 2022 at 2:16 PM fatiparty--- via General discussions about > Org-mode. <> emacs-orgmode@gnu.org&

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 >>

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 li

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?

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2022-01-01 Thread General discussions about Org-mode.
"Berry, Charles" writes: > Max, > >> On Dec 31, 2021, at 4:05 AM, Max Nikulin wrote: >> >> >> Should some function a macro be provided to facilitate declaring >> languages as data format (config files, JSON, YAML, etc.) rather than >> executable source code? > > I think we already have this

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2022-01-01 Thread General discussions about Org-mode.
Max Nikulin writes: > On 30/12/2021 15:00, Rudolf Adamkovič wrote: >> >> #+property: header-args:bibtex+ :eval yes > > Why do you set ":eval yes" explicitly for bibtex if you believe that > it should not be executed? Plain old stupidity. :) Rudy -- "Programming reliably --- must be an

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-30 Thread General discussions about Org-mode.
Rudolf Adamkovič via "General discussions about Org-mode." writes: > Below, I include a typical use case: Org notes about an article with a > corresponding BibTeX entry. Please, ignore the example I gave, as it does not show anything. I apologize it. Below, I provide a g

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-29 Thread General discussions about Org-mode.
"Berry, Charles" writes: > Rudy, > > Thanks for the comment, but ... > >> On Dec 25, 2021, at 1:37 PM, Rudolf Adamkovič wrote: >> >> I think we look at the problem from two different perspectives. You >> look at the problem from the "how" perspective, whereas I look at it >> from the "why"

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-28 Thread General discussions about Org-mode.
Max Nikulin writes: > No, it means instruction to unload support of emacs-lisp even it was > loaded before. I see. Thank you for the explanation! I misunderstood the (rather unusual) "org-babel-do-load-languages" API despite having read the documentation. > I do not insist that current

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-27 Thread General discussions about Org-mode.
Max Nikulin writes: > Let's consider the following example: > > >8 > Test > > #+begin_src elisp >(message "Test") > #+end_src > 8< - > > emacs -Q -L ~/src/org-mode/lisp/ --eval "(custom-set-variables > '(org-babel-load-languages '((emacs-lisp . nil" babel-exec.org > >

bug#52587: 29.0.50; Wrong block header/footer background in Org

2021-12-26 Thread General discussions about Org-mode.
Protesilaos Stavrou writes: > [ I will sync with emacs.git as soon as I publish the next tagged > version (2.0.0). It is a big one and the change log will take some > time to prepare... Maybe this week. ] I noticed "Update modus-themes to version 2.0.0" in the Git log. Yet, I compiled

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-25 Thread General discussions about Org-mode.
Ihor Radchenko writes: > And we do not have to force the users adding trivial things like > bibtex. Bibtex may be one of the defaults. I see. In effect, Org would not try to "execute BibTeX" when executing a buffer. That makes sense! Rudy -- "I love deadlines. I love the whooshing noise they

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-25 Thread General discussions about Org-mode.
"Berry, Charles" writes: > The problem cited here *only* exists for execution using > org-babel-execute-buffer or similar functions. > > For that case, setting buffer or heading properties, such as […] > resolves the issue. > > So the user needs to add just one-line per language to set this up.

bug#52778: 29.0.50; refill-mode issues in org-mode

2021-12-25 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Could you kindly use M-x org-submit-bug-report to prepare your > future bug reports related to Org mode? Oh, I apologize. I did not know that Org has its own command to report bugs. In the future, I will use M-x org-submit-bug-report. Rudy -- "I love deadlines. I

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-23 Thread General discussions about Org-mode.
Ihor Radchenko writes: > So, Org cannot distinguish between language backends that are simply > not loaded and the ones that do not define org-babel-execute:lang. Oh, if we have this architectural limitation in place, then Org cannot help the user, and every user will have "explain" to Org that

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-21 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Though I am not a big fan of introducing yet another customisation. > Maybe someone has better ideas? I struggle to understand. Why do we need a customization? If Org knows that some backend exists but has no execute function, why does it even try to execute it? It

[BUG] org-html-mathjax-options docstring [9.5.1 (release_9.5.1-11-g96d91b @ /emacs-28.0.90/lisp/org/)]

2021-12-18 Thread General discussions about Org-mode.
Hello, It seems the docstring of org-html-mathjax-options may need to be updated. I tried setting 'autonumber' to "None", as the docstring suggests, but only the lower-cased "none" worked fine. Also, MathJax documentation for 2.7 (the version I've got HTML rendered with by org-mode) mentions

[BUG] Set org-format-latex-options in .dir-locals.el [9.5.1 (release_9.5.1-11-g96d91b @ emacs-28.0.90/lisp/org/)]

2021-12-18 Thread General discussions about Org-mode.
Hello, I tried configuring 'org-format-latex-options' per a org-mode file/directory by adding the following configuration into the .dir-locals.el file: ((org-mode . ((org-format-latex-options . (:foreground default :background default

[BUG] Manual links to MathJax documentation [9.5.1 (release_9.5.1-11-g96d91b @ /emacs-28.0.90/lisp/org/)]

2021-12-18 Thread General discussions about Org-mode.
Hello, I noticed the links in the footnotes 131 and 132 are broken at https://orgmode.org/manual/Math-formatting-in-HTML-export.html I suppose the following links may be used instead: 131: http://docs.mathjax.org/en/v2.7-latest/tex.html 132:

bug#52547: 29.0.50; Confusing behavior of org-timer-set

2021-12-17 Thread General discussions about Org-mode.
Kyle Meyer writes: > This must be org-timer-set-timer; there's no org-timer-set in Org's > tree. Correct. My apologies. > Yes, it seems better to at least signal a user-error if the input > doesn't match the expected format. Agreed. Or perhaps recognize h/m/s, like org-schedule does. >

examples for org-manual

2021-12-01 Thread General discussions about Org-mode.
The org-manual could use more practical examples, in my opinion. How does one submit suggestions/edits?

Re: Bug: org-no-popups disregards display-buffer-fallback-action 9.4.6

2021-11-14 Thread General discussions about Org-mode.
Hello! On 13.11.21 14:15, Max Nikulin wrote: Some users prefers multiple frames, others multiple windows in a full-screen frame. Could you, please, briefly describe what kind of behavior you are truing to achieve? My thought is that I have a perfectly good window manager that allows me to

Re: Bug: org-no-popups disregards display-buffer-fallback-action 9.4.6

2021-11-14 Thread General discussions about Org-mode.
On 13.11.21 14:15, Max Nikulin wrote: On 10/11/2021 14:50, Jan Seeger wrote: I'm trying to make multi-frame emacsing nicer, and I encountered what I consider a bug with the `org-no-popups` macro in `org-macs.el`. `org-no-popups` tries to surpress the creation of new frames via setting

Re: Bug: org-no-popups disregards display-buffer-fallback-action [9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20210920/)]

2021-11-14 Thread General discussions about Org-mode.
On 10.11.21 11:20, Ihor Radchenko wrote: Jan Seeger via "General discussions about Org-mode." writes: Hello! I'm trying to make multi-frame emacsing nicer, and I encountered what I consider a bug with the `org-no-popups` macro in `org-macs.el`. This problem has been fixed in Org

whitespace in org source files

2021-11-12 Thread General discussions about Org-mode.
I'm hacking on ob-shell.el and I see that the source has mixed tabs and spaces. If I were to contribute changes, would it be an issue if tabs were converted to whitespace? I've not used the email contribution style before and have had whitespace issues in the past with GitHub PRs.  I

Bug: org-no-popups disregards display-buffer-fallback-action [9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20210920/)]

2021-11-10 Thread General discussions about Org-mode.
Hello! I'm trying to make multi-frame emacsing nicer, and I encountered what I consider a bug with the `org-no-popups` macro in `org-macs.el`. `org-no-popups` tries to surpress the creation of new frames via setting `pop-up-frames` and `display-buffer-alist` to nil temporarily. This does not

Bug: org-no-popups disregards display-buffer-fallback-action [9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20210920/)]

2021-11-10 Thread General discussions about Org-mode.
Hello! I'm trying to make multi-frame emacsing nicer, and I encountered what I consider a bug with the `org-no-popups` macro in `org-macs.el`. `org-no-popups` tries to surpress the creation of new frames via setting `pop-up-frames` and `display-buffer-alist` to nil temporarily. This does not

Chiming in [Re: org-cite not mentioned in ORG-NEWS for 9.5]

2021-09-27 Thread General discussions about Org-mode.
As reported by Bastien, I started a documentation for the current state of the citation engine(s). I intended to complete it, but got "a little" sidetracked. Enclosed is a patch of where I was in August. Bastien made the following remarks, which I mostly intended to follow :

[PATCH] ox: Italian smart quotes

2021-08-12 Thread General discussions about Org-mode.
[PATCH] ox: Italian smart quotes * ox.el (org-export-smart-quotes-alist): Added support for italian smart quotes. >From 97a45353d19be98bcf0d94da0d902a025408fa3a Mon Sep 17 00:00:00 2001 From: DPDmancul Date: Wed, 11 Aug 2021 18:21:55 +0200 Subject: [PATCH] ox: Italian smart quotes * ox.el

[PATCH] ox: Italian smart quotes

2021-08-11 Thread General discussions about Org-mode.
>From 97a45353d19be98bcf0d94da0d902a025408fa3a Mon Sep 17 00:00:00 2001 From: DPDmancul Date: Wed, 11 Aug 2021 18:21:55 +0200 Subject: [PATCH] ox: Italian smart quotes * ox.el (org-export-smart-quotes-alist): Added support for italian smart quotes. --- lisp/ox.el | 6 ++ 1 file changed, 6

Re: [patch] priorities range reversed

2021-08-09 Thread General discussions about Org-mode.
Actually, there some bigger problems with the function as well... — It didn’t update the priority cookie properly when one had been set before * [#1] Exercise: update to [#2] — After fixing that, I noticed that the included save-excursion doesn’t work

[patch] priorities range reversed

2021-08-09 Thread General discussions about Org-mode.
In the case of numeric priorities [#1] [#9] and so on, there is a test that is reversed in org.el. This appears twice with a slight variation. ;; Are we are less than the highest or greater than the lowest? (or (< (upcase new) org-priority-highest) (> (upcase new) org-priority-lowest)) The

[BUG] Second item of `org-agenda-timerange-leaders' cannot be a function [9.4.6 (9.4.6-gf70e36 @ /home/viz/lib/emacs/straight/build/org/)]

2021-08-03 Thread General discussions about Org-mode.
Looking at the definition of `org-agenda-timerange-leaders' suggests that the second item of the list can be a function.     (defcustom org-agenda-timerange-leaders '("" "(%d/%d): ")   "Text preceding timerange entries in the agenda view.     This is a list with two strings.  The first

Re: should a BIBLIOGRAPHY keyword supercede org-cite-global-bibliography?

2021-07-19 Thread General discussions about Org-mode.
Le lundi 19 juillet 2021 à 13:54 -0400, John Kitchin a écrit : > That doesn't seem consistent with other ways that file-local keywords > are used though, and it would lead (for me anyway) to citing > unintended > references (and including unintended bib files in the export) if > there is > only

should a BIBLIOGRAPHY keyword supercede org-cite-global-bibliography?

2021-07-19 Thread General discussions about Org-mode.
> It seems like that should not be the case, i.e. if you define > BIBLIOGRAPHY keywords it means you do not want to use the ones in  > org-cite-global-bibliography. Is there a scenario where the union of  > those makes sense? Yes indeed: you may have - A library for background issues (e. g.

Re: Put #+print_bibliography in an org source code block?

2021-07-19 Thread General discussions about Org-mode.
Am 18.07.2021 um 07:02 schrieb Vikas Rawal: I don't know if this is crazy. But I was wondering if it is possible (or worth exploring as an idea) to turn #+print_bibliography into something that can be evaluated to throw the bibliography as results in the org file itself. This would then allow

Re: [PATCH] Allow tangling to a list of files

2021-07-07 Thread General discussions about Org-mode.
Dear Tim, On Tuesday, July 6, 2021 3:30:40 AM EDT Tim Cross wrote: > Jacopo De Simoi via "General discussions about Org-mode." writes: > > Hi Greg, > > > > thanks for your comments! > > > > On Tuesday, July 6, 2021 12:43:54 AM EDT Greg Mins

Re: [PATCH] Allow tangling to a list of files

2021-07-06 Thread General discussions about Org-mode.
to see how to do the same with noweb and compare my approach with the "standard" one. Once more, I hope these examples clarify my point of view. Best Jacopo On Tuesday, July 6, 2021 2:11:09 AM EDT Vladimir Lomov wrote: > Hello! > > ** Jacopo De Simoi via General discuss

Re: [PATCH] Allow tangling to a list of files

2021-07-05 Thread General discussions about Org-mode.
Hi Greg, thanks for your comments! On Tuesday, July 6, 2021 12:43:54 AM EDT Greg Minshall wrote: > hi, Jacopo, > > i'm not convinced this is needed over and above your old "solution" of > using <> witn N-different source blocks, each :tangle'ing to a > different file. To be honest I never

how to document/comment a complex org table formula

2021-07-04 Thread General discussions about Org-mode.
Limbic answer : - create an emacs-lisp function doing what you want - comment /ad libitum/ - call this function in your spreadsheet. HTH,

Re: [wip-cite-new] Adjust punctuation around citations

2021-05-16 Thread General discussions about Org-mode.
Am 16.05.2021 um 23:38 schrieb Bruce D'Arcus: On Sun, May 16, 2021 at 5:29 PM Denis Maier wrote: ... There's only one further complication: if the quotation is a set off block quote, the citation comes after the punctuation mark: This is a complete sentence. (author year) I've not seen

<    1   2   3   >