[O] Bug: Cannot set header-args :includes with multiple includes [8.2.7 (8.2.7-4-g880362-elpa @ /home/will/.emacs.d/elpa/org-20140616/)]
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --
Re: [O] Bug: Cannot set header-args :includes with multiple includes [8.2.7 (8.2.7-4-g880362-elpa /home/will/.emacs.d/elpa/org-20140616/)]
Will Everett spings.net> writes: > I believe the :includes header argument is incorrectly parsing lists of includes for c++. This snippet: > > #+BEGIN_SRC C++ :includes > using namespace std; > printf("Hello "); > cout << "world"; > #+END_SRC &