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
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
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
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
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
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
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.
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)
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
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.
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
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.
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
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
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
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
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.
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
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
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
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
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.
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.
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
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.
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
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.
27 matches
Mail list logo