Re: Developing Moodle resources/sites with Org Mode

2024-01-17 Thread Denis Bitouzé
Le 17/01/24 à 19h23, Leo Butler a écrit : > I have used org-mode to do all my STACK question authoring for a few > years now [1]. I do all the writing in emacs and then copy/paste into the > STACK textareas, test, repeat. It is not elegant, but it is easier than > working in a web-browser. It woul

Re: Option that prevents Org to add \lstset{language=⟨language⟩,...} when code blocks are exported to LaTeX

2022-10-18 Thread Denis Bitouzé
Le 18/10/22 à 04h14, Ihor Radchenko a écrit : > Denis Bitouzé writes: > >> here is a feature request about the LaTeX export. >> >> With ~(setq org-latex-listings t)~, code blocks such as: >> >> ┌ >> │ #+BEGIN_SRC ⟨language⟩ :exports code >&g

Export (to `LaTeX`) `~⟨code snippet⟩~` into `\lstinline+⟨code snippet⟩+` (just as does `src_⟨language⟩{⟨code snippet⟩}`)

2022-03-11 Thread Denis Bitouzé
Hi, here is a feature request about the LaTeX export (another one: the previous mine, https://list.orgmode.org/87zgmda67z@example.com/, sadly didn't get any answer). With `(setq org-latex-listings t)`, `src_⟨language⟩{⟨code snippet⟩}` is exported from `org-mode` to `LaTeX` into `\lstinline[la

Option that prevents Org to add \lstset{language=⟨language⟩,...} when code blocks are exported to LaTeX

2022-02-26 Thread Denis Bitouzé
Hi, here is a feature request about the LaTeX export. With ~(setq org-latex-listings t)~, code blocks such as: ┌ │ #+BEGIN_SRC ⟨language⟩ :exports code │ ... │ #+END_SRC └ are exported to LaTeX into: ┌ │ \lstset{language=⟨language⟩,label= ,caption= ,captionpos=b,numbe

Re: [O] Bug: The headers' anchors from custom ids should be at the beginning, and not at the end, of these headers [8.3.1 (8.3.1-129-ga7c8d2-elpa @ /home/bitouze/.emacs.d/elpa/org-20150921/)]

2015-09-22 Thread Denis Bitouzé
Le 22/09/15 à 22h01, Nicolas Goaziou a écrit : > Denis Bitouzé writes: > >> I don't see your point. >> >> 1. What is less readable: the anchor or, if the anchor is at its >>beginning, the heading ? > > The latter. > >> 2. At what le

Re: [O] Bug: The headers' anchors from custom ids should be at the beginning, and not at the end, of these headers [8.3.1 (8.3.1-129-ga7c8d2-elpa @ /home/bitouze/.emacs.d/elpa/org-20150921/)]

2015-09-22 Thread Denis Bitouzé
Le 22/09/15 à 21h39, Nicolas Goaziou a écrit : > Hello, Hello, >> As you can see, the anchor in the .md file is at the end of the header and, >> in >> case this header contains long text, clicking on a link to this anchor would >> lead us to the end, eventually not at the first line, of this h

[O] Bug: The headers' anchors from custom ids should be at the beginning, and not at the end, of these headers [8.3.1 (8.3.1-129-ga7c8d2-elpa @ /home/bitouze/.emacs.d/elpa/org-20150921/)]

2015-09-21 Thread Denis Bitouzé
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 http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: Custom id taken into account with html, but not with markdown, exports [8.3.1 (8.3.1-123-g823cad-elpa @ /home/bitouze/.emacs.d/elpa/org-20150914/)]

2015-09-21 Thread Denis Bitouzé
Le 21/09/15 à 08h30, Nicolas Goaziou a écrit : > Hello, > > Denis Bitouzé writes: > >> BTW, do you agree with the other issue I reported: >> >> #+begin_src org >> - A [[/rootsite/somepage/][(relative) page]]. >> - A [[/rootsite/somepage][(relative)

Re: [O] Bug: Custom id taken into account with html, but not with markdown, exports [8.3.1 (8.3.1-123-g823cad-elpa @ /home/bitouze/.emacs.d/elpa/org-20150914/)]

2015-09-20 Thread Denis Bitouzé
Le 20/09/15 à 23h01, Nicolas Goaziou a écrit : > Hello, Hello, > dbito...@wanadoo.fr (Denis Bitouzé) writes: > >> When the following org mode file: >> >> #+begin_src org >> * Heading with custom id >> :PROPERTIES: >> :CUSTOM_ID: custom-id-he

[O] Bug: Custom id taken into account with html, but not with markdown, exports [8.3.1 (8.3.1-123-g823cad-elpa @ /home/bitouze/.emacs.d/elpa/org-20150914/)]

2015-09-20 Thread Denis Bitouzé
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 http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: [Markdown export] Relative pages considered as files if links' targets [8.3.1 (8.3.1-123-g823cad-elpa /home/bitouze/.emacs.d/elpa/org-20150914/)]

2015-09-20 Thread Denis Bitouzé
Rasmus gmx.us> writes: > What if you add a dot? > > #+begin_src org > - A [[./rootsite/somepage/][(relative) page]]. > - A [[./rootsite/somepage][(relative) page]]. > #+end_src > > ⇒ > > #+begin_src markdown > - A [(relative) page](./rootsite/somepage/). > - A [(relative) page](./rootsite

[O] Bug: [Markdown export] Relative pages considered as files if links' targets [8.3.1 (8.3.1-123-g823cad-elpa @ /home/bitouze/.emacs.d/elpa/org-20150914/)]

2015-09-20 Thread Denis Bitouzé
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 http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: Internal links broken when exporting from org mode to markdown and odt [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-20 Thread Denis Bitouzé
Le 20/09/15 à 13h26, Nicolas Goaziou a écrit : > The fix is only 2 days old and is not included in Org ELPA yet. OK, thanks, sorry to have been so impatient :) Regards. -- Denis

Re: [O] Bug: Internal links broken when exporting from org mode to markdown and odt [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-20 Thread Denis Bitouzé
Le 19/09/15 à 00h06, Nicolas Goaziou a écrit : > Denis Bitouzé writes: > >> Via ELPA, it will be okay? > > It should. There is a new ELPA release every week. OK, thanks. >> I should have been more explicit, sorry: AFAICS, when clicking on the >> "another

Re: [O] Bug: Extra blank line in subitem list when exported to markdown [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-16 Thread Denis Bitouzé
Le 16/09/15 à 14h51, Nicolas Goaziou a écrit : > Denis Bitouzé writes: > >> Well, please, don't trust me too quickly :) I must admit I'm very far >> from a mardown expert: I'm only a very occasional user. > > I never use markdown myself. Between the t

Re: [O] Bug: \vert{} exported to markdown not as expected [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-14 Thread Denis Bitouzé
Le 14/09/15 à 02h10, "Charles C. Berry" a écrit : > On Sun, 13 Sep 2015, Nicolas Goaziou wrote: > >> >> >> Denis Bitouzé writes: >> > [...] > >> Markdown export back-end use :html conventions to translate entities. >> For some reason

Re: [O] Bug: Extra blank line in subitem list when exported to markdown [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-14 Thread Denis Bitouzé
Le 13/09/15 à 22h41, Nicolas Goaziou a écrit : > Hello, Hello, > dbito...@wanadoo.fr (Denis Bitouzé) writes: > >> When exported to markdown, an extra blank line is added in subitem >> lists, as shown by the following minimal example. >> >> #+NAME: test.

Re: [O] Please confirm your message

2015-09-14 Thread Denis Bitouzé
y have to confirm your address once. > > If you do not respond to this confirmation request within 14 days, > your message will not be delivered. > > From: Denis Bitouzé > Subject: Re: Bug: \vert{} exported to markdown not as expected [8.3.1 > (8.3.1-103-g366dc4-elp

Re: [O] Please confirm your message

2015-09-14 Thread Denis Bitouzé
y have to confirm your address once. > > If you do not respond to this confirmation request within 14 days, > your message will not be delivered. > > From: Denis Bitouzé > Subject: Re: Please confirm your message > To: Gmane Remailer > Cc: > public-emacs-orgmode-mXXj5

Re: [O] Bug: \vert{} exported to markdown not as expected [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-14 Thread Denis Bitouzé
Le 13/09/15 à 22h47, Nicolas Goaziou a écrit : > Denis Bitouzé writes: > >> 1. For _, \under{} is necessary since _ at the org mode level is >>exported as \_. >> 2. For |, source | could be okay. But I'd like to use strings as above >>in tables an

Re: [O] Bug: \vert{} exported to markdown not as expected [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-13 Thread Denis Bitouzé
Le 13/09/15 à 22h04, Nicolas Goaziou a écrit : > Hello, Hello, > dbito...@wanadoo.fr (Denis Bitouzé) writes: > >> The following file: >> >> #+NAME: test.org >> #+begin_src org >> Foo |bar_baz| >> >> Foo \vert{}bar\under{}baz\vert{} &g

[O] Bug: Extra blank line in subitem list when exported to markdown [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-12 Thread Denis Bitouzé
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 http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] Bug: \vert{} exported to markdown not as expected [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-12 Thread Denis Bitouzé
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 http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: LaTeX source code blocks not exported in Markdown [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-11 Thread Denis Bitouzé
Le 11/09/15 à 17h58, Nicolas Goaziou a écrit : > Hello, Hi Nicolas and Charles, >> Expected behavior: >> >> ┌ >> │ #+BEGIN_SRC latex >> │ latex >> │ #+END_SRC >> └ >> >> gives: >> >> ┌ >> │ latex >> └ > > This is because latex block can be evaluated, which gi

[O] Bug: LaTeX source code blocks not exported in Markdown [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-11 Thread Denis Bitouzé
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 http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: Internal links broken when exporting from org mode to markdown and odt [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-10 Thread Denis Bitouzé
Hi, Le 10/09/15 à 22h06, Nicolas Goaziou a écrit : > Thank you for the report. You're welcome. > I fixed it in Markdown back-end yesterday. Many thanks. > You may want to upgrade Org. Via ELPA, it will be okay? > However, I don't see anything wrong with ODT. I should have been more explic

[O] Bug: Internal links broken when exporting from org mode to markdown and odt [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-10 Thread Denis Bitouzé
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 http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.