emacs-orgmode archive search

Search String: Display: Description: Sort:

Results:

References: [ org-babel-expand-src-block: 120 ]

Total 120 documents matching your query.

1. [Orgmode] [babel] Org-babel updates: code block preview, body expand on tangling, row/col-names, and hlines (score: 2)
Author: HIDDEN
Date: Fri, 23 Apr 2010 13:00:45 -0600
code block body expansion for table and preview Handling of table column names and hlines across languages Hi, Dan and I have been hard at work putting together the following two updates to Org-babel
/archive/html/emacs-orgmode/2010-04/msg00886.html (11,705 bytes)

2. Re: [Orgmode] [babel] new key bindings (score: 3)
Author: HIDDEN
Date: Mon, 17 May 2010 17:09:57 -0600
Ok thanks, I've changed the binding of `org-babel-sha1-hash' to C-c C-v C-a so that it no longer shadows the key-binding help. While making changes to this key binding I've made two other changes. 1)
/archive/html/emacs-orgmode/2010-05/msg00543.html (8,353 bytes)

3. Re: [Orgmode] Re: [babel] ledger tutorial on Worg (score: 2)
Author: HIDDEN
Date: Thu, 09 Sep 2010 09:29:29 -0600
as a side note, for experimenting with tangling like in the above, I find the `org-babel-expand-src-block' command bound to C-c C-v v (mnemonic "view") to be very useful as it shows the expanded vers
/archive/html/emacs-orgmode/2010-09/msg00638.html (13,582 bytes)

4. [Orgmode] Re: [babel] ledger tutorial on Worg (score: 2)
Author: HIDDEN
Date: Thu, 09 Sep 2010 21:59:53 +0200
Hi Eric, Knew about it. But... never used/thought before. Interesting command! I mean: if C-c C-c is disabled, but run on code, then echo "I do nothing". If not, do the same as C-c C-v C-e... Feasibl
/archive/html/emacs-orgmode/2010-09/msg00661.html (8,852 bytes)

5. [Orgmode] Re: [babel] ledger tutorial on Worg (score: 2)
Author: HIDDEN
Date: Thu, 09 Sep 2010 23:15:51 +0200
Hi Eric, Though... When editing code with =C-c '=, I chose to reuse the current window. When viewing the results, I find myself preferring to use another window, so that I see what the code is, and t
/archive/html/emacs-orgmode/2010-09/msg00665.html (8,535 bytes)

6. [Orgmode] Re: [babel] ledger tutorial on Worg (score: 2)
Author: HIDDEN
Date: Thu, 09 Sep 2010 17:42:00 -0400
Sébastien Vauban <address@hidden> writes: Hi Seb, in the absence of having distinct variables for this, you could make your own version, e.g. (defun my/org-babel-expand-src-block () (interactive) (l
/archive/html/emacs-orgmode/2010-09/msg00707.html (9,099 bytes)

7. Re: [Orgmode] Re: org-default-notes-file (score: 3)
Author: HIDDEN
Date: Mon, 18 Oct 2010 20:59:07 +0200
same here unfortunatly. load-path displays the git-org repo, org-mode is loaded from there. (require 'org-macs) is present there but org-string-nw-p still unknown. The only explanation that makes sen
/archive/html/emacs-orgmode/2010-10/msg00805.html (31,182 bytes)

8. [Orgmode] [PATCH] put emacs functions in code font (score: 3)
Author: HIDDEN
Date: Wed, 8 Dec 2010 21:05:36 +0000
-- doc/org.texi | 44 ++++++++++++++++++++++-- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c30378c..aecb224 100644 -- a/doc/org.texi +++ b/doc/org
/archive/html/emacs-orgmode/2010-12/msg00468.html (12,837 bytes)

9. Re: [Orgmode] Re: [babel] Painless integration of source blocks with language (score: 2)
Author: HIDDEN
Date: Tue, 11 Jan 2011 10:00:30 -0700
This is functional which is currently missing in Babel (e.g. finding where code block A is referenced), I can see the appeal for such a function. Does tangle chunk tangle just block A, or just block
/archive/html/emacs-orgmode/2011-01/msg00401.html (14,569 bytes)

10. Re: [Orgmode] [babel] References to variable block names (score: 2)
Author: HIDDEN
Date: Thu, 13 Jan 2011 09:50:19 -0700
Hmm, well it is not what I would have expected :) However I suppose this behavior does make sense, in effect placing variables in the call line e.g. Manager",employee="alex") Is fully equivalent to t
/archive/html/emacs-orgmode/2011-01/msg00481.html (10,837 bytes)

11. Re: [Orgmode] [babel] Painless integration of source blocks with language (score: 2)
Author: HIDDEN
Date: Thu, 13 Jan 2011 17:44:19 -0600
The only option which allows someone to change the raw text file is to use comment anchors - or you could save marks in a separate file, but this wouldn't  allow for offline editing unless you open
/archive/html/emacs-orgmode/2011-01/msg00510.html (9,865 bytes)

12. Re: [Orgmode] [babel] Painless integration of source blocks with language (score: 2)
Author: HIDDEN
Date: Sun, 16 Jan 2011 08:31:03 -0700
Yea, I think you're right. I can't come up with any way of marking or remembering the boundaries of noweb reference sections without inserting comment wrappers around such sections. I've just pushed
/archive/html/emacs-orgmode/2011-01/msg00594.html (10,827 bytes)

13. [Accepted] [Orgmode] put emacs functions in code font (score: 3)
Author: HIDDEN
Date: Tue, 1 Feb 2011 12:32:08 +0100 (CET)
Patch 470 (http://patchwork.newartisans.com/patch/470/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1291842341-15199-14-git-send-emai
/archive/html/emacs-orgmode/2011-02/msg00016.html (11,134 bytes)

14. [Orgmode] Re: [babel] How to kill two birds with one stone? (score: 2)
Author: HIDDEN
Date: Fri, 04 Feb 2011 17:43:06 +0000
Hi Seb, Cool post. I hope someone has some good ideas in this thread. Some quick responses / questions below. So if file a.org contains -- jhasg [[file:b.org]] [[file:c.org]] hbjgv -- then you want a
/archive/html/emacs-orgmode/2011-02/msg00259.html (13,871 bytes)

15. [Orgmode] Re: [babel] How to kill two birds with one stone? (score: 2)
Author: HIDDEN
Date: Fri, 04 Feb 2011 23:23:41 +0100
Hi Dan, Myself quickly reacting on this... Thanks. Once solved, this one (and many more experiments I'm jotting down) could become "case studies" on Worg, or so. Exactly. Though, this is not limited
/archive/html/emacs-orgmode/2011-02/msg00282.html (16,140 bytes)

16. Re: [Orgmode] Help with Babel and using SQL (score: 2)
Author: HIDDEN
Date: Sun, 13 Feb 2011 11:21:55 -0700
Hi, I'm happy to see that the above is now working, so you are successfully using sql to query an external database and insert the results into an Org-mode file as a table. A useful tool in these sit
/archive/html/emacs-orgmode/2011-02/msg00751.html (7,701 bytes)

17. Re: [Orgmode] Help with Babel and using SQL (score: 2)
Author: HIDDEN
Date: Sun, 13 Feb 2011 19:54:16 -0600
Eric and Dan: Thanks for the feedback. Here is what happened. Regarding var substitution, when I tested it earlier I was running org-mode 7.3 and it did not work. After upgrading to 7.4 the var subs
/archive/html/emacs-orgmode/2011-02/msg00775.html (9,492 bytes)

18. Re: [O] [feature request] tangle on org-special-edit (score: 2)
Author: HIDDEN
Date: Thu, 21 Jul 2011 11:19:16 -0600
Hi Dirk, If you would like to pop to a code block *with* the noweb references expanded try the `org-babel-expand-src-block' command, which is bound to "C-c C-v v". This view of code blocks is not edi
/archive/html/emacs-orgmode/2011-07/msg01151.html (6,806 bytes)

19. Re: [O] [feature request] tangle on org-special-edit (score: 3)
Author: HIDDEN
Date: Thu, 21 Jul 2011 20:55:09 +0200
Hi Dirk, If you would like to pop to a code block *with* the noweb references expanded try the `org-babel-expand-src-block' command, which is bound to "C-c C-v v".  This view of code blocks is not
/archive/html/emacs-orgmode/2011-07/msg01157.html (9,643 bytes)

20. Re: [O] [feature request] tangle on org-special-edit (score: 3)
Author: HIDDEN
Date: Thu, 21 Jul 2011 13:10:25 -0600
Hi Dirk, Using the simple attached Org-mode file, SOMETHING=nothing <<def-something>> echo $SOMETHING When I call C-c C-v ' in the second code block I get a buffer containing --8<--cut here--start-->
/archive/html/emacs-orgmode/2011-07/msg01158.html (11,641 bytes)


This search system is powered by Namazu