-
-
Notifications
You must be signed in to change notification settings - Fork 99
autobib: fix sorting of author-less books #549
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
base: master
Are you sure you want to change the base?
Conversation
Convert title using content->string before it may be used as a sortable name.
ad9383e to
3a4ec99
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resyntax analyzed 1 file in this pull request and found no issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resyntax analyzed 1 file in this pull request and found no issues.
|
@mflatt is this right, or should the |
|
I think you're right that There's a use of |
|
I'll move the fix to Also—should I use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resyntax analyzed 1 file in this pull request and found no issues.
|
Your revised changes look good to me. Here's an example that works both before and after your changes, but doesn't work if I only adjust |
|
I'm willing to add this change, if you tell me how to test it. Otherwise, LGTM. I think that the test that @bennn added in the commit you mentioned might already test this case, though. |
Convert title using content->string before it may be used as a sortable name by autobib.