Re: [O] make code lines bold in export

2015-04-12 Thread thomas
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

Re: [O] make code lines bold in export

2015-04-08 Thread John Kitchin
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

[O] make code lines bold in export

2015-04-08 Thread thomas
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