-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RIS export empty #4494
Comments
@Siedlerchr I would like to get started on this, could you help out with steps to build the code and which java files to look into for this particular fix. Thanks |
@ishaan007 Thanks for your interest! Check out the Contributing.md https://github.com/JabRef/jabref/blob/master/CONTRIBUTING.md |
The relevant java files are probably in the basePanel where the exportAction is called |
Thanks for this information @Siedlerchr. I have built the code. How do I run the app locally now? |
Either you setup Eclipse using ./gradlew eclipse or you import it into Intellij. |
Hello, ctrl+e is not available for Export |
@Siedlerchr I would like to work on this issue. However, I am not sure if I understand how to go about this |
We have an Enum for all actions which are listed there with their keybinding. You could look at the import database action to see how it's done and then apply it to the export action |
This should be fixed now, thanks to @RonakLakhotia We would like to ask you to use a development build from https://builds.jabref.org/master and report back if it works for you. Please remember to make a backup of your library before trying-out this version. |
Thanks for adding the functionality! org.jabref.logic.importer.ImportException: Could not find a suitable import format. This does not happen when using one of my "old" ris-export files created with Jabref-4.3.1. |
@vanukkalla I tried it and it works fine. Both export to RIS format and import of the file again.
RIS file from epxort:
|
This is really weird! If I export into RIS in Jabref4, the entries are exported, the resulting file looks fine: TY - JOUR and I am able to import into a library using Jabref 4 or Jabref5 as expected, everything works well. If I export the selected entries in Jabref5 as plain bibtex library, I can append them to another library without problems. The terminal does not give any information on what is going on. |
So you are on linux? Could you please try the latest version from today ( 11-03) https://builds.jabref.org/master/ |
Xubuntu 18.04 LTS and openjdk which works smoothly for JabRef4.3.1. The entry is:
which is just one of over 20 I tried in different combinations and with different export settings. Using today's snapshot does not change anything on what I observe, although, it is the first time that I actually see the import window opening in JabRef5. But, as before, while V5.0 tells me export was successful, the file is empty and nothing can be marked for import, V4.3.1 exports everything as intended and import works for both versions. |
@vanukkalla Okay, this is odd. @CaptainDaVinci did not have any problems with Arch Linux. So I suggest it might be something with the Preferences. Try to reset your preferences and report back if it works again |
Its getting weirder. I tried Version5 also on Debian Stretch and Win7. It all results in the same. |
What exactly are the steps you use to export the entries? |
I select the entry / entries. Ctrl+Shift+E or export selected entries, select RIS format, type filename.ris, Save. |
Closing this issue due to inactivity 💤 |
Would it be possible to add key bindings for export (ctrl+E) and export selected entries (ctrl+shift+E)?
The text was updated successfully, but these errors were encountered: