Commit Graph

130 Commits

Author SHA1 Message Date
Masanao Igarashi f0861900ff org-element: New `org-element-*property*' function 2025-03-31 16:53:50 +09:00
Masanao Igarashi 1c1e2269b7 org-element-lineage: Allow TYPES to be a symbol 2025-03-31 16:53:50 +09:00
Masanao Igarashi 82b4db2ae2 Rename `org-element-get-parent-element' and move to org-element 2025-03-31 16:53:50 +09:00
Masanao Igarashi 6e2015fdd4 Rename org-export-get-parent' to org-element-parent' 2025-03-31 16:53:50 +09:00
Masanao Igarashi 623c5783f0 Use `org-element-type-p' 2025-03-31 16:53:50 +09:00
Masanao Igarashi a5d1f2e58d Use new function names org-element-extract' and org-element-set' 2025-03-31 16:53:49 +09:00
Masanao Igarashi 291e938738 Create aliases for export region functions 2025-03-31 16:53:49 +09:00
Masanao Igarashi a6be43d453 Assert all the Org files to load the same Org version 2025-03-31 16:53:49 +09:00
Masanao Igarashi 58084781c3 Give link parser knowledge of attachment link expanded path 2025-03-31 16:53:49 +09:00
Masanao Igarashi d87f0a0fdb Extend export tooling in link parameters 2025-03-31 16:53:49 +09:00
Masanao Igarashi 99fa790da5 Merge pull request #53 from cursorius-cursor/patch-2
Update ox-rst.el
2020-08-16 00:11:50 +09:00
cursorius-cursor 5229edcfd2 Update ox-rst.el
webp is becoming more and more popular image format
2020-08-15 09:36:45 +02:00
Masanao Igarashi 9158bfd180 Merge pull request #50 from dajva/file_as_ref
Support sphinx refs for project local links
2019-10-13 14:51:49 +09:00
David Landell 7c055a679f Allow using refs for project local links
Sphinx is using refs to project internal targets in other files. This
patch convert org mode file links to such refs. Enabled via setting.
2019-10-05 16:00:19 +02:00
Masanao Igarashi 8421178004 Fix a bug #48 2019-10-01 18:21:44 +09:00
Masanao Igarashi c53ca21260 Merge pull request #47 from dajva/emacs-25
Depend on Emacs 25.1
2019-10-01 17:44:04 +09:00
David Landell 50fdee7d29 Depend on Emacs 25.1
Seems to work fine, using this package with Emacs 25 so let's be less
restrictive with the requirements.
2019-09-24 16:49:15 +02:00
Masanao Igarashi 25ea7a8a7f Update version 2019-08-13 13:27:02 +09:00
Masanao Igarashi 82506f8fa8 Update README.org 2019-08-13 13:27:02 +09:00
Masanao Igarashi 746a246cc5 Export attachment links to images as inline images (ae9cd437) 2019-08-13 11:51:54 +09:00
Masanao Igarashi 2c7338d68c Rationalize `org-link-(un)escape' (cc7c4a67) 2019-08-13 11:51:54 +09:00
Masanao Igarashi cb7b48da74 Update copyright year 2019-08-13 11:07:23 +09:00
Masanao Igarashi f60773e3b3 Export attributes specified with :attr_rst for links (3b5e2665) 2019-08-13 11:07:23 +09:00
Masanao Igarashi 681a501b34 Remove `org-get-tags-string' (upstream commit edc159c2) 2019-08-13 11:07:23 +09:00
Masanao Igarashi b2b7f351e0 single-armed "if" -> "when" 2019-08-09 18:11:59 +09:00
Masanao Igarashi 038bce090f Fixed issue with links to other org files (#34) 2019-08-09 17:47:22 +09:00
Masanao Igarashi 973ef2b539 Remove dependency on ox-ascii (Fix #44) 2019-08-07 17:32:27 +09:00
Masanao Igarashi a74b60883b Merge pull request #41 from skgsergio/master
Make headline underline characters customizable
2018-03-15 09:13:35 +09:00
Sergio Conde Gomez ae90eab92c Make headline underline characters customizable 2018-03-14 20:20:35 +01:00
Igarashi Masanao 313640ac94 Add escaping for :: 2018-02-22 22:33:28 +09:00
Igarashi Masanao 905825229c Clean up org-rst-plain-text (Fix #37) 2018-02-22 22:00:13 +09:00
Igarashi Masanao 4f2c4ddb22 Fix comment 2018-02-22 21:55:56 +09:00
Igarashi Masanao 9d2daebfab Use info 2018-02-22 21:55:29 +09:00
Igarashi Masanao a42402f571 Rewrite org-rst-verse-block 2018-02-17 23:44:10 +09:00
Igarashi Masanao 47ad15097a Don't use TOC keyword 2018-02-17 23:39:30 +09:00
Igarashi Masanao 58715dcba3 Remove duplicate newlines 2018-01-15 21:05:10 +09:00
Igarashi Masanao 83a3bcb54e Update footnote definition format (Fix #38) 2018-01-15 19:20:35 +09:00
Igarashi Masanao 0efb1f1657 Update copyright 2018-01-15 19:20:08 +09:00
Masanao Igarashi 6d1eab55ff Merge pull request #36 from Curiosidad-Racional/patch-1
The construct \d for any digit is not supported
2017-10-05 07:53:56 +09:00
Curiosidad-Racional 47d52f23ff The construct \d for any digit is not supported
The construct \d for any digit is not supported, use [0-9] or [:digit:] instead

https://www.emacswiki.org/emacs/RegularExpression
2017-10-04 20:35:32 +02:00
Igarashi Masanao 70f1559171 Revert "fix #14"
This reverts commit 37058655c4.
2017-04-18 23:58:26 +09:00
Igarashi Masanao 69ac5e8781 Remove unused code 2017-04-18 23:42:36 +09:00
Igarashi Masanao 37058655c4 fix #14 2017-04-18 23:40:16 +09:00
IGARASHI Masanao c5f300cf02 Use :rst-text-markup-alist in org-rst--text-markup 2017-02-20 13:52:15 +09:00
IGARASHI Masanao 902bd08ce4 Comment block will disapper 2017-02-20 13:49:16 +09:00
IGARASHI Masanao 2fc6747825 Remove unused code 2017-02-20 13:44:18 +09:00
IGARASHI Masanao 37b9f3a6f0 Update copyright years 2017-02-20 13:42:23 +09:00
IGARASHI Masanao e1d08d9df3 Update copyright years 2017-01-10 00:10:36 +09:00
IGARASHI Masanao 7b6095c532 Remove meaningless code 2016-12-28 04:09:35 +09:00
IGARASHI Masanao 43e5faae5c Mark `org-link-escape-browser' as obsolete 2016-12-28 03:52:01 +09:00