Nicolas,

Sebastien Vauban wrote:
> After heavy testing (on all my Org files, I mean) of the function
> `org-repair-property-drawers', it works perfectly except for the
> following corner-case (when there are Org properties in "quote"
> blocks).
>
> PS- I did not retest (yet) the same thing in #+begin/end_src
>     blocks... as playing with that example files makes my Emacs eat 100%
>     of the CPU (infloop?). I've restarted Emacs 5 or 6 times before
>     being able to write this ECM...

I confirm the problem is the same if Org properties are enclosed in
a #+begin/end_src block such as:

--8<---------------cut here---------------start------------->8---
** Sectionnement

Exemple de section avec un titre court pour LaTeX :

#+begin_src org
,* Ceci est un titre de section assez long
  :PROPERTIES:
  :ALT_TITLE: Ceci est un titre court
  :END:
#+end_src
--8<---------------cut here---------------end--------------->8---

Upon execution of the repair function, that entry will be wrongly
converted.

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to