Skip to content

Commit

Permalink
fixing bug from list
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Jan 29, 2024
1 parent 686e843 commit d6c5138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bibtex_core_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ bibtex_core_data = function(x) {
L = lapply(L, function(x) {
if (is.null(x)) x = ""
})
L = as.environment(L)
L = list2env(L)
bib = glue::glue(
paste(" <key>,",
" author = {<auth>},",
Expand Down

0 comments on commit d6c5138

Please sign in to comment.