vfclists@alien.topB to Emacs@communick.newsEnglish · 1 year agoDoes org have a command to hide all the drawers and just show the headline and the text below the properties drawers?message-squaremessage-square3fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareDoes org have a command to hide all the drawers and just show the headline and the text below the properties drawers?vfclists@alien.topB to Emacs@communick.newsEnglish · 1 year agomessage-square3fedilink
minus-squareMitchellMarquez42@alien.topBlinkfedilinkEnglisharrow-up1·1 year agoI want this too. If not, probably possible to make one - make a regex for properties drawer, jump to each occurrence, run the collapse function, and wrap all that in save-excursion
I want this too. If not, probably possible to make one - make a regex for properties drawer, jump to each occurrence, run the collapse function, and wrap all that in
save-excursion