[Orgmode] Extracting subtrees in a date-tree org file

2010-12-16 Thread Maurizio Vitale
Is there a way to easily set the region around today's subtree or this week's subtree in a date-tree formatted file? Thanks, Maurizio ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: [babel] tangle results of source blocks?

2010-11-08 Thread Maurizio Vitale
Sébastien == Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Sébastien Hello Maurizio, Sébastien Maurizio Vitale wrote: Hi, I have procmail rules defined in a org table which is then used as an argument for an elisp block which produces procmailrc results

[Orgmode] [babel] tangle results of source blocks?

2010-11-07 Thread Maurizio Vitale
Hi, I have procmail rules defined in a org table which is then used as an argument for an elisp block which produces procmailrc results. Something like: #+tblname: mailing-lists | to | emacs-users | emacs-users | #+TBLFM: #+srcname: procmail-rules(mailing-lists=mailing-lists)

[Orgmode] [babel] passing tables to python source blocks

2010-03-26 Thread Maurizio Vitale
Hi, I get the following error when passing a table containing a line separator (like mounts below). It looks like the table is first exported to ASCII (and the horizontal line mapped to hline), but hline is not known in python-land. Would it be possible to discard it instead? Thanks,

[Orgmode] [babel] passing strings in

2010-03-25 Thread Maurizio Vitale
In the table/block pair below, I'm trying to pass an IP number to some shell code. It seems like in the table formula I can only have numbers. Is that right? #+TBLNAME: system-host-ping :var host=system-hosts | name | ip | ping | |---++| | host

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Maurizio Vitale
Eric == Eric Schulte schulte.e...@gmail.com writes: Eric Hi Maurizio, The ip addresses in your table are being Eric interpreted as source/reference names which org-babel is Eric trying to resolve. In order to differentiate between strings Eric and reference names, we either must

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Maurizio Vitale
Dan == Dan Davison davi...@stats.ox.ac.uk writes: Dan Maurizio Vitale Dan m...@cuma.i-did-not-set--mail-host-address--so-tickle-me Dan writes: In the table/block pair below, I'm trying to pass an IP number to some shell code. Dan Hi Maurizio, Dan I think you've

[Orgmode] [babel] using tramp when tangling

2010-03-17 Thread Maurizio Vitale
I'd find useful to use tramp syntax in the :tangle specification. In my case it would be to specify sudo when tangling config files that are supposed to go to areas not writable by the user running Emacs. Something like: #+begin_src sh :tangle /sudo::/etc/my_config_file ... #+end_src other

[Orgmode] [babel] problems with org-babel-src-block-regexp

2010-03-11 Thread Maurizio Vitale
There're problems with org-babel-src-block-regexp when the src block contains the block delimiters (for instance in strings or comments). Granted, this is an uncommon occurrence (which I discovered by accident) editing an org-file containing elisp code that needed to insert

[Orgmode] Re: [babel] problems with org-babel-src-block-regexp (full text)

2010-03-11 Thread Maurizio Vitale
[sorry for the double posting, but the control char in the regexp prevented the full message from appearing. This is what I meant to send] There're problems with org-babel-src-block-regexp when the src block contains the block delimiters (for instance in strings or comments). Granted, this is

[Orgmode] Re: Writing a dissertation using org-mode

2010-03-04 Thread Maurizio Vitale
I'd recommend you use auctex for writing your thesis: it knows about many LaTeX packages (and you can teach it more), so you get autocompletion and highlighting. It does quasi-wysiwyg for fonts and math. It can render fragments for quick checking and interface with external viewers. And it has

[Orgmode] giving emacs focus w/ org-protocol/firefox

2009-12-03 Thread Maurizio Vitale
Has somebody managed to get the Emacs window popping up and get the focus when emacsclient is invoked from Firefox with an org-protocol URL? I'm using the two scripts at http://www.emacswiki.org/emacs/EmacsClient#toc25 and although the emacsclient-wrapper script works just fine from a console, it

[Orgmode] Re: [org-babel] Idea: Rendering output of code blocks inline (like org links)

2009-10-15 Thread Maurizio Vitale
Eric == Eric Schulte schulte.e...@gmail.com writes: Eric Marcelo de Moraes Serpa celose...@gmail.com writes: Hello list! I haven't still managed to get org-babel to work, but I do have a doubt that might turn into a feature request :) Would it be possible to

Re: [Orgmode] org-babel feature request

2009-10-11 Thread Maurizio Vitale
Dan == Dan Davison davi...@stats.ox.ac.uk writes: Dan Maurizio Vitale Dan m...@cuma.i-did-not-set--mail-host-address--so-tickle-me Dan writes: Dan [...] It would be nice if it was possible to have multiple result sections. This way I could embed in the document

Re: [Orgmode] org-babel feature request

2009-10-11 Thread Maurizio Vitale
Dan == Dan Davison davi...@stats.ox.ac.uk writes: Dan Maurizio Vitale maurizio.vit...@polymath-solutions.com Dan writes: Dan == Dan Davison davi...@stats.ox.ac.uk writes: Dan Maurizio Vitale Dan m...@cuma.i-did-not-set--mail-host-address--so-tickle-me Dan writes

[Orgmode] org-babel feature request

2009-10-10 Thread Maurizio Vitale
Thanks for the work on org-babel. I'm not sure the following is even mature enough in my mind to qualify it as a feature request. Maybe in the end it might be replaced by some other functionality that subsume it. But here's the scenario: I'd like to use org-babel for documenting the

[Orgmode] Re: contact management in org-mode?

2009-10-06 Thread Maurizio Vitale
Lindsay == Lindsay Todd rltodd@gmail.com writes: Lindsay Has anyone used org-mode to manage email and other Lindsay contacts? Maybe exporting information as vCards, or some Lindsay other format, so it can be reused by email clients, Lindsay e.g. Thunderbird? Lindsay I

[Orgmode] linking to region

2009-09-24 Thread Maurizio Vitale
Is it possible to grab a link to a region in a file in such a way that C-c C-o visit the file after narrowing-to-region? The reason I'd like this is that I'm starting using org-mode for requirement tracking and when referencing a standard I'd find preferable to open only the relevant fragment

[Orgmode] Re: linking to region

2009-09-24 Thread Maurizio Vitale
Bernt == Bernt Hansen be...@norang.ca writes: Is it possible to grab a link to a region in a file in such a way that C-c C-o visit the file after narrowing-to-region? The reason I'd like this is that I'm starting using org-mode for requirement tracking and when