emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] make code lines bold in export


From: thomas
Subject: [O] make code lines bold in export
Date: Wed, 08 Apr 2015 14:01:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.5.0

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 savedInstanceState)
  {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.main);  // *MAKE THIS LINE BOLD*
  }
}
#+END_SRC

Is there an - easy - way to do this? My first guess: I need to write an export filter ... what would you think?

Thanks,
thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]