Trevoke / org-gtd.el

A package for using GTD with org-mode
GNU General Public License v3.0
367 stars 45 forks source link

Q: how do I disable the "DELEGATED_TO" person from Org-Agenda (or at least when displaying in column view)? #204

Closed nickgarber closed 3 months ago

nickgarber commented 4 months ago

I'm not using Org-Columns from Org-Agenda, (including the DELEGATED_TO property), whenever I need to get more details, but it creates a somewhat broken / duplicate line item when using in column view.

nickgarber commented 3 months ago

I see org-gtd is using org-agenda-property - I'll see if there's a way to toggle it off when entering Org's column mode

nickgarber commented 3 months ago

I see that it's as easy as setting (setq org-agenda-property-position 'same-line), to add to the end of the line which I'm doing.

This work well for me, and I've also included DELEGATED_TO to the org-columns-default-format to display it in org-columns mode to display the property when in that view.

For whatever reason, having this value at the end of the line doesn't mess up the org-columns display, so I'm happy with that.