Re: [O] loss of text properties in org-export--generate-copy-script

2018-11-27 Thread John Kitchin
ok. I thought there might be a reason. I guess something like a read-only property could be a problem if anything tries to change those. Are there other properties you know of that could be problematic? maybe before/after change properties? I think there are inhibit-* variables to avoid issues with

Re: [O] loss of text properties in org-export--generate-copy-script

2018-11-27 Thread Nicolas Goaziou
Hello, John Kitchin writes: > In the function org-export--generate-copy-script, the buffer contents are > copied over with buffer-substring-no-properties, so it appears that all > text properties are lost in the temporary copy. > > I wondered why that is done? I feel more comfortable when I can