emacs-orgmode archive search

Search String: Display: Description: Sort:

Results:

References: [ link (Too many documents hit. Ignored) ] [ abbreviation: 325 ] [ with (Too many documents hit. Ignored) ] [ multiple: 5942 ] [ params,: 92 ] [ e.: 1095 ] [ g.: 453 ] [ for (Too many documents hit. Ignored) ] [ geo: 69 ] [ locations: 989 ]

Total 26 documents matching your query.

1. [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,936)
Author: HIDDEN
Date: Sun, 5 May 2013 17:06:03 +0200
Hi all I suggest that the Org link abbreviation supports multiple and repeated parameters so that it can handle more than the one and only parameter %s as of now. What I have in mind is to abbreviate
/archive/html/emacs-orgmode/2013-05/msg00164.html (6,523 bytes)

2. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,888)
Author: HIDDEN
Date: Mon, 06 May 2013 09:06:50 +0200
When link abbreviations do not suffice, you can always write a link definition in Lisp and add it with org-add-link-type. For explanation and a practical example see: info:org#Adding%20hyperlink%20ty
/archive/html/emacs-orgmode/2013-05/msg00196.html (5,597 bytes)

3. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 2,082)
Author: HIDDEN
Date: Mon, 6 May 2013 20:42:54 +0200
Good point, agreed. So what I am trying to do is less about a link type "geo location" but more about possibly having several different visualizations of one single geo location. Thinking about this
/archive/html/emacs-orgmode/2013-05/msg00230.html (8,551 bytes)

4. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,929)
Author: HIDDEN
Date: Tue, 07 May 2013 00:29:01 +0200
If you want to pass a variety of named parameters, that may be true. On the other hand, since you end up typing the parameter names anyway, the absolutely simplest way to get the behavior you want mi
/archive/html/emacs-orgmode/2013-05/msg00243.html (6,798 bytes)

5. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,896)
Author: HIDDEN
Date: Wed, 22 May 2013 19:03:09 +0200
Hi all After some trials it seemed to me that it is enough to just add a "loc (point-marker)" to a "let" of org-babel-ref-resolve. Now when the Lisp variable loc ("Location Of Call") is used as the f
/archive/html/emacs-orgmode/2013-05/msg00972.html (5,872 bytes)

6. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Wed, 29 May 2013 18:14:51 +0200
Hi Eric As there has been no answer yet from anyone else: Could you please read this thread and review my Babel patch? I guess that you did not follow the thread because the subject and the first two
/archive/html/emacs-orgmode/2013-05/msg01256.html (4,752 bytes)

7. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Wed, 5 Jun 2013 19:19:40 +0200
Hi Eric I don't expect a review within a few days but it would help me to know whether you or somebody else plans to look at my two weeks old patch. One of the emails in the thread misses a "Referenc
/archive/html/emacs-orgmode/2013-06/msg00208.html (7,414 bytes)

8. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,974)
Author: HIDDEN
Date: Thu, 06 Jun 2013 11:01:38 -0600
Please forgive my lateness to this thread. Is the only requirement that the point from which a code block was called be accessible to the emacs-lisp code executed within that code block? If so then t
/archive/html/emacs-orgmode/2013-06/msg00255.html (9,082 bytes)

9. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,889)
Author: HIDDEN
Date: Fri, 7 Jun 2013 16:53:10 +0200
Hi Eric Thank you for looking into this. Yes. Is release_8.0.3-207-g5dc5143 the change you mention?: inline sets org-babel-current-exec-src-block-head In this commit I see two issues which my patch d
/archive/html/emacs-orgmode/2013-06/msg00303.html (8,518 bytes)

10. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,897)
Author: HIDDEN
Date: Fri, 07 Jun 2013 09:18:03 -0600
Hi Michael, yes Perhaps the variable name should be updated, but this extension is simply a generalization to include inline code blocks as well. I don't find it misleading. In the technical pigeon s
/archive/html/emacs-orgmode/2013-06/msg00304.html (10,440 bytes)

11. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 2,007)
Author: HIDDEN
Date: Fri, 7 Jun 2013 21:16:00 +0200
Hi Eric Aha, now it seems to me that I must have misunderstood the variable name org-babel-current-exec-src-block-head as introduced with the first commit release_8.0.3-202-gf301bbc. Because of the "
/archive/html/emacs-orgmode/2013-06/msg00322.html (10,267 bytes)

12. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Fri, 07 Jun 2013 21:54:50 +0200
[...] [...] I named it with "head" because head is the local variable in org-babel-get-src-block-info referring to that position. There are other functions that use -head: org-babel-goto-src-block-h
/archive/html/emacs-orgmode/2013-06/msg00326.html (8,878 bytes)

13. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,877)
Author: HIDDEN
Date: Fri, 07 Jun 2013 22:10:20 +0200
There are multiple places in Babel where "src-block-head" means "the header arguments to a Babel invocation". You'd have to look at the history when separate header lines and inline calls were introd
/archive/html/emacs-orgmode/2013-06/msg00327.html (8,378 bytes)

14. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 2,007)
Author: HIDDEN
Date: Sat, 08 Jun 2013 12:03:12 -0600
I've just pushed up a commit which should fix this problem. The org-babel-current-exec-src-block-head variable wasn't bound during export. -- Eric Schulte http://cs.unm.edu/~eschulte
/archive/html/emacs-orgmode/2013-06/msg00354.html (8,419 bytes)

15. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Sat, 08 Jun 2013 12:05:32 -0600
How about the shorter `org-babel-current-src-block'? It is somewhat more ambiguous, but the only reasonable options would be location or name, and not every code block has a name. I think the added
/archive/html/emacs-orgmode/2013-06/msg00355.html (9,144 bytes)

16. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Sat, 08 Jun 2013 20:52:30 +0200
[...] I personally find it quite confusing. Babel names that contain src-block semantically refer to the whole thing. This one refers to the pointer. If brevity is very important I would rather drop
/archive/html/emacs-orgmode/2013-06/msg00358.html (8,528 bytes)

17. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Sat, 08 Jun 2013 13:21:37 -0600
I like "current" because it is similar to other variables which are dynamically bound by Org-mode and without it there is no indication that it points to a block which is active *now*. I've changed t
/archive/html/emacs-orgmode/2013-06/msg00359.html (9,567 bytes)

18. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Sun, 9 Jun 2013 09:56:22 +0200
Hi Eric Confirmed, thanks. In the attached marker_offset.org the evaluation of the variable todo-state-var during export did not work before, now it does. What I do not understand is the behavior of
/archive/html/emacs-orgmode/2013-06/msg00373.html (8,311 bytes)

19. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Sun, 9 Jun 2013 10:07:32 +0200
Sorry, forgot that. Attachment: marker_offset.org Description: Binary data
/archive/html/emacs-orgmode/2013-06/msg00375.html (7,496 bytes)

20. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Sun, 09 Jun 2013 13:18:08 -0600
Export buffers are sometimes modified or narrowed during the export process, so I wouldn't depend too much on the absolute values of markers generated during export. As long as the heading in which t
/archive/html/emacs-orgmode/2013-06/msg00385.html (9,265 bytes)

21. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Sun, 9 Jun 2013 22:32:36 +0200
Hi Eric Ok. Out of curiosity I also tried to assign a Lisp marker with :var which leads to executing Emacs-Lisp code block (func)... (marker-var (quote #<marker at 458 in marker_offset.org>)) eval: I
/archive/html/emacs-orgmode/2013-06/msg00391.html (7,909 bytes)

22. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Tue, 11 Jun 2013 07:12:01 -0600
You'll get this if you do the following. ;; -*- emacs-lisp -*- (read-from-string (format "%s" (point-marker))) This is because unlike most lisp objects, point markers can not be read in the same synt
/archive/html/emacs-orgmode/2013-06/msg00464.html (8,739 bytes)

23. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Fri, 14 Jun 2013 19:54:04 +0200
Hi Eric Thanks to all for the clarifications about the name and the improved docstring of org-babel-current-src-block-location. Now I see the good reasons for the old and the new name. According to t
/archive/html/emacs-orgmode/2013-06/msg00618.html (10,086 bytes)

24. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Fri, 14 Jun 2013 12:18:49 -0600
Sessions are not supported in every language. Shell code blocks do *not* support sessions (or rather it looks like someone started to implement session support, but never completed it). -- Eric Schu
/archive/html/emacs-orgmode/2013-06/msg00619.html (8,618 bytes)

25. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,893)
Author: HIDDEN
Date: Fri, 14 Jun 2013 22:13:42 +0200
Hi Eric Good to know. It is high on my wishlist. I often take notes about shell and utilities and just a few days ago I planned to improve by using, well, babel source blocks. Now I know that I have
/archive/html/emacs-orgmode/2013-06/msg00630.html (10,490 bytes)

26. Re: [O] link abbreviation with multiple params, e. g. for geo locations (score: 1,873)
Author: HIDDEN
Date: Wed, 19 Jun 2013 11:39:57 +0200
Hi Eric For the variant of :var dummy_name see my attached patch with the updated ERT. Michael Attachment: 0001-Babel-use-case-of-reading-entry-properties-as-an-ERT.patch.txt Description: Text docume
/archive/html/emacs-orgmode/2013-06/msg00738.html (8,630 bytes)


This search system is powered by Namazu