From 0c3013c020d3817b5fec80ea8e3cc735ea680fed Mon Sep 17 00:00:00 2001 From: TEC Date: Sun, 16 Aug 2020 03:19:03 +0800 Subject: [PATCH] Initial commit --- LICENCE | 674 ++++++++++++++++++++++++++ README.org | 70 +++ filters/_simple-headers.lua | 39 ++ filters/rmarkdown.lua | 82 ++++ org-pandoc-import-transient.el | 159 ++++++ org-pandoc-import.el | 321 +++++++++++++ org-pandoc-import.svg | 853 +++++++++++++++++++++++++++++++++ preprocessors/rmarkdown.el | 7 + preprocessors/tsv.el | 7 + screenshots/csv.png | Bin 0 -> 122611 bytes screenshots/markdown.png | Bin 0 -> 201269 bytes screenshots/odt.png | Bin 0 -> 171016 bytes 12 files changed, 2212 insertions(+) create mode 100644 LICENCE create mode 100644 README.org create mode 100644 filters/_simple-headers.lua create mode 100644 filters/rmarkdown.lua create mode 100644 org-pandoc-import-transient.el create mode 100644 org-pandoc-import.el create mode 100644 org-pandoc-import.svg create mode 100644 preprocessors/rmarkdown.el create mode 100644 preprocessors/tsv.el create mode 100644 screenshots/csv.png create mode 100644 screenshots/markdown.png create mode 100644 screenshots/odt.png diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENCE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.org b/README.org new file mode 100644 index 0000000..c91bfdf --- /dev/null +++ b/README.org @@ -0,0 +1,70 @@ +#+TITLE: Org Pandoc Import +#+AUTHOR: tecosaur + +The worst part about =org-mode=? Having to leave it. + +This package aims to reduce this pain, in using two components: + 1. ~org-pandoc-import-{to,as}-org~ allows you to easily import supported non-org files with Pandoc + 2. ~org-pandoc-import-transient-mode~ which + - (via file handlers) intercepts requests for non-org files it knows it can convert + - uses ~org-pandoc-import-to-org~ to convert the file to a temporary org file + - opens this org file instead + - exports back to the original non-org file on save + +[[file:org-pandoc-import.svg]] + +* Screenshots + +[[file:screenshots/odt.png]] + +[[file:screenshots/markdown.png]] + +[[file:screenshots/csv.png]] + +* Default backends ++ markdown :: associated with: =.md=, =.markdown= ++ LaTeX :: associated with: =.tex=, =.latex= ++ reST :: (~rst~) associated with: =.rst= ++ ODT :: associated with: =.odt= ++ DOCX :: associated with: =.docx= ++ Jupyter Notebooks :: (~ipynb~) associated with: =.ipynb= ++ Rmarkdown :: (~markdown~) associated with: =.Rmd=, =.rmd= ++ CSV :: associated with: =.csv= ++ TSV :: (~csv~) associated with: =.tsv= + +** Default transient-mode backends +Please note that this mode is off by default. +It is however a global mode, so enable it once in your config and it will be +active everywhere. + +The active transient backends are determined by +~org-pandoc-import-transient-associations~. + ++ markdown :: using Org's ~gfm~ export if available, otherwise ~md~ ++ ODT :: using Org's ~odt~ export ++ csv, tsv :: using ~org-table-export~ +When ~ox-pandoc~ is avalible, the following formats are also enabled by default, +and use ~ox-pandoc~ to export. ++ rst ++ docx +* Adding new backends +For something supported out of the box by Pandoc, it couldn't be easier --- +just +#+BEGIN_SRC emacs-lisp +(org-pandoc-import-backend foo) +#+END_SRC + +This will add ~foo~ to ~org-pandoc-import-backends~, and create the following +functions ++ ~org-pandoc-import-foo-as-org~ ++ ~org-pandoc-import-foo-to-org~ +Which will reference these variables, ++ ~org-pandoc-import-foo-args~ ++ ~org-pandoc-import-foo-filters~ ++ ~org-pandoc-import-foo-preprocessors~ ++ ~org-pandoc-import-foo-extensions~ +That last variable will be set to ~("foo")~, and will cause +~org-pandoc-import-{to,as}-org~ to automatically select this backend when called +on =.foo= files. + +These all have docstrings --- check them out! diff --git a/filters/_simple-headers.lua b/filters/_simple-headers.lua new file mode 100644 index 0000000..254466c --- /dev/null +++ b/filters/_simple-headers.lua @@ -0,0 +1,39 @@ +local header_ids = {} + +local function collect_id (header) + if header.identifier and header.identifier ~= "" then + header_ids[header.identifier] = header.content + header.identifier = "" + return header + end +end + +local function raw_inlines (s) + return pandoc.List{pandoc.RawInline('org', s)} +end + +local function modify_link (link) + -- only modify internal links + if link.target:sub(1,1) ~= '#' then + return + end + local target_id = link.target:sub(2) + local header_content = header_ids[target_id] + if header_content then + return raw_inlines '[[*' + .. header_content + .. raw_inlines '][' + .. link.content + .. raw_inlines ']]' + end +end + +local function remove_id (header) + header.identifier = "" + return header +end + +return { + {Header = collect_id}, + {Link = modify_link}, +} diff --git a/filters/rmarkdown.lua b/filters/rmarkdown.lua new file mode 100644 index 0000000..ed0f9c6 --- /dev/null +++ b/filters/rmarkdown.lua @@ -0,0 +1,82 @@ +-- SPDX-License-Identifier: GPL-3.0-or-later + +local argKeywordTranslation = { + ["eval"] = "eval", + ["echo"] = "exports", + ["include"] = "exports", + ["purl"] = "tangle", + ["cache"] = "cache" +} + +local argValueTranslations = { + ["TRUE"] = "yes", + ["FALSE"] = "no", +} + +local argKeyValueTranslations = { + ["echo-FALSE"] = "results", + ["echo-TRUE"] = "both", + ["include-FALSE"] = "none", + ["include-TRUE"] = "both", +} + +local function reformatHeaderArgs(headerArgs) + local out = "" + for header in string.gmatch(headerArgs..",", "%s*([^,][^,]-)%s*,") do + local hKey = string.match(header, "^([^=][^=]-)%s*=") + local hVal = string.match(header, "=%s*(.-)%s*$") + local key = argKeywordTranslation[hKey] + local val + if hVal ~= nil then + val = argKeyValueTranslations[hKey.."-"..hVal] + end + if val == nil then + val = argValueTranslations[hVal] + end + if key ~= nil and val ~= nil then + out = out.." :"..key.." "..val + end + end + return out +end + +local function generateSrcInfo(body) + local beginTag = "#+BEGIN_SRC" + local endTag = "#+END_SRC" + if ("{" == string.sub(body, 1, 1)) then + local firstLine = string.match(body, "^([^\n]+)") + local lang = string.match(firstLine, "{%s*([^,]-)%s*[,}]") + if lang == nil then + lang = "" + local beginTag = "#+BEGIN_EXAMPLE" + local endTag = "#+END_EXAMPLE" + elseif lang == "r" then + lang = " R" + else + lang = " "..lang + end + local argsRaw = string.match(firstLine, "{[^,]+(.-)%s*}") + local args + if argsRaw ~= nil and argsRaw ~= "" then + args = reformatHeaderArgs(argsRaw) + else + args = argsRaw + end + body = string.gsub(body, "^[^\n]+\n", "") + return "\n"..beginTag..lang..args.."\n"..body.."\n"..endTag.."\n" + end + return "\n#+BEGIN_EXAMPLE\n"..body.."\n#+END_EXAMPLE\n" +end + +return { + { + Code = function(elem) + return elem + end + }, + { + CodeBlock = function(elem) + return pandoc.RawBlock("Org", generateSrcInfo(elem.text)) + end + } +} diff --git a/org-pandoc-import-transient.el b/org-pandoc-import-transient.el new file mode 100644 index 0000000..870b468 --- /dev/null +++ b/org-pandoc-import-transient.el @@ -0,0 +1,159 @@ +;;; org-pandoc-import-transient.el -*- lexical-binding: t; -*- + +;; SPDX-License-Identifier: GPL-3.0-or-later + +;; TODO add backups, better folder names, cleanup on emacs exit + +(require 'org-pandoc-import) +(require 'org) +(require 'ox-pandoc nil t) + +(defcustom org-import-transient-async-export nil + "Whether or not to use Org's async export mode. +This trades a short blocking period for a long non-blocking period." + :type 'list + :group 'org-pandoc-import) + +(defcustom org-pandoc-import-transient-associations + (append + `(("md" . ,(if (featurep 'ox-gfm) "gfm" "md")) + ("odt" . "odt") + ("csv" . (lambda () + (unless (org-at-table-p) + (user-error "Point is not inside a table.")) + (org-table-export (concat (file-name-base (buffer-file-name)) ".csv") + "orgtbl-to-csv"))) + ("tsv" . (lambda () + (unless (org-at-table-p) + (user-error "Point is not inside a table.")) + (org-table-export (concat (file-name-base (buffer-file-name)) ".tsv") + "orgtbl-to-tsv")))) + (when (featurep 'ox-pandoc) + '(("rst" . org-pandoc-export-to-rst) + ("docx" . org-pandoc-export-to-docx)))) + "An alist of file extensions, and associated exporters. +Exporters can either be a string correspanding to a particular org exporter, +or some funcion. +An importer backend that recognises the given extension must exist." + :type 'list + :group 'org-pandoc-import) + +;;;###autoload +(define-minor-mode org-pandoc-import-transient-mode + "On-the-fly convert other markups to org and back." + :global t + :init-value nil) + +(defun org-pandoc-import-transient--register-file-handlers () + "Modify `file-name-handler-alist' to have the transient handler associated with +active extensions." + (let* ((supported-extensions (mapcar #'car org-pandoc-import-transient-associations)) + (extension-regex (concat "\\." (regexp-opt supported-extensions) "\\'")) + (entry (rassoc 'org-pandoc-import-transient--file-handler file-name-handler-alist)) + (org-entry (rassoc 'org-pandoc-import-transient--maybe-converted-org-file-handler file-name-handler-alist)) + (org-transient-file-regex "\\.org\\+.+\\'") + (org-alist (assoc org-transient-file-regex auto-mode-alist))) + (if entry + (setcar entry extension-regex) + (nconc file-name-handler-alist (list (cons extension-regex #'org-pandoc-import-transient--file-handler)))) + (unless org-entry + (nconc file-name-handler-alist (list (cons org-transient-file-regex #'org-pandoc-import-transient--maybe-converted-org-file-handler)))) + (unless org-alist + (nconc auto-mode-alist (list (cons org-transient-file-regex #'org-mode)))))) + +(defun org-pandoc-import-transient--file-handler (operation &rest args) + (let ((inhibit-file-name-handlers + (cons 'org-pandoc-import-transient--file-handler + (and (eq inhibit-file-name-operation operation) + inhibit-file-name-handlers))) + (inhibit-file-name-operation operation)) + + (if org-pandoc-import-transient-mode + (if (eq operation 'expand-file-name) + (org-pandoc-import-transient--convert-file-name + (apply operation args)) + (apply operation args)) + (apply operation args)))) + +(defvar org-pandoc-import-transient--files nil + "Global alist of special files and their properties.") + +(defvar org-pandoc-import-transient--currently-processing nil + "Global state variable to indicate that an the this package is performing +actions that may undesirably trigger the file watcher.") + +(defun org-pandoc-import-transient--convert-file-name (file) + (if org-pandoc-import-transient--currently-processing + file + (unless (assoc file org-pandoc-import-transient--files) + (let* ((temp-dir (make-temp-file "org-transients/" t)) ; org pandoc transient file(s) + (org-file (expand-file-name (concat (file-name-base file) + ".org+" + (file-name-extension file)) + temp-dir)) + (symlink-file (expand-file-name (file-name-nondirectory file) + temp-dir)) + (org-pandoc-import-transient--currently-processing t)) + + (push (cons file (list :target org-file)) org-pandoc-import-transient--files) + (push (cons symlink-file (list :symlink file)) org-pandoc-import-transient--files) + (push (cons org-file (list :initialised nil :source file :source-symlink symlink-file)) org-pandoc-import-transient--files) + + (write-region "" nil org-file) + (make-symbolic-link file symlink-file) + + (message "Created org-file stub for %s (%s)" file org-file))) + + (if-let ((org-file + (plist-get (cdr (assoc file org-pandoc-import-transient--files)) :target))) + org-file file))) + +(defun org-pandoc-import-transient--maybe-converted-org-file-handler (operation &rest args) + (let ((inhibit-file-name-handlers + (cons 'org-pandoc-import-transient--maybe-converted-org-file-handler + (and (eq inhibit-file-name-operation operation) + inhibit-file-name-handlers))) + (inhibit-file-name-operation operation)) + + (if (and org-pandoc-import-transient-mode (not org-pandoc-import-transient--currently-processing)) + (cond + ((eq operation 'insert-file-contents) + (when-let* ((org-file (car args)) + (file-info (cdr (assoc org-file org-pandoc-import-transient--files))) + (source-file (plist-get file-info :source)) + (start-time (time-to-seconds (current-time))) + (org-pandoc-import-transient--currently-processing t)) + (unless (plist-get file-info :initialised) + (delete-file org-file) ; to avoid the overwrite prompt + (message "Initialising...") + (org-pandoc-import-to-org nil source-file org-file t) + (plist-put file-info :initialised t) + (setq-local kill-buffer-hook (append kill-buffer-hook '(org-pandoc-import-transient--killed))) + (message "Created org file from %s in %2fs." source-file (- (time-to-seconds (current-time)) start-time)))) + (apply operation args)) + ((eq operation 'write-region) + (let ((org-pandoc-import-transient--currently-processing t) + (org-export-with-broken-links t) + (org-export-with-toc nil)) + (apply operation args) + (when-let* ((file (nth 2 args)) + (source-file (plist-get (cdr (assoc file org-pandoc-import-transient--files)) :source)) + (exporter (cdr (assoc (file-name-extension source-file) org-pandoc-import-transient-associations))) + (start-time (time-to-seconds (current-time)))) + (if (functionp exporter) + (funcall exporter) + (org-export-to-file (intern exporter) source-file org-import-transient-async-export)) + (message "Updated %s in %2fs." source-file (- (time-to-seconds (current-time)) start-time))))) + (t (apply operation args))) + (apply operation args)))) + +(defun org-pandoc-import-transient--killed () + "When this buffer is closed, we assume that the source file is liable to be modified. +Thus, if we re-open the file with `org-pandoc-import-transient-mode' enabled, +we want to re-create the associated org file." + (plist-put (cdr (assoc (buffer-file-name) org-pandoc-import-transient--files)) :initialised nil)) + +(org-pandoc-import-transient--register-file-handlers) +(make-directory (expand-file-name "org-transients" temporary-file-directory) t) + +(provide 'org-pandoc-import-transient) diff --git a/org-pandoc-import.el b/org-pandoc-import.el new file mode 100644 index 0000000..01fcbb9 --- /dev/null +++ b/org-pandoc-import.el @@ -0,0 +1,321 @@ +;;; org-pandoc-import.el -*- lexical-binding: t; -*- + +;; Copyright 2020 tecosaur +;; +;; This file is part of org-pandoc-import. +;; +;; org-pandoc-import is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; org-pandoc-import is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with org-pandoc-import. If not, see . +;; +;; SPDX-License-Identifier: GPL-3.0-or-later + +(defgroup org-pandoc-import nil + "Provides methods to convert other markup files to Org." + :prefix 'org-pandoc-import) + +(defcustom org-pandoc-import-executable "pandoc" + "Location of the pandoc binary." + :type 'string + :group 'org-pandoc-import) + +(defcustom org-pandoc-import-buffer-name "*org-pandoc-import*" + "Name of the buffer to be created for the results of pandoc's conversion. +If a function, it is called to provide a string with the input file name +as the argument." + :type '(choice string function) + :group 'org-pandoc-import) + +(defcustom org-pandoc-import-setup-defaults t + "If non-nil, set up a number of default import backends." + :type 'boolean + :group 'org-pandoc-import) + +(defcustom org-pandoc-import-setup-folder + (file-name-directory + (eval-when-compile + (or (bound-and-true-p byte-compile-current-file) + load-file-name))) + "The folder from which will be used (by default) as the parent +for `org-pandoc-import-filters-folder' and `org-pandoc-import-preprocessor-folder'." + :type 'string + :group 'org-pandoc-import) + +(defcustom org-pandoc-import-filters-folder + (expand-file-name + "filters" org-pandoc-import-setup-folder) + "Location of Lua filters for use with pandoc. If FITERS/backend.lua exists, +it will automatically be used when backend is registered." + :type 'string + :group 'org-pandoc-import) + +(defcustom org-pandoc-import-preprocessor-folder + (expand-file-name + "preprocessors" org-pandoc-import-setup-folder) + "A file to but pre-processors in. When a new backend is defined, +if PREPROCESSORS/backend.el exists it will be loaded, and if +org-pandoc-import-(backend)-preprocessor exists, it will be called +with the input file as the argument, and the result used as the new input file." + :type 'string + :group 'org-pandoc-import) + +(defcustom org-pandoc-import-global-args nil + "List of arguments to apply to all backends. Accepts three types of atoms: +- strings, which are passed as-is to `call-process' +- plist keywords, which have the : replaced with single dash if the word is one charachter, else two dashes +- functions, which are evaluated and have the result passed as one of the arguments" + :type 'list + :group 'org-pandoc-import) + +(defcustom org-pandoc-import-global-filters + (directory-files org-pandoc-import-filters-folder nil "^_") + "List of filters to apply to all backends. Either the name of a file contained in +`org-pandoc-import-filters-folder', or a absolute path to a filter. + +Filters ending in '.lua' will be called with '--lua-filter', and all other filters with '--filter'. + +By default, all files starting with '_' in `org-pandoc-import-filters-folder' are used." + :type 'list + :group 'org-pandoc-import) + +(defvar org-pandoc-import-backends nil + "List of registerd org-pandoc-import backends.") + +;;;###autoload +(defmacro org-pandoc-import-backend (name &optional recognised-extensions pandoc-type filters pandoc-args) + "Create an export backend named NAME which is applied by default on RECOGNISED-EXTENSIONS. +This calls pandoc, specifying the input format to be PANDOC-TYPE. PANDOC-ARGS is a list of args passed to +the pandoc command in the same manner as `org-pandoc-import-global-args'. +Filters can be either absolute paths to pandoc filters, or names of files within `org-pandoc-import-filters-folder'. + +RECOGNISED-EXTENSIONS defaults to '(\"NAME\"), and PANDOC-TYPE to \"NAME\"." + (let* ((s-name (symbol-name name)) + (recognised-extensions (or recognised-extensions `'(,s-name))) + (pandoc-type (or pandoc-type s-name)) + (format-args (intern (format "org-pandoc-import-%s-args" s-name))) + (format-extensions (intern (format "org-pandoc-import-%s-extensions" s-name))) + (format-filters (intern (format "org-pandoc-import-%s-filters" s-name))) + (preprocessor (let ((preprocessor-file + (expand-file-name (concat s-name ".el") org-pandoc-import-preprocessor-folder)) + (preprocerror-func (intern (format "org-pandoc-import-%s-preprocessor" s-name)))) + (when (file-exists-p preprocessor-file) + (load-file preprocessor-file) + (fboundp preprocerror-func) + preprocerror-func))) + (common-args (list pandoc-type 'in-file format-extensions format-args format-filters + 'syncronous-p (when preprocessor `(function ,preprocessor)))) + (filters (or filters + (let ((filter (expand-file-name (concat s-name ".lua") + org-pandoc-import-filters-folder))) + (when (file-exists-p filter) (list filter)))))) + `(progn + (defvar ,format-args ,pandoc-args + ,(format "Arguments to be passed to pandoc when processing a %s file. +This is treated the same as `org-pandoc-import-global-args'" s-name)) + + (defvar ,format-extensions ,recognised-extensions + ,(format "File extensions to recognise as associated with %s." s-name)) + + (defvar ,format-filters ',filters + ,(format "Either an absolute path to, or the name of a filter within `org-pandoc-import-filters-folder' +to be applied when converting from %s. +This is treated the same as `org-pandoc-import-global-filters'" s-name)) + + (defun ,(intern (format "org-pandoc-import-%s-as-org" s-name)) (prompty &optional in-file syncronous-p) + ,(format "Parse the provided %s IN-FILE to org-mode and open in a new buffer. +Recognises files with extensions which are a member of `org-pandoc-import-%s-extensions'. +Calls pandoc with arguments listed in `org-pandoc-import-%s-args', and filters `org-pandoc-import-%s-filters'." s-name s-name s-name s-name) + (interactive "P") + (org-pandoc-import-convert prompty nil ,@common-args)) + + (defun ,(intern (format "org-pandoc-import-%s-to-org" s-name)) (prompty &optional in-file out-file syncronous-p) + ,(format "Parse the provided %s IN-FILE to org-mode and save to OUT-FILE - defulting to (file-name-base IN-FILE).org. +Recognises files with extensions which are a member of `org-pandoc-import-%s-extensions'. +Calls pandoc with arguments listed in `org-pandoc-import-%s-args', and filters `org-pandoc-import-%s-filters'." s-name s-name s-name s-name) + (interactive "P") + (org-pandoc-import-convert prompty (or out-file t) ,@common-args)) + + (add-to-list 'org-pandoc-import-backends ',name)))) + +(defun org-pandoc-import-convert (prompty out-file pandoc-type &optional in-file expected-extensions args filters syncronous-p preprocessor) + "Determine the relevant paramaters to convert IN-FILE of type PANDOC-TYPE to either OUT-FILE, or a buffer (when OUT-FILE is nil). +If PROMPTY is non-nill, then the value of IN-FILE and (if applicable) OUT-FILE will be always prompted for. +A prompt for IN-FILE is also triggered when IN-FILE is nil, or its extension is not a member of EXPECTED-EXTENSIONS. +A prompt for OUT-FILE is triggered when OUT-FILE is t, or the name of a pre-existing file. +Pandoc is then called with arguments from the list ARGS - as described in `org-pandoc-import-global-args', +and filters named in the list FILTERS - which can be either absolute paths to pandoc filters, or names of files within `org-pandoc-import-filters-folder'. + +If preprocessor is given, and a function, it is run with the value of IN-FILE. The value returned is used as the new IN-FILE." + + (let* ((in-file (or in-file + (if (and (not prompty) + (not (null (buffer-file-name))) + (if expected-extensions + (member (file-name-extension (buffer-file-name)) + expected-extensions)) + t) + (buffer-file-name) + (read-file-name "File to convert: " nil nil t)))) + (in-file-processed (if (and preprocessor (functionp preprocessor)) + (funcall preprocessor in-file) + in-file)) + (in-file-org (concat (file-name-sans-extension in-file) ".org")) + (out-file (if (eq t out-file) + (if prompty + (read-file-name "File to write: " + (file-name-directory in-file) + nil nil + (concat (file-name-base in-file) ".org")) + in-file-org) + out-file)) + (filter-args nil)) + + (if (and out-file (file-exists-p out-file)) + (unless (yes-or-no-p (format "Overwrite file %s? " + (file-relative-name + out-file + (file-name-directory in-file)))) + (setq out-file + (read-file-name "File to write: " + (file-name-directory in-file))))) + + (dolist (filter (append filters org-pandoc-import-global-filters)) + (setq filter-args + (append filter-args + (list (pcase (file-name-extension filter) + ("lua" "--lua-filter") + (_ "--filter")) + (if (= ?/ (aref filter 0)) filter + (expand-file-name filter org-pandoc-import-filters-folder)))))) + + (org-pandoc-import-run-convert + (org-pandoc-import-generate-convert-arguments + in-file-processed pandoc-type out-file (append args filter-args)) + in-file-processed out-file syncronous-p))) + + +(defun org-pandoc-import-run-convert (arguments in-file &optional out-file syncronous-p) + "Call pandoc on IN-FILE with ARGUMENTS, creating OUT-FILE if given. +`call-process' is used instead of `start-process' if SYNCRONOUS-P is non-nil." + (let* ((pandoc-buffer (generate-new-buffer + (if (functionp org-pandoc-import-buffer-name) + (funcall org-pandoc-import-buffer-name in-file) + org-pandoc-import-buffer-name))) + (process + (if syncronous-p + (apply #'call-process + org-pandoc-import-executable + nil + pandoc-buffer + nil + arguments) + (apply #'start-process + "org-pandoc-import" + pandoc-buffer + org-pandoc-import-executable + arguments)))) + (unless syncronous-p + (set-process-sentinel process (org-pandoc-import-process-sentinel pandoc-buffer out-file (time-to-seconds (current-time))))))) + +(defun org-pandoc-import-process-sentinel (process-buffer &optional out-file start-time-seconds) + "Creats a lambda sentinel for an pandoc process." + (lambda (process _signal) + (pcase (process-status process) + (exit (if out-file + (progn (find-file out-file) + (kill-buffer process-buffer)) + (switch-to-buffer process-buffer)) + (when start-time-seconds + (message "Converted docunent in %3fs" (- (time-to-seconds (current-time)) start-time-seconds))) + (org-mode)) + ((or stop signal failed) + (user-error (format "The pandoc process to create %s has exited unexpectedly." out-file)) + (switch-to-buffer process-buffer))))) + +(defun org-pandoc-import-generate-convert-arguments (in-file target-format &optional out-file arguments-list) + "Format the pandoc command to convert IN-FILE of pandoc type TARGET-FORMAT to the org file OUT-FILE (if given), +with arguments given by ARGUMENTS-LIST." + (let (arguments) + (dolist (element (reverse (append arguments-list org-pandoc-import-global-args))) + (push + (cond + ((stringp element) element) + ((keywordp element) (let ((keyword (substring (symbol-name element) 1))) + (pp keyword) + (concat (if (= 1 (length keyword)) "-" "--") + keyword))) + ((functionp element) (funcall element in-file target-format))) + arguments)) + (append (list "-f" target-format + "-t" "org") + (when out-file + (list "-o" out-file)) + arguments + (list in-file)))) + + +;;;###autoload +(defun org-pandoc-import-as-org (prompty &optional in-file syncronous-p) + "Parse the provided file to org-mode, and open in a new buffer. +With PROMPTY (given by the universal argument), always prompt for the IN-FILE to act on. + +This only works so long as these is backend registered in `org-pandoc-import-backends' +associated with the extension of the selected file. See 'org-pandoc-import-{backend}-as-org' +for more information on a particular backend." + (interactive "P") + (if-let ((backend (org-pandoc-import-find-associated-backend (or in-file (buffer-file-name))))) + (funcall (intern (format "org-pandoc-import-%s-as-org" (symbol-name backend))) + prompty in-file syncronous-p) + (funcall org-pandoc-import-as-org prompty (read-file-name "File to convert: ") syncronous-p))) + +;;;###autoload +(defun org-pandoc-import-to-org (prompty &optional in-file out-file syncronous-p) + "Parse the provided file to an org-mode file, and open. +With PROMPTY (given by the universal argument), always prompt for the IN-FILE to act on, +and the where to save the new Org file. + +This only works so long as these is backend registered in `org-pandoc-import-backends' +associated with the extension of the selected file. See 'org-pandoc-import-{backend}-as-org' +for more information on a particular backend." + (interactive "P") + (if-let ((backend (org-pandoc-import-find-associated-backend (or in-file (buffer-file-name))))) + (funcall (intern (format "org-pandoc-import-%s-to-org" (symbol-name backend))) + prompty in-file out-file syncronous-p)) + (funcall org-pandoc-import-to-org prompty (read-file-name "File to convert: ") syncronous-p)) + + +(defun org-pandoc-import-find-associated-backend (file) + "Find the backend symbol from `org-pandoc-import-backends' that is last associated with +the extension of FILE, or nil if no such association could be found." + (let ((ext (file-name-extension file)) + the-backend) + (dolist (backend org-pandoc-import-backends) + (when (member ext (symbol-value + (intern + (format "org-pandoc-import-%s-extensions" + (symbol-name backend))))) + (setq the-backend backend))) + the-backend)) + +(dont-compile + (when org-pandoc-import-setup-defaults + (org-pandoc-import-backend markdown '("md" "markdown")) + (org-pandoc-import-backend latex '("tex" "latex")) + (org-pandoc-import-backend rst) + (org-pandoc-import-backend odt) + (org-pandoc-import-backend docx) + (org-pandoc-import-backend rmarkdown '("rmd" "Rmd") "markdown") + (org-pandoc-import-backend ipynb) + (org-pandoc-import-backend csv) + (org-pandoc-import-backend tsv '("tsv") "csv"))) + +(provide 'org-pandoc-import) diff --git a/org-pandoc-import.svg b/org-pandoc-import.svg new file mode 100644 index 0000000..d2fff9f --- /dev/null +++ b/org-pandoc-import.svg @@ -0,0 +1,853 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/preprocessors/rmarkdown.el b/preprocessors/rmarkdown.el new file mode 100644 index 0000000..d3c7e08 --- /dev/null +++ b/preprocessors/rmarkdown.el @@ -0,0 +1,7 @@ +;;; org-pandoc-import/preprocessors/rmarkdown.el -*- lexical-binding: t; -*- + +(defun org-pandoc-import-rmarkdown-preprocessor (in-file) + (let ((processed-file (make-temp-file "opif" nil ".Rmd"))) + (call-process "sed" nil (list :file processed-file) nil "s/^```{/```\\n{/" in-file) + (message processed-file) + processed-file)) diff --git a/preprocessors/tsv.el b/preprocessors/tsv.el new file mode 100644 index 0000000..098e9da --- /dev/null +++ b/preprocessors/tsv.el @@ -0,0 +1,7 @@ +;;; org-pandoc-import/preprocessors/tsv.el -*- lexical-binding: t; -*- + +(defun org-pandoc-import-tsv-preprocessor (in-file) + (let ((processed-file (make-temp-file "opif" nil ".csv"))) + (call-process "sed" nil (list :file processed-file) nil "-E" "s/\\t+/,/g" in-file) + (message processed-file) + processed-file)) diff --git a/screenshots/csv.png b/screenshots/csv.png new file mode 100644 index 0000000000000000000000000000000000000000..d177f092d3be68f36bcaf1668ae7bffdc1384b4b GIT binary patch literal 122611 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