We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02eb958 commit f94551cCopy full SHA for f94551c
org-edit-latex.el
@@ -209,10 +209,12 @@ header."
209
(pb (org-element-property :post-blank ele))
210
(pa (org-element-property :post-affiliated ele))
211
(type (cond
212
- ((eq (car ele) 'latex-environment) 'environment)
+ ((eq (car ele) 'latex-environment)
213
+ 'environment)
214
((save-excursion
215
(goto-char beg)
- (looking-at-p org-edit-latex-inline-beg-regexp)) 'inline)
216
+ (looking-at-p org-edit-latex-inline-beg-regexp))
217
+ 'inline)
218
(t nil)))
219
(pt (point)))
220
(save-excursion
0 commit comments