Re: [O] About indentation when the src block is under a list

2013-04-30 Thread zwz
Thanks! :) Charles Berry writes: > zwz gmail.com> writes: > > >> Here is an example: >> >> * array >> ** search >>- example >> #+BEGIN_SRC c >> /* find score in scores >>,* return the index if found or -1 */ >> int search(int scores[], int n, int score){ >> int i = 0; >>

Re: [O] About indentation when the src block is under a list

2013-04-28 Thread Charles Berry
zwz gmail.com> writes: > Here is an example: > > * array > ** search >- example > #+BEGIN_SRC c > /* find score in scores >,* return the index if found or -1 */ > int search(int scores[], int n, int score){ > int i = 0; > for(; i return -1; > } > #+END_SRC > >

[O] About indentation when the src block is under a list

2013-04-28 Thread zwz
--text follows this line-- Here is an example: * array ** search - example #+BEGIN_SRC c /* find score in scores ,* return the index if found or -1 */ int search(int scores[], int n, int score){ int i = 0; for(; i - test The indentation of the src block is OK, but it is re