200ok-ch / organice

An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
https://organice.200ok.ch/
GNU Affero General Public License v3.0
2.42k stars 150 forks source link

Adding a note should log log into :LOGBOOK: if `org-log-into-drawer` is true #794

Open 7ie7an opened 2 years ago

7ie7an commented 2 years ago

Describe the bug The behavior of note taking in emacs org-mode is linked to state change logging. This is so far not the case in organice.

To Reproduce Steps to reproduce the behavior:

  1. Go to Preferences
  2. Enable ~org-log-into-drawer~
  3. Go to any headline
  4. Add note

Expected behavior Note is taken into :LOOGBOOK: drawer.

Screenshots UzRRSKUcUtItDFvmePwnVAVk QAZFOldczOrdkZvVLdvLBWSb

Desktop: Windows

Smartphone:

munen commented 2 years ago

Hi @7ie7an

Thank you for the report. As the settings screen states, setting org-log-into-drawer is only implemented for TODO state changes in organice at this moment:

image

You are correct that in Emacs, it has other effects, for example for org-add-note. Please note that according to https://github.com/200ok-ch/organice/blob/master/CONTRIBUTING.org, your issue is a feature request, not a bug.

Would you like to implement this new feature?

7ie7an commented 2 years ago

Hey, I will try to set up my dev environment this week but would actually prefer to help as tester. As I am a complete beginner. First I want to try the "good first issue" labled ones.

munen commented 2 years ago

Hi @7ie7an

Looking forward to your PRs! Good luck and have fun :+1: