Commit Graph

147 Commits

Author SHA1 Message Date
daniel 1a025fe92d add math environments 2025-12-31 21:17:21 +01:00
daniel 41b02602b4 add file head section 2025-12-30 11:29:14 +01:00
daniel f1ca83da0c org special block with arbitrary attributes to create rst directives with arbitrary options 2025-12-29 22:06:32 +01:00
daniel 6cc853189d update document title template to define metadata 2025-12-29 20:49:45 +01:00
daniel 6b53dc6575 header line only at the end of the header 2025-12-29 19:47:09 +01:00
daniel 658effe6f5 add single row table 2025-12-29 19:34:03 +01:00
daniel 43d10b71e5 add caption to code-block 2025-12-29 19:14:19 +01:00
Masanao Igarashi b73eff187e slight change 2025-04-28 14:34:00 +09:00
Masanao Igarashi 7b75c18774 Avoid negative numbers 2025-04-28 14:07:24 +09:00
Masanao Igarashi 17bebbbc9b org-translate-time is obsolute 2025-04-28 13:19:03 +09:00
Masanao Igarashi 2ab85cba25 Use dotted pair notation 2025-04-28 13:17:44 +09:00
Masanao Igarashi 31999a9114 Use regexp-opt 2025-04-07 16:46:21 +09:00
Masanao Igarashi b4ba5c7e95 Set default to rst-format-drawer-function 2025-04-03 16:57:19 +09:00
Masanao Igarashi de143fbf6b Use org-timestamp-translate 2025-04-03 15:24:10 +09:00
Masanao Igarashi a196a3e528 get rid of fuzzy: 2025-04-02 18:23:13 +09:00
Masanao Igarashi f7eea0239b Update version 2025-03-31 16:53:50 +09:00
Masanao Igarashi 69dae554fb Do not strip link type by default during export 2025-03-31 16:53:50 +09:00
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