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 people are

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 lanx.p...@googlemail.com writes: my idea for the beginning was to extend my codes with org-modes folding, linking and some TODO features in perl comments. Maybe

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

2010-04-14 Thread Dan Davison
LanX lanx.p...@googlemail.com 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

[Orgmode] Embedding org-syntax in program source

2010-04-13 Thread LanX
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? I know of org-babel, but the code produced is no legal Lisp/Perl code anymore... Thanks Rolf ___

[Orgmode] Embedding org-syntax in program source

2010-04-13 Thread LanX
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 are continually frustrated by

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

2010-04-13 Thread Eric Schulte
LanX lanx.p...@googlemail.com 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

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

2010-04-13 Thread Dan Davison
LanX lanx.p...@googlemail.com 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