Hello,
Fabrice Popineau writes:
> 2017-09-08 19:40 GMT+02:00 kadal :
>
>> That said, the first option is better because if I'm setting a CUSTOM_ID,
>> that's what should be used for internal links...
>>
>>
> I agree with that. Ideally, if you set a CUSTOM_ID, then it should replace
> the default
2017-09-08 19:40 GMT+02:00 kadal :
> On 09/08/2017 10:32 AM, Nicolas Goaziou wrote:
>
>> kadal writes:
>>
>> Seems like the second one should export to either ""
>>> or "".
>>>
>>
>> Is it valid HTML?
>>
>> Regards,
>>
>> This SO thread has confusing answers: https://stackoverflow.com/ques
> tion
On 09/08/2017 10:32 AM, Nicolas Goaziou wrote:
kadal writes:
Seems like the second one should export to either ""
or "".
Is it valid HTML?
Regards,
This SO thread has confusing answers:
https://stackoverflow.com/questions/192048/can-an-html-element-have-multiple-ids#192066
Looks like th
Fair point. Would it be sufficient to give these type of links a class,
say "org-internal-links". Then you should be able to explicitly turn off
the content for these links.
.org-internal-links::after {content:"";}
I don't know, looks like a bug to me.
I haven't put much thought into
kadal writes:
> Seems like the second one should export to either ""
> or "".
Is it valid HTML?
Regards,
Hello,
Rasmus writes:
> kadal writes:
>
>> The problem is that if you have CSS that decorates links by adding
>> content after a link, that (empty) link gets decorated too.
>
> Fair point. Would it be sufficient to give these type of links a class,
> say "org-internal-links". Then you should
kadal writes:
> The problem is that if you have CSS that decorates links by adding
> content after a link, that (empty) link gets decorated too.
Fair point. Would it be sufficient to give these type of links a class,
say "org-internal-links". Then you should be able to explicitly turn off
the
This org file (OPTIONS are to keep the exported file clean)
-
* heading 1
* heading 2
:PROPERTIES:
:CUSTOM_ID: my-name
:END:
exports to
---
1 heading 1
class="section-number-2">2 heading 2
The problem is that if you have CSS that decorates links by adding
content after a link, that (empty) link gets decorated too.
Is it possible to remove it? There is no such empty link for the first
heading which does not have CUSTOM_ID set.
Deepak
On 09/07/2017 10:32 AM, Nicolas Goaziou wrot
Hello,
kadal writes:
> This org file
>
> -
> * heading 1
> * heading 2
> :PROPERTIES:
> :CUSTOM_ID: my-name
> :END:
>
>
>
> exports to
>
> ---
>
> 1 heading 1
>
>
>
> class="section-number-2">2 heading 2
This org file
-
* heading 1
* heading 2
:PROPERTIES:
:CUSTOM_ID: my-name
:END:
exports to
---
1 heading 1
class="section-number-2">2 heading 2
---
The "
11 matches
Mail list logo