Handle multiple backends #17

Open
declantsien wants to merge 1 commits from declantsien/multi-backend into master
declantsien commented 2022-09-21 06:30:36 +00:00 (Migrated from github.com)

Handle use case below. A single file extension associated with multiple backends.
(org-pandoc-import-backend foo '("txt"))
(org-pandoc-import-backend bar '("txt"))

Handle use case below. A single file extension associated with multiple backends. `(org-pandoc-import-backend foo '("txt"))` `(org-pandoc-import-backend bar '("txt"))`
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b declantsien/multi-backend master
git pull origin declantsien/multi-backend

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff declantsien/multi-backend
git push origin master
Sign in to join this conversation.
No description provided.