-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rename of files does not work #5603
Comments
This should be fixed in the latest development version. Could you please check the build from http://builds.jabref.org/master/. Thanks! Please remember to make a backup of your library before trying-out this version. |
Thanks for quick response. The clean up works as intended in the latest release. However, I get a pop up window with the error below. Steps to reproduce
Detail information:
|
Utility does not deal with corner cases that have very long titles like the Neither of the 2 options below renames the file.
Steps to reproduce - Option 1
Steps to reproduce - Option 2
Detail information:Log from Option 1:
Log from Option 2
|
Thanks to @Ka0o0 the rename should work now in the latest development version. Could you please check the build from http://builds.jabref.org/master/. Thanks! Please remember to make a backup of your library before trying-out this version. |
* upstream/master: (21 commits) New Crowdin translations (#5729) Update license of Oracle JDBC Changes string representation when detecting custom entry types. (#5741) Try to fix GitVersion Also run workflow on tag creation Add README.md with an initial help to work on command line para… (#5720) Bugfix for Multiscreen (#5738) Fix #2868 - keep source groups selected after drag and drop retrigger build Squashed 'src/main/resources/csl-styles/' changes from f71cd32..49a1841 try to fix pull of csl styles try to fix csl update Fixed untranslated Strings issue #5701 Fix #5603 - account for file extension in file name length (#5726) New translations JabRef_en.properties (French) Bump unirest-java from 3.2.00 to 3.3.00 Bump postgresql from 42.2.8 to 42.2.9 Bump tika-core from 1.22 to 1.23 Fix upload to GitHub artifacts (#5712) Try to fix csl update (#5718) ...
5facb37 Update soil-biology-and-biochemistry.csl (#5630) dba7c17 Change representation of locators (#5629) 38c5b99 change et-al settings (#5628) 634b5e0 Create netherlands-journal-of-geosciences.csl (#5624) fa2cce2 Create journal-of-information-literacy.csl (#5622) c0d2bf1 Add legislation to AZR & Austrian Legal (#5625) 9724c6e UACJ: Fix op. cit. b12f90f Update style-manual-australian-government.csl (#5603) 94dba2c Create sports-health.csl (#5620) 2ca5cd8 Update urad-rs-za-makroekonomske-analize-in-razvoj.csl (#5619) 32ef9ba Create annals-of-eye-science.csl (#5615) 928e5a6 Create journal-of-microbiology.csl (#5616) a829c84 Update harvard-cite-them-right-no-et-al.csl (#5617) 6182c7b Fix the right _St. York_ Harvard style 1454760 Fix York Harvard title d8c5cef Create harvard-cite-them-right-11.csl (#5612) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 5facb37
JabRef 4.3.1
Windows 10 10.0 amd64
Java 1.8.0_231
Problem: I want to rename pdf file to
Bibtexkey - title
format from random name.Steps to reproduce:
@TechReport{Andrews2018, author = {Isaiah Andrews and Emily Oster}, title = {Weighting for and External Validity}, year = {2018}, file = {:w23826.pdf:PDF}, }
Output is
file = {\:w23826.pdf\:PDF\::\:w23826.pdf\:PDF\::PDF},
However, if I start with original entry, click on "General" in edit pane, right click on file link, and select rename file, all goes as intended:
Output is
file = {:Andrews2018 - Weighting for and External Validity.pdf:PDF},
Which is the desired output.
In short, I can rename files by going one by one but not programatically by selecting a bunch and using the clean up utility.
Paste your log details here.
Detail information:
The text was updated successfully, but these errors were encountered: