On 12.04.2015 10:20, thomas wrote:
Hi John,
thank you for your quick reply. I have to admit to do this at the
moment would be way over my head ...
I found an easy method to boldify inline code here:
http://orgmode.org/Changes.html
A filter is what I would use. You could get the src block text and
replace lines with that comment in them for the output. This post is not
exactly that, but it has the idea of how to do it. you would get the
text, modify it, and return the new modified text.
http://kitchingroup.cheme.cmu.edu/blog
Hi,
it would be very nice if i was able to highlight (i.e. make bold)
certain lines in an exported code, say ODT.
Something like this:
#+BEGIN_SRC java
public class HelloActivity extends Activity {
/** Called when the activity is first created */
@Override
public void onCreate(Bundle sa