* Create a view of just source-code blocks? @ 2011-07-05 20:08 Michael Hannon 2011-07-05 23:21 ` Eric Schulte 0 siblings, 1 reply; 5+ messages in thread From: Michael Hannon @ 2011-07-05 20:08 UTC (permalink / raw) To: Org-Mode List Greetings. I'd like to be able to view just the source-code blocks in a Babel file. I.e., I'd like to do something logically equivalent to "tangle", but without creating a separate file, just a view within the current file. Any suggestions? Thanks, -- Mike ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Create a view of just source-code blocks? 2011-07-05 20:08 Create a view of just source-code blocks? Michael Hannon @ 2011-07-05 23:21 ` Eric Schulte 2011-07-06 15:32 ` Rainer M Krug 2011-07-07 1:08 ` Michael Hannon 0 siblings, 2 replies; 5+ messages in thread From: Eric Schulte @ 2011-07-05 23:21 UTC (permalink / raw) To: Michael Hannon; +Cc: Org-Mode List [-- Attachment #1: Type: text/plain, Size: 448 bytes --] Michael Hannon <jm_hannon@yahoo.com> writes: > Greetings. I'd like to be able to view just the source-code blocks in a Babel > file. I.e., I'd like to do something logically equivalent to "tangle", but > without creating a separate file, just a view within the current file. Any > suggestions? > > Thanks, > > -- Mike > Hi Mike, Something like the attached should work, although I'm not sure if/how this could be incorporated into Org-mode. [-- Attachment #2: hide-non-code.el --] [-- Type: application/emacs-lisp, Size: 955 bytes --] [-- Attachment #3: Type: text/plain, Size: 47 bytes --] -- Eric Schulte http://cs.unm.edu/~eschulte/ ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Create a view of just source-code blocks? 2011-07-05 23:21 ` Eric Schulte @ 2011-07-06 15:32 ` Rainer M Krug 2011-07-06 17:49 ` Eric Schulte 2011-07-07 1:08 ` Michael Hannon 1 sibling, 1 reply; 5+ messages in thread From: Rainer M Krug @ 2011-07-06 15:32 UTC (permalink / raw) To: Eric Schulte; +Cc: Michael Hannon, Org-Mode List [-- Attachment #1: Type: text/plain, Size: 1260 bytes --] On Wed, Jul 6, 2011 at 1:21 AM, Eric Schulte <schulte.eric@gmail.com> wrote: > Michael Hannon <jm_hannon@yahoo.com> writes: > > > Greetings. I'd like to be able to view just the source-code blocks in a > Babel > > file. I.e., I'd like to do something logically equivalent to "tangle", > but > > without creating a separate file, just a view within the current file. > Any > > suggestions? > > > > Thanks, > > > > -- Mike > > > > Hi Mike, > > Something like the attached should work, although I'm not sure if/how > this could be incorporated into Org-mode. > > > I like the idea of only showing the source code blocks, but I would think that the org way would be to fold everything else and to od=pen the source code blocks? Would that be possible? (I must say I haven't looked at your solution, Eric) Rainer' > > -- > Eric Schulte > http://cs.unm.edu/~eschulte/ > > -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax (F): +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug [-- Attachment #2: Type: text/html, Size: 2071 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Create a view of just source-code blocks? 2011-07-06 15:32 ` Rainer M Krug @ 2011-07-06 17:49 ` Eric Schulte 0 siblings, 0 replies; 5+ messages in thread From: Eric Schulte @ 2011-07-06 17:49 UTC (permalink / raw) To: Rainer M Krug; +Cc: Michael Hannon, Org-Mode List Rainer M Krug <r.m.krug@gmail.com> writes: > On Wed, Jul 6, 2011 at 1:21 AM, Eric Schulte <schulte.eric@gmail.com> wrote: > >> Michael Hannon <jm_hannon@yahoo.com> writes: >> >> > Greetings. I'd like to be able to view just the source-code blocks in a >> Babel >> > file. I.e., I'd like to do something logically equivalent to "tangle", >> but >> > without creating a separate file, just a view within the current file. >> Any >> > suggestions? >> > >> > Thanks, >> > >> > -- Mike >> > >> >> Hi Mike, >> >> Something like the attached should work, although I'm not sure if/how >> this could be incorporated into Org-mode. >> >> >> > I like the idea of only showing the source code blocks, but I would think > that the org way would be to fold everything else and to od=pen the source > code blocks? Would that be possible? (I must say I haven't looked at your > solution, Eric) > folding everything else is basically exactly why my solution does :) Best -- Eric > > Rainer' > > >> >> -- >> Eric Schulte >> http://cs.unm.edu/~eschulte/ >> >> -- Eric Schulte http://cs.unm.edu/~eschulte/ ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Create a view of just source-code blocks? 2011-07-05 23:21 ` Eric Schulte 2011-07-06 15:32 ` Rainer M Krug @ 2011-07-07 1:08 ` Michael Hannon 1 sibling, 0 replies; 5+ messages in thread From: Michael Hannon @ 2011-07-07 1:08 UTC (permalink / raw) To: Eric Schulte; +Cc: Org-Mode List Great. Thanks, Eric. I haven't done exhaustive testing of your code, but so far it seems to do exactly what I had in mind. -- Mike ----- Original Message ---- > From: Eric Schulte <schulte.eric@gmail.com> > To: Michael Hannon <jm_hannon@yahoo.com> > Cc: Org-Mode List <emacs-orgmode@gnu.org> > Sent: Tue, July 5, 2011 4:21:20 PM > Subject: Re: [O] Create a view of just source-code blocks? > > Michael Hannon <jm_hannon@yahoo.com> writes: > > > Greetings. I'd like to be able to view just the source-code blocks in a >Babel > > file. I.e., I'd like to do something logically equivalent to "tangle", but > > without creating a separate file, just a view within the current file. Any > > suggestions? > > > > Thanks, > > > > -- Mike > > > > Hi Mike, > > Something like the attached should work, although I'm not sure if/how > this could be incorporated into Org-mode. > > > -- > Eric Schulte > http://cs.unm.edu/~eschulte/ > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-07-07 1:08 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-07-05 20:08 Create a view of just source-code blocks? Michael Hannon 2011-07-05 23:21 ` Eric Schulte 2011-07-06 15:32 ` Rainer M Krug 2011-07-06 17:49 ` Eric Schulte 2011-07-07 1:08 ` Michael Hannon
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).