>> I asked about this previously: >> https://list.orgmode.org/87zg019lp1....@gmail.com > > I think the appropriate questions are: > 1. why is \\ being added there? > > Since it is hardcoded in org-store-log-note, I would guess that it is > necessary to protect the next line from being wrapped into the current > line by (say) Latex on export.
Yes, this is covered in the linked email. > 2. why would you want to remove it? Because (i) it makes the notes section harder to read when there are many notes, and (ii) I use org-log-into-drawer, and exclude the :LOGBOOK: drawer when exporting to LaTeX. Karthik