* IDs
@ 2009-04-23 2:27 srandby
2009-04-23 3:13 ` IDs Bernt Hansen
0 siblings, 1 reply; 7+ messages in thread
From: srandby @ 2009-04-23 2:27 UTC (permalink / raw)
To: [Orgmode]
I saw some discussion on the list about custom IDs, but it confused me.
So, here is my problem.
I upgraded to 6.26. Now, when I export my index.org file to html, the
headlineline
* Courses
is exported to
<div id="outline-container-2" class="outline-2">
<h2 id="nil">Courses </h2>
<div class="outline-text-2" id="text-2">
instead of
<div id="outline-container-2" class="outline-2">
<h2 id="sec-2">Courses </h2>
<div class="outline-text-2" id="text-2">.
This happens for all other headlines in index.org too.
I don't want to define a custom ID for every headline, I want org-mode
to generate them automatically as it did in the past. For now, I've gone
back to 6.25b.
I see that 6.26d is out. I haven't tried it yet. Is this issue resolved
in 6.26d, or is the new way the default. If so, how do I make things
work the old way?
Scott Randby
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: IDs
2009-04-23 2:27 IDs srandby
@ 2009-04-23 3:13 ` Bernt Hansen
0 siblings, 0 replies; 7+ messages in thread
From: Bernt Hansen @ 2009-04-23 3:13 UTC (permalink / raw)
To: srandby; +Cc: [Orgmode]
srandby@gmail.com writes:
> I saw some discussion on the list about custom IDs, but it confused
> me. So, here is my problem.
>
> I upgraded to 6.26. Now, when I export my index.org file to html, the
> headlineline
>
> * Courses
>
> is exported to
>
> <div id="outline-container-2" class="outline-2">
> <h2 id="nil">Courses </h2>
> <div class="outline-text-2" id="text-2">
>
> instead of
>
> <div id="outline-container-2" class="outline-2">
> <h2 id="sec-2">Courses </h2>
> <div class="outline-text-2" id="text-2">.
This was a bug in the 6.26 release that was fixed in 6.26a
>
> This happens for all other headlines in index.org too.
>
> I don't want to define a custom ID for every headline, I want org-mode
> to generate them automatically as it did in the past. For now, I've
> gone back to 6.25b.
>
> I see that 6.26d is out. I haven't tried it yet. Is this issue
> resolved in 6.26d, or is the new way the default. If so, how do I make
> things work the old way?
6.26d should work fine. Yes it is resolved.
-Bernt
^ permalink raw reply [flat|nested] 7+ messages in thread
* IDs
@ 2011-07-18 14:24 Ido Magal
2011-07-18 14:54 ` IDs Bastien
2011-07-19 5:25 ` IDs Carsten Dominik
0 siblings, 2 replies; 7+ messages in thread
From: Ido Magal @ 2011-07-18 14:24 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
Is it possible to suppress the creation of IDs? And what might be the
consequences of doing so?
Org-mode tends to add IDs and it makes files less readable outside of Emacs.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: IDs
2011-07-18 14:24 IDs Ido Magal
@ 2011-07-18 14:54 ` Bastien
2011-07-18 15:40 ` IDs Ido Magal
2011-07-19 5:25 ` IDs Carsten Dominik
1 sibling, 1 reply; 7+ messages in thread
From: Bastien @ 2011-07-18 14:54 UTC (permalink / raw)
To: Ido Magal; +Cc: emacs-orgmode@gnu.org
Dear Ido,
Ido Magal <ido.magal@gmail.com> writes:
> Is it possible to suppress the creation of IDs? And what might be the
> consequences of doing so?
Please give more context:
- when do IDs get created?
- what is your configuration relevant to this?
- what did you try to turn off the creation of IDs?
Help us replicate the problem to see how we can help you.
Best regards,
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: IDs
2011-07-18 14:54 ` IDs Bastien
@ 2011-07-18 15:40 ` Ido Magal
0 siblings, 0 replies; 7+ messages in thread
From: Ido Magal @ 2011-07-18 15:40 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode@gnu.org
Hrmm. By your response I takeit that it's not as obvious as I was
expecting. I assumed that ID additions were normal. I'll
reinvestigate.
Thanks.
On Jul 18, 2011, at 7:54, Bastien <bzg@altern.org> wrote:
> Dear Ido,
>
> Ido Magal <ido.magal@gmail.com> writes:
>
>> Is it possible to suppress the creation of IDs? And what might be the
>> consequences of doing so?
>
> Please give more context:
>
> - when do IDs get created?
> - what is your configuration relevant to this?
> - what did you try to turn off the creation of IDs?
>
> Help us replicate the problem to see how we can help you.
>
> Best regards,
>
> --
> Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: IDs
2011-07-18 14:24 IDs Ido Magal
2011-07-18 14:54 ` IDs Bastien
@ 2011-07-19 5:25 ` Carsten Dominik
2011-07-19 5:29 ` IDs Ido Magal
1 sibling, 1 reply; 7+ messages in thread
From: Carsten Dominik @ 2011-07-19 5:25 UTC (permalink / raw)
To: Ido Magal; +Cc: emacs-orgmode@gnu.org
On 18.7.2011, at 16:24, Ido Magal wrote:
> Is it possible to suppress the creation of IDs? And what might be the
> consequences of doing so?
>
> Org-mode tends to add IDs and it makes files less readable outside of Emacs.
>
Please take a look at the docstrings for the following two variables:
org-link-to-org-use-id
org-mobile-force-id-on-agenda-items
These are the most likely causes for the automatic addition of ids.
HTH
- Carsten
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: IDs
2011-07-19 5:25 ` IDs Carsten Dominik
@ 2011-07-19 5:29 ` Ido Magal
0 siblings, 0 replies; 7+ messages in thread
From: Ido Magal @ 2011-07-19 5:29 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 169 bytes --]
org-mobile-force-id-on-agenda-items!
thanks!
On Mon, Jul 18, 2011 at 22:25, Carsten Dominik <carsten.dominik@gmail.com>wrote:
> org-mobile-force-id-on-agenda-items
>
[-- Attachment #2: Type: text/html, Size: 1397 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-07-19 5:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18 14:24 IDs Ido Magal
2011-07-18 14:54 ` IDs Bastien
2011-07-18 15:40 ` IDs Ido Magal
2011-07-19 5:25 ` IDs Carsten Dominik
2011-07-19 5:29 ` IDs Ido Magal
-- strict thread matches above, loose matches on Subject: below --
2009-04-23 2:27 IDs srandby
2009-04-23 3:13 ` IDs Bernt Hansen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).