[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 http

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

2010-11-11 Thread Maurizio Vitale
gt; #+end_src > > Best -- Eric > > Maurizio Vitale writes: > > > 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: > > >

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

2010-11-08 Thread Maurizio Vitale
>>>>> "Sébastien" == Sébastien Vauban 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 blo

[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) #+begin_sr

[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,

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Maurizio Vitale
>>>>> "Dan" == Dan Davison writes: Dan> Maurizio Vitale Dan> 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

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Maurizio Vitale
> "Eric" == Eric Schulte 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 surround al

[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 1

[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 peop

[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 an

[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 #+begin_src...#+end_sr

[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 som

[Orgmode] Re: TODO list in new buffer?

2010-01-05 Thread Maurizio Vitale
> "Sam" == Sam Cramer writes: Sam> I'm a new org-mode user. It's a really nice piece of work, and Sam> I'm having a good time using it to organize a bunch of Sam> work-related tasks! Sam> I can't figure out how to create a list of all the TODO items Sam> in an org file i

[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 writes: Eric> Marcelo de Moraes Serpa 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 have chunks of code aro

Re: [Orgmode] org-babel feature request

2009-10-11 Thread Maurizio Vitale
>>>>> "Dan" == Dan Davison writes: Dan> Maurizio Vitale Dan> writes: >>>>>>> "Dan" == Dan Davison writes: >> Dan> Maurizio Vitale Dan> Dan> writes: >> Dan&g

Re: [Orgmode] org-babel feature request

2009-10-11 Thread Maurizio Vitale
>>>>> "Dan" == Dan Davison writes: Dan> Maurizio Vitale Dan> Dan> writes: Dan> [...] >> It would be nice if it was possible to have multiple result >> sections. This way I could embed in the document the result that

[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 configuratio

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

2009-10-06 Thread Maurizio Vitale
> "Lindsay" == Lindsay Todd 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 see that i

[Orgmode] Re: linking to region

2009-09-24 Thread Maurizio Vitale
> "Bernt" == Bernt Hansen 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 referen

[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 rat

[Orgmode] this possible? (tables+todo lists)

2009-08-14 Thread Maurizio Vitale
Is it possible to place todo entries in tables, marking specific columns as status/scheduled/deadline? For repetitive tasks a new row should be added to the table whenever it is marked DONE. Thanks, Maurizio -- ___ Emacs-orgmode mailing list Reme

[Orgmode] orgstruct minor mode

2009-07-20 Thread Maurizio Vitale
Is anybody working on making orgstruct work with programming modes (or other modes that require the org "markup" to be hidden in comments)? If not I'll probably take a look at it and ask questions on the way. Regards, Maurizio -- ___ Emacs-orgm