[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] branch elpa/toc-org created (now a2cb4c254f)
From: |
ELPA Syncer |
Subject: |
[nongnu] branch elpa/toc-org created (now a2cb4c254f) |
Date: |
Sun, 2 Jan 2022 09:58:57 -0500 (EST) |
elpasync pushed a change to branch elpa/toc-org.
at a2cb4c254f Merge pull request #84 from skangas/nongnu-elpa
This branch includes the following new commits:
new 928e215c13 init
new cc367dee40 fix issues mentioned in the PR
new 1df1f58c5e update readme
new 9c5861ceee add parent group to fix compilation warning
new b1fc800d3f fix old name
new a3db0cfc07 fix typo
new 32441dd37e add missing quotes to readme
new e9cf57041a fix heading regexp
new 49e3bcb8db update readme with different href styles
new d66a41f6b7 strip tags
new abbcb67166 allow _ as seprartor
new c3a549fd96 add a couple of tests
new 827dc448e0 push .travis.yml
new 91670bcc41 add badges
new 8364e88da3 fix travis badge
new 1d52ece078 another fix to travis badge
new 658c03111b add some more tests and fix wording
new cac667fabd Add a small note about global tag setup
new 11be82816a Merge pull request #4 from ardumont/add-tag-setup
new f13f79737a Wrap test call with `(eval-after-load "ert-autoloads"...)
new 501f36db68 Merge pull request #5 from ardumont/wrap-tests-definition
new d3677cd8c8 make compile-command run the tests
new da99c5d801 require ert
new b4dbeb936c simply require ert
new 0b759818ee fix byte-compilation warning
new 0dee7197c8 fix byte-compilation check
new e0cef2c6a1 print emacs version in travis log
new 5a2d7e58dd add org-toc-2 alias
new 7ff7abb015 update documentation on org-toc-2 in the source
new 7fae24baa9 revert org-toc-2 documentation changes
new 63a0144afa fix documentation
new 381abe6c52 add a renaming note
new 56b48ec37b rename to toc-org
new 242eecba19 add a note about previous name
new cfb309e8ab fix typo
new 99195a69fd update MELPA badge
new 4c0b28da59 add more tags for easier search
new 3421f6192d add a rename note to the commentary
new 32975071df mention former name in description
new 14daed1a53 make C-c C-o work with any href style
new 7eb2874ed3 require org
new 752fe14c5b fix "_1_org"-style suffixes
new 3dd30029b6 strip TODO and DONE states
new 815c6d8c1b flatten links when creating raw toc
new 8cf236450b don't modify and save file on opening
new 90894242a6 treat org-list-indent-offset properly
new a0fd8ffb8a make internal linking work with Org 8.3
new 1a213baa8a don't alter the type and path if we don't recognize it
as a TOC entry
new 72883a08b0 update the TOC only if it's actually different from the
current one
new af1ffb17c2 Better toc-org-special-chars-regexp
new f345f768cb Merge pull request #13 from JAremko/master
new 11ce8a843f strip priorities (fixes #18)
new 114dcc9813 make GitHub hrefs unique (fixes #16)
new 3e0bdb5a29 fix properties handling (see #20)
new ac2c33dcf8 remove unnecessary spaces
new d23140d604 Merge pull request #21 from
snosov1/fix-properties-handling
new 4e4b4e6484 generate correct toc when it's the last heading
new 7c54f809d6 Merge pull request #23 from snosov1/fix-eof-toc
new b0cac21cdf handle statistics cookies and #+OPTIONS: todo:t
new 17c6cf1d1a add tests
new 08ed3f0883 Merge pull request #30 from snosov1/fix-28
new d3d3503b34 Delete trailing whitespaces from links
new 01cb78ead6 Use `delete-region` instead of kill-line while creating
the TOC
new 158934fefd Merge pull request #31 from
azizyemloul/delete-heading-trailing-spaces
new 4380d99113 add unit test for #31
new a0e8ca05e8 Merge pull request #33 from iqbalansari/master
new ad3424d457 move tests to a separate file
new fdfb7574dc fix travis build
new 970560a874 fix travis build
new 44c2e17543 Merge pull request #36 from snosov1/move-tests
new aa52bd036d handle headlines with COMMENT
new b1bab4c078 handle nil that is sometimes returned by (current-word)
new cda8f73640 Merge pull request #37 from snosov1/handle-comment
new 39d983c381 add noexport support
new f0b94e07bb Merge pull request #39 from snosov1/add-noexport-support
new a3d953a5fa Update and clarify primary docstring to explain
:noexport:, etc.
new d30b57f16d Merge pull request #40 from
alphapapa/update-primary-docstring
new 421956e9cc remove opening space in each toc item
new 274e821fd4 update emacs to 25 for travis testing
new 5a8a3f9b3a Merge pull request #42 from snosov1/remove-opening-space
new 39fbbda8df handle custom keywords specified in the files
new 4cd71edc29 bump emacs25 version
new 40c6754d9f replacs string-join with mapconcat
new e33e4cc00a Merge pull request #50 from
snosov1/handle-custom-keywords
new e76e6d4044 make toc-org work in derived modes
new 4d259c9cea Merge pull request #51 from snosov1/work-in-derived-modes
new cd1868787c Fix Emacs 26 warning
new e38e81af3f Merge pull request #57 from JAremko/master
new ce9e49303c simply use downcase instead of replace-regexp-in-string
new c662f96040 add quote functionality
new a19c3f5f94 test quote functionality
new 2c4ff18a4e document quote functionality
new c83c19ddb4 Merge pull request #59 from snosov1/add-quote
new ebff38bfa4 make toc-org a minor mode (#61)
new 4315afd2a4 fix readme
new 5ce7c24920 handle paranthesis in #+TODO line (fixes #65)
new 2539b4be40 add test for parenthesis in custom TODO words declaration
new acca680bc5 Add somewhat working TOC generation for markdown files
new 95a558b362 add tests for markdown-style syntax
new 7291a3b08d Enable link following in markdown mode
new 356b3fbb89 Define fake markdown mode in tests
new aa9aea6d69 Supress warnings
new f455bd4c88 Call batch compile before running the tests
new ee70dd23e1 resolve missing functions warnings
new d52f95fae8 Handle trailing #'s
new 3315ef6c96 Merge pull request #66 from
snosov1/enable-toc-org-for-markdown
new 379b457fcf fix subheading link in readme
new d992b1f76a Update README.org
new 5deaec41ed Update README.org
new 4798d15365 WIP Fix stripping of word "Comment" in headlines
new 9efeec690c Remove the "backup" variable
new 37f3bf2733 Add tests for the case-sensitive COMMENT regexp
new ff8d49c2c7 Merge pull request #69 from htsr/comment-stripping
new 215d3e41e3 fix C-c C-o for links with cookies
new aef220c266 Merge pull request #71 from snosov1/fix-70
new 663e5ec281 Correct sample configuration to valid code
new c4c61c5a38 Merge pull request #73 from syohex/correct-sample
new 4d076d1e9d Respect the file-local value of org-list-indent-offset.
new 9fefa63d42 Merge pull request #75 from Alexander-Miller/local-offset
new 8321d3c76b Revert "Respect the file-local value of
org-list-indent-offset."
new df4ad6ff15 Merge pull request #76 from
snosov1/revert-75-local-offset
new cf4a624b78 Add license file with GPLv3
new f3218fdaf1 Add license and copyright header to toc-org-test.el
new 328d34144f Bump version to 1.1
new 8dbb3df422 Fix byte-compiler warning in Emacs 28
new 35781c6313 Merge pull request #82 from skangas/add-license
new 6eca67f9a8 Merge pull request #83 from skangas/silence-byte-compiler
new a2cb4c254f Merge pull request #84 from skangas/nongnu-elpa
- [nongnu] branch elpa/toc-org created (now a2cb4c254f),
ELPA Syncer <=
- [nongnu] elpa/toc-org cc367dee40 002/128: fix issues mentioned in the PR, ELPA Syncer, 2022/01/02
- [nongnu] elpa/toc-org 1df1f58c5e 003/128: update readme, ELPA Syncer, 2022/01/02
- [nongnu] elpa/toc-org 32441dd37e 007/128: add missing quotes to readme, ELPA Syncer, 2022/01/02
- [nongnu] elpa/toc-org 928e215c13 001/128: init, ELPA Syncer, 2022/01/02
- [nongnu] elpa/toc-org b1fc800d3f 005/128: fix old name, ELPA Syncer, 2022/01/02
- [nongnu] elpa/toc-org a3db0cfc07 006/128: fix typo, ELPA Syncer, 2022/01/02
- [nongnu] elpa/toc-org 49e3bcb8db 009/128: update readme with different href styles, ELPA Syncer, 2022/01/02
- [nongnu] elpa/toc-org c3a549fd96 012/128: add a couple of tests, ELPA Syncer, 2022/01/02
- [nongnu] elpa/toc-org 9c5861ceee 004/128: add parent group to fix compilation warning, ELPA Syncer, 2022/01/02
- [nongnu] elpa/toc-org 91670bcc41 014/128: add badges, ELPA Syncer, 2022/01/02