tsd@tsdye.com (Thomas S. Dye) writes: > Hi Eric, > > Eric Schulte writes: > >> This actually is also an issue with shell code blocks. The fix is to >> customize the org-babel-inline-result-wrap variable (e.g., as follows) >> instead of setting the result type to RAW. >> >> (setq org-babel-inline-result-wrap "%s") >> >> Perhaps a note about this variable should be added to the description of >> inline code blocks (both call and src_*) in the manual. > > AFAICT, this variable has no effect on export of calls to R source code > blocks, where the source code block is set with :results raw. > Correct, however I believe the following should give the behavior you're after no?