ox-rtf

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-12-03
23:50
Fixed table caption to pass test. Leaf check-in: 048487c33f user: weigand tags: master, trunk
2024-12-02
03:52
Finish revamping lists which now handle list items with more than one paragraph. check-in: 5d5b6fb106 user: weigand tags: master, trunk
2024-12-01
04:11
New versions of org-rtf-item and org-rtf-paragraph that handle list items better. More to do. check-in: 8692145fc3 user: weigand tags: master, trunk
01:57
Added tests for org-rtf--prepend-list-item-decoration check-in: dc3af5e766 user: weigand tags: master, trunk
2024-11-30
17:37
Working on refactoring list item formatting to handle items with more than one paragraph. This should make paragraph handling more consistent. Previously list items were formatted in a way that was very different in spirit from a quote block paragraph. check-in: ffef3e9fba user: weigand tags: master, trunk
2024-11-29
21:45
Implemented inserting 'foo.pnghex' when it exists and is newer than 'foo.png'. This saves time and allows hexdumps to be created in advance. check-in: 7e8e2a54c5 user: weigand tags: master, trunk
21:44
Showing nested lists are working in 'works-ok.org' check-in: ab298db1e7 user: weigand tags: master, trunk
2024-11-28
21:35
Fix formatting of TODO keywords so they have a space after them. Add test to testing/headlines.erts check-in: ec556f7c66 user: weigand tags: master, trunk
21:21
Change 'formated' to 'formatted' in several places in 'works-ok.org'. check-in: ee09c8ea39 user: weigand tags: master, trunk
2024-11-26
04:56
Changed Makefile to use the image-as-hex.el script to create hexdumps check-in: 527518cb71 user: weigand tags: master, trunk
04:53
Cleaning up hexdump scripts (.el script, .sh script, and Makefile) check-in: a9483e36f6 user: weigand tags: master, trunk
04:00
Documentation about hexl-bits check-in: 2f750f6374 user: weigand tags: master, trunk
2024-08-17
22:11
Some Makefile changes, minor othe changes in preparation for understanding captions check-in: b845160302 user: weigand tags: master, trunk
2024-07-25
18:01
Adding a test to tables.erts to test a caption. check-in: 23f38d4210 user: weigand tags: master, trunk
17:41
Improve org-rtf--build-caption and use it in an improved org-rtf-table. check-in: 7e01d4a53e user: weigand tags: master, trunk
17:39
If using Emacs of 29 or later do (require 'ert) otherwise load the local ert.el. check-in: 3edbd01ff5 user: weigand tags: master, trunk
2024-07-14
04:26
Added image-as-hex.sh check-in: c6771317e9 user: weigand tags: master, trunk
2024-07-13
23:46
Various things (it's been a month) check-in: be1d79cc91 user: weigand tags: master, trunk
2024-05-17
01:46
More work on hex dumps check-in: 8dd6bad68a user: weigand tags: master, trunk
2024-05-10
04:47
Work on hex dumps check-in: f97048850e user: weigand tags: master, trunk
2024-05-09
00:05
Added test-my-hexl.el check-in: aa9860ac9e user: weigand tags: master, trunk
2024-04-29
02:51
Made a test of lists with various levels. Lists are working well enough now. Yay. check-in: 325e58f025 user: weigand tags: master, trunk
2024-04-28
03:44
Added a description list test check-in: 46e794314d user: weigand tags: master, trunk
03:39
Added an ordered list test check-in: fa9c1bd764 user: weigand tags: master, trunk
02:55
Finish list, clean up, add a list test check-in: 8fced57714 user: weigand tags: master, trunk
2024-04-26
23:28
Have lists working maybe but untested. Fixed crazy thing where my .org file had thrice repeated sections check-in: 49a31077e0 user: weigand tags: master, trunk
2024-04-14
02:53
Work in progress getting list item depth implemented check-in: 663985d2ba user: weigand tags: master, trunk
2024-04-05
20:42
Added some documentation on list structures to learn how it works check-in: 2ccc2b9484 user: weigand tags: master, trunk
2024-04-04
22:16
Revised the R Sweave vignette example in Org check-in: c182db0a26 user: weigand tags: master, trunk
21:25
Tiny changes check-in: 6790e1e55a user: weigand tags: master, trunk
17:36
Simplified whole-document Erts test to not have a color table check-in: fff800547c user: weigand tags: master, trunk
17:30
When no colors are specified, org-rtf--make-color-table now returns nil check-in: 875bf38a26 user: weigand tags: master, trunk
17:13
False alarm on the test. Added a comma. check-in: eff39d492e user: weigand tags: master, trunk
16:56
More on document titles; added 'org-rtf-convert-buffer-to-rtf'; have a non-passing erts test check-in: 970376f382 user: weigand tags: master, trunk
2024-04-02
03:14
Basic insertion of a document title. Next add checking for title and handle subtitles; add tests check-in: de9d31bdaa user: weigand tags: master, trunk
02:04
Added menu option to export to RTF file and open by following what HTML and LaTeX exporters do check-in: c1477ffa7e user: weigand tags: master, trunk
2024-04-01
04:01
Rudimentary numbering of figure captions. check-in: bc8d94f9a2 user: weigand tags: master, trunk
2024-03-31
15:43
Rework what I am calling caption paragraphs and this includes rework 'org-rtf-paragraph' check-in: 8da1410736 user: weigand tags: master, trunk
2024-03-30
03:44
Work on captions for images check-in: 4f6217769a user: weigand tags: master, trunk
2024-03-29
03:06
Fixed org-rtf-headline to honor the no-section-numbers option and added tests check-in: 1ef155a276 user: weigand tags: master, trunk
01:55
Cleaned up org-rtf-plain-text in terms of protecting {, }, and \ check-in: 2e3a7c8dbd user: weigand tags: master, trunk
01:45
Seem to have text escaping working. check-in: 72b9c1447c user: weigand tags: master, trunk
2024-02-25
21:32
Some changes to export-snippets-and-block-formatting.erts check-in: e3129ad636 user: weigand tags: master, trunk
21:31
Adding some formatting tests to 'text-formatting.erts' check-in: c45e3bd53c user: weigand tags: master, trunk
2024-01-31
00:30
Added a quote block erts file test check-in: b1d0b4d212 user: weigand tags: master, trunk
2024-01-16
04:55
Mostly fixed a handling quote blocks check-in: 81f5355237 user: weigand tags: master, trunk
2024-01-15
02:28
Some workflow functions additions. check-in: b5fb1a8ed8 user: weigand tags: master, trunk
2024-01-01
04:33
Added a table test with width in cm. check-in: 9096ed58ed user: weigand tags: master, trunk
02:37
More work on tables; added a test. check-in: 519dd5227e user: weigand tags: master, trunk
2023-12-30
17:07
Working simple table so long as column widths are given in cm and in (which I can fix) but it is nice to have a working simple table. Next add tests. check-in: cbfa7a3f8b user: weigand tags: master, trunk