Re: Are 'placement' and 'float' "obsolete terms" in inline images export

2023-10-22 Thread Juan Manuel Macías
Ihor, sorry for the late reply. Ihor Radchenko writes: > So, the difference between :environment and :float is that :float also > encapsulates \caption in addition to the actual environment (like > tabularx or includegraphics) used for transcoded exported element. > I can see how :float+:place

Re: No-description <> links

2023-10-22 Thread Rudolf Adamkovič
Ihor Radchenko writes: > I think that we may need to introduce a customization for default link > description. Some backends hard-code the default description to > something non-trivial and some just use arbitrary fallback like ??? > (ox-ascii), "No description" (ox-html), or "" (ox-latex). I wo

Re: the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I tried >> , >> | >> | #+options: SELECT_TAGS: noexport >> | #+options: EXCLUDE_TAGS: export > This is not a correct format. Please, review the manual section I linked > to. So it should be #+options: SELECT_TAGS: ("noexport")

Re: the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
> Uwe Brauer writes: > My mistake: I didn't reload the file after adding the local > variables: your example didn't work for me either. Sorry. > Just follow what Ihor told you, it's simpler. > About exporting the tags, the following option seem to do the trick: > #+OPTIONS: tags:nil Ah, th

Re: Pandoc and nested emhases

2023-10-22 Thread Juan Manuel Macías
Sorry for the late reply. I haven't had much time these days to keep up with the list... Max Nikulin writes: > It was long time ago... > > On 18/02/2022 07:47, Juan Manuel Macías wrote: >> Otherwise, if you export to LaTeX with pandoc (v. 2.14.2), the result is >> (to my surprise) correct: >> #+b

Re: the opposite of the noexport tag

2023-10-22 Thread Ihor Radchenko
Uwe Brauer writes: > I tried > , > | > | #+options: SELECT_TAGS: noexport > | #+options: EXCLUDE_TAGS: export This is not a correct format. Please, review the manual section I linked to. (side note: this is odd to set selected tags to "noexport") #+SELECT_TAGS: noexport #+EXCLUDE_TAGS: ex

Re: the opposite of the noexport tag

2023-10-22 Thread Bruno Barbier
Uwe Brauer writes: >> Uwe Brauer writes: > > >> I just tested your example. It works for me, exporting to HTML. I'm >> using org version 9.7-pre. > >> What is the error ? > > Well since I did not set a list, org mode complained about it. Not in > your case? I exported to LaTeX but it should mak

Re: the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
> Uwe Brauer writes: > I just tested your example. It works for me, exporting to HTML. I'm > using org version 9.7-pre. > What is the error ? Well since I did not set a list, org mode complained about it. Not in your case? I exported to LaTeX but it should make any difference > Unrelated, b

Re: [RFC][PATCH] Allow to export to ascii custom link types as notes

2023-10-22 Thread Max Nikulin
On 22/10/2023 16:13, Ihor Radchenko wrote: Max Nikulin writes: For ascii backend :export function from `org-link-parameters' may return (PATH . DESCRIPTION) `cons' instead of string. This is non-standard. We should document it somewhere in the manual. Currently the question is whether it is

Re: the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> | # org-export-select-tags: noexport >> | # org-export-exclude-tags: export > This is not right. The value must be a list. Ok that triggered the error then > Alternatively to file-local variables, you can also use SELECT_TAGS > keywor

Re: the opposite of the noexport tag

2023-10-22 Thread Bruno Barbier
Uwe Brauer writes: "BB" == Bruno Barbier writes: > >> Did you try org-export-select-tags ? > >> (I didn't but, from its documentation, it might be what you're looking >> for). > , > | > | Yes I tried the following > | Some test > | * First section > | * Second

Re: the opposite of the noexport tag

2023-10-22 Thread Ihor Radchenko
Uwe Brauer writes: > | # org-export-select-tags: noexport > | # org-export-exclude-tags: export This is not right. The value must be a list. Alternatively to file-local variables, you can also use SELECT_TAGS keyword. See 13.2 Export Settings section of the manual. -- Ihor Radchenko // yantar9

Re: the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
>>> "BB" == Bruno Barbier writes: Hi > Hi, > Uwe Brauer writes: >> >> So it would be very handy to configure the exporter for that file >> locally that he only exports sections that have a export tag >> >> Is this possible? > Did you try org-export-select-tags ? > (I didn't but, from its

Re: the opposite of the noexport tag

2023-10-22 Thread Bruno Barbier
Hi, Uwe Brauer writes: > > So it would be very handy to configure the exporter for that file > locally that he only exports sections that have a export tag > > Is this possible? Did you try org-export-select-tags ? (I didn't but, from its documentation, it might be what you're looking for).

the opposite of the noexport tag

2023-10-22 Thread Uwe Brauer
Hi I usually have org files with say a dozen or more sections, and if I wish not to export a specific section I just add the noexport tag. However, sometimes I am faces with the opposite problem. The documents contains dozens or more section and I only want to export one or two. So it would b

Re: Feature request: export form feed as page break

2023-10-22 Thread Uwe Brauer
>>> "JK" == Jambunathan K writes: > I am the original author of ox-odt.el. > The page break feature is available as part of > https://github.com/kjambunathan/org-mode-ox-odt > This is a fork of the ODT exporter in Emacs Orgmode. Hello Since I have used this exporter for some time now, I would

Re: Re: Re: [BUG] Return doesnt work when point is on org headlines after ellipsis [9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2023-10-22 Thread Ihor Radchenko
"brillenfi...@bluewin.ch" writes: > I updated to org. 9.6.10 and the bug is gone! Handled.

Re: Help me contribute to org

2023-10-22 Thread Ihor Radchenko
em...@supporter.mailer.me writes: > I have gone through a half of the githowto and have watched the magit video > in full. > I will explain what I am doing step by step, so that you can comment on each > of them; > > 1. git clone git://git.savannah.gnu.org/emacs/org-mode.git/ > 2. git config use

Re: [BUG] org-export-with-broken-links not respected for (org-icalendar-combine-agenda-files t) [9.6.9 ( @ /home/jorge/.config/emacs/elpa/org-9.6.9/)]

2023-10-22 Thread Ihor Radchenko
Ihor Radchenko writes: > Jorge P. de Morais Neto writes: > >>> Would you be interested to submit a patch? >> >> Yes, I suppose I can do it! I will try do do it this weekend, but it >> could take longer because, although it will be a simple patch, I am >> disorganized. It has been over one mon

Re: [RFC][PATCH] Allow to export to ascii custom link types as notes

2023-10-22 Thread Ihor Radchenko
Max Nikulin writes: > it was discussed that attempts to customize export to plain text of link > types such as "elisp:" and "shell:" break formatting as notes at the end > of the heading (`org-ascii-links-to-notes'). > > The attached patches is a draft implementing this feature (new functions

Re: Feature request: export form feed as page break

2023-10-22 Thread Ihor Radchenko
Max Nikulin writes: > P.S. I am against using non-printable characters for markup. It might be > an \... entity for page break inside a paragraph, "#+...:" keyword > between block-level elements, etc. What about all the above? We may provide entity, keyword, and also ^L. -- Ihor Radchenko //

Re: Feature request: export form feed as page break

2023-10-22 Thread Ihor Radchenko
Marvin Gülker writes: > ... > On the other hand, there are semantic page breaks. The page break I > described in the OP is of this kind – it has been added specifically to > hide the proposed solution from the first page and allow me to just > print page 1 and hand that one to the students. For t

Re: Feature request: export form feed as page break

2023-10-22 Thread Ihor Radchenko
Max Nikulin writes: > On 21/10/2023 16:19, Ihor Radchenko wrote: >> - page breaks location is very much backend-dependent; typographic >> detail https://list.orgmode.org/orgmode/875yhiyxnb.fsf@localhost > > Is the link correct? Indeed, it is not. The right link is: https://list.orgmode.org/o

Re: [BUG] org-icalendar-include-todo keyword doesn't include entries with keyword [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2023-10-22 Thread Ihor Radchenko
Björn Bidar writes: > * How to reproduce > 1. emacs -Q or minimal org config > 2. create a todo file like this one: > * TODO bar > foo > * NOT-VALID foo > bar > 3. Set org-icalendar-include-todo to '("TODO") > 4. C-c C-e c f > 5. inspect the created ics file Fixed, on main. https://git.savannah.

Re: No-description <> links

2023-10-22 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Consider the sentence > > "This is a [[link]]." > > in a document with a "<>" target. > > Org exports the sentence to HTML as > > "This is a No description for this link." > > and to PDF as > > "This is a ." Confirmed. > How about we export it as > > "This is

Re: Bug with "BEAMER_OPT: shrink" and links

2023-10-22 Thread Ihor Radchenko
"Fraga, Eric" writes: > Confirmed: same issue for me. > > However, having looked at the LaTeX generated, I do not believe this is > a bug in org; rather, it is likely an issue with beamer so you may need > to bring this up on one of the LaTeX lists/groups. Guillaume, may I know if you posted a b