Re: [Orgmode] Embedding org-syntax in program source

2010-04-14 Thread Dan Davison
LanX writes: > Hi Dan >   > > > Right. Given the present forum I presume you are using emacs, so that > shouldn't be a problem per se? > > > Well, don't you think that telling other people that changing the > _source_-code > requires emacs might be a problem? Hi Rolf, Yes I agree that

Re: [Orgmode] Embedding org-syntax in program source

2010-04-14 Thread Sebastian Rose
Hi, I think there's no need for Org-mode in programming modes. I see Org-mode as emacs' programming mode for plain text. LanX writes: > my idea for the beginning was to extend my codes with org-modes folding, > linking and some TODO features in perl comments. Maybe automatically > switching th

Re: [Orgmode] Embedding org-syntax in program source

2010-04-14 Thread LanX
Hi Dan > > Right. Given the present forum I presume you are using emacs, so that > shouldn't be a problem per se? > Well, don't you think that telling other people that changing the _source_-code requires emacs might be a problem? > > I think you may have formed an inaccurate idea of how peopl

Re: [Orgmode] Embedding org-syntax in program source

2010-04-13 Thread Dan Davison
LanX writes: [...] > > I know of org-babel, but the code produced is no legal Lisp/Perl code > > anymore... > > could you please elaborate, > ... > > I'm currently using Org-babel to write code in a variety of programming > languages, and I've had no problems running the ta

Re: [Orgmode] Embedding org-syntax in program source

2010-04-13 Thread Eric Schulte
LanX writes: > Oops, forgot to reply to the list... 8-| .. > > -- Forwarded message -- > > Thanks Eric, > > > see this thread http://thread.gmane.org/gmane.emacs.orgmode/7957, as I >> recall basically it's possible to get most org-like behavior using >> orgstruct-mode, but many ar

Re: [Orgmode] Embedding org-syntax in program source

2010-04-13 Thread Dan Davison
LanX writes: > Hi > > is there a way to make org-mode ignore "comment" characters at the beginning > of > a line? > > Such that > ;* Head > > or > #** Subhead > > work in elisp or perl? Hi Rolf, Short answer: yes. There are a bunch of good solutions out there, but it would really benefit from

Re: [Orgmode] Embedding org-syntax in program source

2010-04-13 Thread Eric Schulte
Hi Rolf, LanX writes: > Hi > > is there a way to make org-mode ignore "comment" characters at the beginning > of a line? > > Such that > ;* Head > > or > #** Subhead > > work in elisp or perl? > see this thread http://thread.gmane.org/gmane.emacs.orgmode/7957, as I recall basically it's possibl