summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-28ob-R, ob-julia: Do not force-start session in Org Src buffersIhor Radchenko4-22/+26
2023-06-25org-edit-special: Fix docstringIhor Radchenko1-1/+5
2022-08-07Support interactive editing of comment blocksIhor Radchenko3-3/+46
2021-07-09Allow `org-edit-special' to open "bibliography" filesNicolas Goaziou1-2/+2
2021-05-18Move `org-file-url-p' to "org-macs.el", rename it to `org-url-p'Nicolas Goaziou5-11/+11
2020-05-26Extend org-edit-special to editing LaTeX fragmentsTEC3-0/+54
2019-02-06Fix `org-edit-special' on INCLUDE with additional parametersNicolas Goaziou1-11/+9
2018-11-10Use `org-strip-quote' when possibleNicolas Goaziou5-35/+35
2018-09-27org: Enable planning lines for special editMarco Wahl1-0/+8
2018-09-18org: Add special edit on timestampsMarco Wahl1-1/+6
2018-04-27Revert "org.el: Fix bug when links contain special characters"Nicolas Goaziou1-1/+1
2017-06-13Allow org-file-contents to fetch file contents from a URLKaushal Modi7-53/+238
2017-02-01Implement `org-edit-latex-environment'Nicolas Goaziou3-1/+31
2016-09-24Tiny refactoringNicolas Goaziou1-2/+1
2016-01-13Silence byte-compilerNicolas Goaziou3-163/+169
2015-11-08org-src: Allow to edit remotely inline src blocksNicolas Goaziou2-22/+67
2015-04-26org-src: Allow editing footnote definitionsNicolas Goaziou2-15/+73
2014-11-24`org-edit-special' edits export blocksNicolas Goaziou2-2/+9
2014-11-24org-src: Unify source editing toolsNicolas Goaziou3-541/+545
2014-10-02Fix `org-edit-special' on file names with spacesNicolas Goaziou1-3/+8
2014-10-02ox: Allow file-links with #+INCLUDE-keywordRasmus6-16/+220
2014-01-13org.el (org-edit-special): Use `find-file-other-window'Bastien Guerry1-1/+1
2013-06-01ob-tangle: declare org-edit-specialAchim Gratz1-0/+1
2013-04-03Use prefix arg in org-edit-specialAaron Ecay1-3/+4
2013-02-11org.el (org-edit-special): Don't allow to edit when buffer is read onlyBastien Guerry1-0/+2
2013-01-16Allow special editing of SETUPFILE keywords againNicolas Goaziou1-1/+1
2013-01-09org.el (org-edit-special): Fix typo in docstringBastien Guerry1-1/+1
2013-01-09Rewrite `org-edit-special' with ElementsNicolas Goaziou1-28/+38
2013-01-08org.el (org-edit-special): Check for table.el before checking for Org tablesBastien Guerry1-3/+2
2012-12-24Fix regression: allow editing HTML and LaTeX source blocks againBastien Guerry2-3/+3
2012-12-23Don't allow special edit in verbatim blocks.Bastien Guerry2-3/+3
2012-12-23org.el (org-edit-special): Fix bug about editing special blocks "example" and...Bastien Guerry1-5/+7
2012-12-21org.el (org-edit-special): Fix docstring.Bastien Guerry1-5/+5
2012-12-14org.el (org-edit-special): Fix bug about editing special environments.Bastien Guerry1-9/+16
2012-04-23Match #+name/#+tblname/#+tblfm along with uppercase twins.Bastien Guerry9-42/+52
2010-11-27Edit formulas with "C-c '"when in TBLMF lineCarsten Dominik1-1/+0
2010-11-20Make org-edit-special call the formula editor if cursor is in TBLFM lineCarsten Dominik1-1/+4
2010-06-06Better recognizing of source code snippetsCarsten Dominik2-5/+6
2009-07-28DONE optionally evaluate header references when we switch to =*Org Edit Src*=...Eric Schulte2-24/+51