15:20:53 <ChrisWarrick> KwBot: ping 15:20:53 <KwBot> ChrisWarrick: pong 18:07:35 <b_v> I'm using orgmode source and plugin. I'd like to keep text content and images altogether in a posts/<slug>/ subdirectory for both the source and output/ areas. Is this achievable with some conf.py setting? 18:11:31 <ChrisWarrick> b_v: Not in source. 18:12:24 <ChrisWarrick> b_v: You can make them output to that directory, with changing IMAGE_FOLDERS or so, but you can’t have the images in posts/ source 18:12:52 <b_v> okay, thanks. This is what I gathered looking through nikola's Python code. I was hoping I was missing something.