Hello,

I would like to insert some fontified text into an org-buffer; this works, as 
long as I am not within a table.

If you run this example within an org-mode buffer:

(insert (org-add-props "\n\nOutside table\n\n|Inside table|\n" '(font-lock-face 
highlight)))

the first line ("Outside table") is fontified correctly, whereas the second line 
("Inside table"),
which is a simple table, is not.

Probably this is due to the fact, that org has its own opinion, on how the 
table should be fontified.

Is there any way to circumvent this behaviour ?


with kind regards, Marc-Oliver Ihm


Reply via email to