Re: eval with :dir in included file

2023-07-19 Thread Dominique Dumont
On Friday, 7 July 2023 17:44:10 CEST Ihor Radchenko wrote: > No, currently. > We do something similar in `org-export--update-included-link', but not > for :dir. Thanks for the quick answer. FTR, I'm now using ':eval never-export' [1] to workaround this issue. All the best [1]

eval with :dir in included file

2023-07-07 Thread Dominique Dumont
Hi I have a file with this code block: ~~~ file terraform-admin.org ** Retrieve public IPs :PROPERTIES: :CUSTOM_ID: retrieve-public-ips :END: #+begin_src shell :results verbatim :dir "stacks/public-ips" :exports both terragrunt output ips #+end_src ~~~ Exporting this file works fine. I have

Re: Markdown export is non-deterministic?

2022-10-16 Thread Dominique Dumont
On Saturday, 8 October 2022 00:31:00 CEST Matias Eyzaguirre wrote: > I’m using org-mode to generate a markdown README for a project that is > under version control. I’ve noticed that the anchor tags used for the > table of contents seem to be annoyingly random and change from export > to export.

Re: Deleting (not archiving) TODO items when done

2021-08-05 Thread Dominique Dumont
Le mercredi 4 août 2021, 19:47:11 CEST William Denton a écrit : > Is there a keystroke to delete a TODO? I usually use C-c C-x C-w to delete a TODO item. HTH

Re: Deleting (not archiving) TODO items when done

2021-08-05 Thread Dominique Dumont
Le mercredi 4 août 2021, 19:47:11 CEST William Denton a écrit : > Is there a keystroke to delete a TODO? I usually use C-c C-x C-w to delete a TODO item. HTH

Re: stability of toc links

2021-04-25 Thread Dominique Dumont
On Wednesday, 21 April 2021 18:24:27 CEST Nicolas Goaziou wrote: > In particular, I'm not sure to understand how one system can generate an > ID based on the heading content and still limit itself to alphanumeric > characters. For example, what ID are generated with the following > document? > >

Re: stability of toc links

2020-12-14 Thread Dominique Dumont
On Wednesday, 9 December 2020 00:28:46 CET Samuel Wales wrote: > when you link to a section using toc, you get a link like > > https://thekafkapandemic.blogspot.com/2020/02/crimes-against-humanity_3.htm > l#org080f0ab > > will these links break if somebody copies them and pastes them >

Re: Help with moderating non-subscribers messages on the Org mailing list

2020-09-21 Thread Dominique Dumont
Hi On mercredi 16 septembre 2020 11:04:42 CEST Bastien wrote: > The task is to check the mailman administration page and to discard > messages that should not be sent to the list, while allowing those > sent by non-subscribers who ask relevant questions. For what's it's worth, I use listadmin

Re: Bug: ox-md: URL in HTML tables should not use markdown syntax [9.3.1 (9.3.1-dist @ /usr/share/emacs/site-lisp/elpa/org-9.3.1/)]

2020-06-23 Thread Dominique Dumont
On Tuesday, 23 June 2020 15:53:07 CEST Nicolas Goaziou wrote: > Fixed. Thank you. That was fast ! Thanks :-)

Bug: ox-md: URL in HTML tables should not use markdown syntax [9.3.1 (9.3.1-dist @ /usr/share/emacs/site-lisp/elpa/org-9.3.1/)]

2020-06-22 Thread Dominique Dumont
Hi The following org-mode table is exported in plain markdown mode as an HTML table: | name | link | |+| | debian | [[http://www.debian.org][debian]] | Unfortunately, the link inside the table is exported with Markdown syntax: debian [debian](http://www.debian.org) This

Re: org-babel strange html print in R

2020-02-07 Thread Dominique Dumont
On Friday, 7 February 2020 14:38:53 CET Bastien wrote: > This seems to be a *very* version of org-mode ;) Bummer... I remember that I've used org-version to get the version number. I guess I have cut'n'pasted an unrelated number :-/ For the record, I've tested R and html output on Org mode

Re: org-babel strange html print in R

2020-02-07 Thread Dominique Dumont
On Thursday, 6 February 2020 19:23:36 CET Jeremie Juste wrote: > I've found that some strange results when outputing html from R. > Do you have some insights on a potential solution? On my system, org-mode 3.6.1 provides the expected table. All the best

Re: Refresher on including R/ggplot2 output via latex/pdf?

2019-10-28 Thread Dominique Dumont
On Monday, 28 October 2019 05:16:00 CET John Hendy wrote: > I just went to use what I think is how I used to include ggplot2 > results in PDF experts, but it's not working. [...] > My test file: > - > * test > > #+begin_src R :results output graphics :exports results :file foo.png >

[O] Bug: ox-s5: level 1 headers show up as slide sub-title [9.2.3 (9.2.3-dist @ /usr/share/emacs/site-lisp/elpa/org-9.2.3/)]

2019-09-25 Thread Dominique Dumont
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.