Re: [O] ODT Export does not seem to recognise org-export-default-language

2011-07-21 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Hello Rainer Hi! Exporting an org file via C-c C-e O to an ODT file does not seem to recognise the org-export-default-language setting. I can confirm the bug and I have a fix for this issue. I will include the fix in the next set of patches

Re: [O] org-edit-file ?

2011-07-21 Thread Jambunathan K
Dov Grobgeld dov.grobg...@gmail.com writes: I just thought of an idea that I wonder if someone has implemented. While writing my journal I find myself wanting to insert a graphics file, e.g. a svg file and I write file:foo.svg . After having written the name I  enter inkscape to create the

Re: [O] New feature: loop over siblings for some commands

2011-07-21 Thread David Maus
After a first look at the macro and its usage I have the feeling that the macro would be wrong and/or a bad design choice. It conditionally implements a mapping of body to a headline's siblings. Thus it is a specialized case of applying a function to zero or more headlines based on a selection

Re: [O] TODO type problem on speedbar and imenu.

2011-07-21 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: I think it is better to enforce some whitespace after a TODO keyword than a word boundary. There are a few places where this could also be changed (i.e. `org-complex-heading-regexp-format'). Any opinion on this? I share your opinion. Best regards, Seb

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Aankhen
Hi, On Wed, Jul 20, 2011 at 16:36, Dirk Scharff dirk.scha...@googlemail.com wrote: I narrowed down my problem to the following short example: * My Test Block  This is a test  #+source testblock  #+begin_src python :var x=3 :exports both :results output  print x*x  #+end_src executing

[O] convert html file into orgmode .org file?

2011-07-21 Thread Jude DaShiell
Can org-mode do this so that a user of orgmode can edit the page in orgmode then export the edited work back out to an html file?

Re: [O] DONE all subtasks recursively

2011-07-21 Thread Aankhen
Hello Marcelo, On Wed, Jul 20, 2011 at 21:11, Marcelo de Moraes Serpa celose...@gmail.com wrote: *bump* Hey guys, if someone could guide me a hint on where I should look to hack some elisp code in order to do that, I'd be grateful ;) Cheers, Marcelo. On Mon, Jul 18, 2011 at 1:30 PM,

[O] [calfw] Better use of space

2011-07-21 Thread Rasmus
Hi, I have a feature request for Calfw. Masashi, would you prefer these to be posted here or on your github page? Anyhow, the month view is just superb! However, when using especially the two week view (and this is probably also true for the week view) I would like calfw to utilize vertical

Re: [O] convert html file into orgmode .org file?

2011-07-21 Thread Puneeth Chaganti
On Thu, Jul 21, 2011 at 2:08 PM, Jude DaShiell jdash...@shellworld.net wrote: Can org-mode do this so that a user of orgmode can edit the page in orgmode then export the edited work back out to an html file? Org-mode cannot import html files. But, you could try using Pandoc[1] for this. [1] -

Re: [O] [BABEL,PATCH] ob-fortran, ert tests

2011-07-21 Thread Bastien
Hi Sergey, Litvinov Sergey slitvi...@gmail.com writes: ob-fortran.el: fix a bug with string input, add ob-fortran tests with ert. Applied, thanks! -- Bastien

Re: [O] ODT Export does not seem to recognise org-export-default-language

2011-07-21 Thread Bastien
Jambunathan K kjambunat...@gmail.com writes: I am attaching 3 patches. Patches 1 2 are misc improvements. Patch 3 fixes the above issue. Tested. I confirm the fix. I applied the three patches. Thanks a lot! -- Bastien

Re: [O] org-edit-file ?

2011-07-21 Thread Bastien
Hi Dov, Jambunathan K kjambunat...@gmail.com writes: have a a new command org-edit-file that would: If the file does not exist, copy a skeleton file to the filename or generate the skeleton file by an emacs-function or by calling an external application. Such a functionality

Re: [O] bug when tuning agenda views

2011-07-21 Thread Bastien
Hi Роман, Роман Новиков unique.smi...@gmail.com writes: when adding this string to my .emacs agenda is generating well, but when into agenda window I typing 't' to change TODO state of entry - emacs is hanging and only rebooting helps. without '\n' everything works well.

Re: [O] iCalendar export

2011-07-21 Thread Bastien
Tassilo Horn tass...@member.fsf.org writes: And have anyone got this information to their mobile devices? Android? Well, I have it there using the Google Calendar app. It's ok to see my appointments in some graphical read-only view, but nothing more... I use some .ics files the same way

Re: [O] org-edit-file ?

2011-07-21 Thread Dov Grobgeld
I'm not sure that emacs is the best tool to e.g. generate a template png file of a given size and given background, or a svg file. I still don't feel that any of the proposed solutions solves the file:foo.svg edit scenario, where foo.svg does not exist yet. Also I would rather differentiate

[O] can orgmode sort tables based on time stamps?

2011-07-21 Thread Jude DaShiell
I have a table and ended up somehow inserting a table entry between two existing table entries and wanted to insert at the bottom of that table. The sort(1) command shows the time stamped records in proper order, but leaves the table headers below records and above a backup versioning

Re: [O] [BABEL, PATCH] ob-maxima.el add variables and graphical output

2011-07-21 Thread Bastien
Hi Sergey, Litvinov Sergey slitvi...@gmail.com writes: I would like to contribute an extension of babel maxima support. The patch adds variables and graphical output (currently limited to png files). There is a file with examples (tests). It is not ERTed yet.

Re: [O] problems with org-edit-special and python

2011-07-21 Thread Bastien
Hi Dirk, Dirk Scharff dirk.scha...@googlemail.com writes: When I try to run org-edit-special (C-c ') in the python source block an empty buffer is opened as expected. My mini-buffer states the following: Language mode 'python-mode' fails with: Invalid file-name. I cannot reproduce this with

Re: [O] Bug: inconsistent docstring of org-agenda-prefix-format [7.6 (release_7.6.143.g98b7c)]

2011-07-21 Thread Bastien
Tassilo Horn tass...@member.fsf.org writes: The docstring of `org-agenda-prefix-format' is heavily broken. I just pushed a fix, I tried to improve the docstring. Let me know if this is clearer and less buggy. Thanks! -- Bastien

Re: [O] Bug: Refiling is broken [7.6 (release_7.6.132.gd8bd4)]

2011-07-21 Thread Bastien
Bernt Hansen be...@norang.ca writes: Bulk refiling from the agenda (B r) no longer works for me. Git bisect identifies the following commit as the problem: Thanks for reporting this -- I've reverted the change. The feature was half-backed, as I didn't fully understand Jason's request. I'll

Re: [O] Bug: inconsistent docstring of org-agenda-prefix-format [7.6 (release_7.6.143.g98b7c)]

2011-07-21 Thread Tassilo Horn
Bastien b...@altern.org writes: Hi Bastien, The docstring of `org-agenda-prefix-format' is heavily broken. I just pushed a fix, I tried to improve the docstring. Let me know if this is clearer and less buggy. Yes, it's much better now. :-) Bye, Tassilo

Re: [O] org-edit-file ?

2011-07-21 Thread Jambunathan K
Dov I believe you would like to follow a link to svg file and have it open in one of the many external editors depending on whether the link is visited (read-only) or opened (edit). May be others could help you here. What you need to begin with is a home-brewed elisp command to view or edit a

Re: [O] problems with org-edit-special and python

2011-07-21 Thread Dirk Scharff
Hi Bastien, On Thu, Jul 21, 2011 at 11:58 AM, Bastien b...@altern.org wrote: Hi Dirk, Dirk Scharff dirk.scha...@googlemail.com writes: When I try to run org-edit-special (C-c ') in the python source block an empty buffer is opened as expected. My mini-buffer states the following:

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-21 Thread Giovanni Ridolfi
Daniel E. Doherty ded-...@ddoherty.net writes: Hi all, I am trying to use orgmode to bill for time. My idea is to add a column that multiplies the elapsed time column by an hourly rate. what about using a minute rate? (/ 50 60.0) 0.83 so: | Argo Status Hearing 2011-06-28 Tue 09:00 | |

[O] [bug] org block not correctly exported to LaTeX

2011-07-21 Thread Thomas Holst
Hello, when the follwing org-file is exported to LaTeX, #+BEGIN_ORG and #+END_ORG is inserted in the tex-file. --8schnipp-8--- * Testing output perl to org #+srcname: TestingPerlToOrg #+begin_src perl :exports results :results output org

Re: [O] Bug: Refiling is broken [7.6 (release_7.6.132.gd8bd4)]

2011-07-21 Thread Bernt Hansen
Bastien b...@altern.org writes: Bernt Hansen be...@norang.ca writes: Bulk refiling from the agenda (B r) no longer works for me. Git bisect identifies the following commit as the problem: Thanks for reporting this -- I've reverted the change. The feature was half-backed, as I didn't

Re: [O] Remove current heading from refile targets?

2011-07-21 Thread Bastien
Hi Jason, Jason Dunsmore ja...@dunsmor.com writes: It looks like it removes top-level headings from the refile targets, but nothing below that. For example, in the org file below, place the cursor on Subheading1 and type M-x org-refile. The current heading will be in the list of refile

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-21 Thread Giovanni Ridolfi
Daniel E. Doherty ded-...@ddoherty.net writes: That's certainly thinking outside the box, but I don't think it works. Actually, Daniel you don't have to *think*, you've to demonstrate that it works or that it doesn't /tertium non datur/. In your example, 1:09 represents 1/9th in calc's

[O] [feature request] tangle on org-special-edit

2011-07-21 Thread Dirk Scharff
Hello, Org-mode provides the function to edit code blocks in their languages native environment. If you want do literate programming you'll end up with web-syntax (the-block-to-be-included-here ) in the environment org-special-edit started. I'd like to purpose, that before opening the

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-21 Thread Jason Dunsmore
Bastien b...@altern.org writes: Something like ask.orgmode.org with a StackOverflow interface would be very nice. I think this would be a great way to start a community-driven FAQ. Why don't we use the org-mode tag on stackoverflow.com: http://stackoverflow.com/questions/tagged/org-mode It's

Re: [O] Remove current heading from refile targets?

2011-07-21 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore ja...@dunsmor.com writes: It looks like it removes top-level headings from the refile targets, but nothing below that. For example, in the org file below, place the cursor on Subheading1 and type M-x org-refile. The current

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-21 Thread suvayu ali
On Thu, Jul 21, 2011 at 3:58 PM, Jason Dunsmore emacs-orgm...@dunsmor.com wrote: Bastien b...@altern.org writes: Something like ask.orgmode.org with a StackOverflow interface would be very nice. I think this would be a great way to start a community-driven FAQ. Why don't we use the

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-21 Thread Jonathan Leech-Pepin
Or if you want to preserve your rounding until the last point in your calculations: | Test 1 | | | 1:15 | 62.50 | 76 | | Test 2 | | | 2:48 | 140.00 | 169 | #+TBLFM: $5=$4*(50/60.0);Df2::$6=$4+1 Since 50/60 is 0.8333... by rounding it prematurely you lose some of the precision in your

[O] [babel] escaping of links when result from source code block?

2011-07-21 Thread Rainer M Krug
Hi when evaluating the code blocks below, I would expect [[file:./cv.cls]] , but I get [[file:./cv\.cls]], i.e. the . is escaped and does not work. When not using [[]], the . is not escaped - is this a bug, or how can I circumvent the esaping? Cheers, Rainer #+begin_src R :results org

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-21 Thread John Hendy
On Thu, Jul 21, 2011 at 9:15 AM, suvayu ali fatkasuvayu+li...@gmail.com wrote: On Thu, Jul 21, 2011 at 3:58 PM, Jason Dunsmore emacs-orgm...@dunsmor.com wrote: Bastien b...@altern.org writes: Something like ask.orgmode.org with a StackOverflow interface would be very nice. I think this

[O] Archiving broken

2011-07-21 Thread Jason Dunsmore
Hello Nicolas, It looks like the latest commit broke org-archive-subtree: http://orgmode.org/w/?p=org-mode.git;a=commit;h=5b39df0523 I get the following error when I try to archive anything: if: The kill is not a (set of) tree(s) - please use S-insertchar to yank anyway I checked out the

Re: [O] Remove current heading from refile targets?

2011-07-21 Thread Bastien
Jason Dunsmore ja...@dunsmor.com writes: Looks good except for one quirk. If the heading has a TODO keyword, it isn't excluded. Example: * Heading1 ** TODO Subheading1 * Heading2 Please test this second patch over the previous one. From 04a43208d096e792aea68efadc5df95fcbb7d94b Mon Sep

Re: [O] Archiving broken

2011-07-21 Thread Nicolas Goaziou
Hello, Jason Dunsmore emacs-orgm...@dunsmor.com writes: It looks like the latest commit broke org-archive-subtree: http://orgmode.org/w/?p=org-mode.git;a=commit;h=5b39df0523 I get the following error when I try to archive anything: if: The kill is not a (set of) tree(s) - please use

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-21 Thread Giovanni Ridolfi
Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: | Argo Status Hearing 2011-06-28 Tue 09:00 | | | 1:15 | 62.25 | | Letter of Discovery Deficiencies | | | 2:48 | 139.44 | #+TBLFM: $5=$4*0.83;Df2 Or if you want to preserve your rounding until the last point in

Re: [O] Remove current heading from refile targets?

2011-07-21 Thread Jason Dunsmore
Bastien b...@altern.org writes: Jason Dunsmore ja...@dunsmor.com writes: Looks good except for one quirk. If the heading has a TODO keyword, it isn't excluded. Example: * Heading1 ** TODO Subheading1 * Heading2 Please test this second patch over the previous one. That seems to work

Re: [O] [dev] org-indent-mode patch

2011-07-21 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: On 13.3.2011, at 17:21, Nicolas wrote: I'd like to submit the following org-indent-mode patch for testing. It implements two things: 1. It indents correctly text when using visual-line-mode; 2. It removes the idle timer

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-21 Thread Daniel E . Doherty
At Thu, 21 Jul 2011 15:37:55 +0200, Giovanni Ridolfi wrote: Daniel E. Doherty ded-...@ddoherty.net writes: That's certainly thinking outside the box, but I don't think it works. Actually, Daniel you don't have to *think*, you've to demonstrate that it works or that it doesn't

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-21 Thread Jonathan Leech-Pepin
Hi, Which version of Org are you using? 7.6 (archive from org) with very few org-related customizations (Emacs-Starter-Kit along with one or two small changes) behaved properly. I took your original table and updated the formulas and the values behaved as whole numbers rather than fractions |

[O] Hyperlink handling broken

2011-07-21 Thread Marcelo de Moraes Serpa
Hi guys, Hyperlink handling for org is kind of broken for me. Each time I click a hyperlink in an org file, it will create a new instance of Firefox. Does someone know how to change the browser (to Chrome, for example) and make it open subsequent links in the same browser instance, as tabs?

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Eric Schulte
Aankhen aank...@gmail.com writes: Hi, On Wed, Jul 20, 2011 at 16:36, Dirk Scharff dirk.scha...@googlemail.com wrote: I narrowed down my problem to the following short example: * My Test Block  This is a test  #+source testblock  #+begin_src python :var x=3 :exports both :results output

Re: [O] [BABEL, PATCH] ob-maxima.el add variables and graphical output

2011-07-21 Thread Eric Schulte
Bastien b...@altern.org writes: Hi Sergey, Litvinov Sergey slitvi...@gmail.com writes: I would like to contribute an extension of babel maxima support. The patch adds variables and graphical output (currently limited to png files). There is a file with examples (tests). It is not ERTed

Re: [O] [feature request] tangle on org-special-edit

2011-07-21 Thread Eric Schulte
Dirk Scharff dirk.scha...@googlemail.com writes: Hello, Org-mode provides the function to edit code blocks in their languages native environment. If you want do literate programming you'll end up with web-syntax (the-block-to-be-included-here ) in the environment org-special-edit started.

Re: [O] [babel] escaping of links when result from source code block?

2011-07-21 Thread Eric Schulte
Hi Rainer, The leading [ makes the string result look like a list to Babel, so it is passed to the `read' function which then escapes the periods in the file name. You can inhibit this interpretation of the string by explicitly informing the code block that you will be returning a string with

Re: [O] Hyperlink handling broken

2011-07-21 Thread imi...@ymail.com
Am 21.07.2011 19:29, schrieb Marcelo de Moraes Serpa: Hi guys, Hyperlink handling for org is kind of broken for me. Each time I click a hyperlink in an org file, it will create a new instance of Firefox. Does someone know how to change the browser (to Chrome, for example) and make it open

Re: [O] Hyperlink handling broken

2011-07-21 Thread Marcelo de Moraes Serpa
Yes, sorry should have put OT. On Thu, Jul 21, 2011 at 12:36 PM, imi...@ymail.com imi...@ymail.com wrote: Am 21.07.2011 19:29, schrieb Marcelo de Moraes Serpa: Hi guys, Hyperlink handling for org is kind of broken for me. Each time I click a hyperlink in an org file, it will create a new

[O] [PATCH 1/2] Fix error with %e agenda prefix format when there is no effort set

2011-07-21 Thread Max Mikhanosha
`org-agenda-prefix-format' has un undocumented format %e for Effort, which is broken. it throws error on entries without effort property. Following patch fixes that problem. TODO: make agenda redraw current line when `org-agenda-set-effort' sets a new effort From

[O] [PATCH 2/2] Log yesterday item today, better org-extend-today-until

2011-07-21 Thread Max Mikhanosha
Started using habits, which are a great addition. My only problem with habits is that for some of them such as workout or cardio, I just don't have the energy to get to the computer in the evening and mark them done. Instead I do most of my planning for the day in the first 20 minutes or so of

Re: [O] [feature request] tangle on org-special-edit

2011-07-21 Thread Dirk Scharff
On Thu, Jul 21, 2011 at 7:19 PM, Eric Schulte schulte.e...@gmail.comwrote: Dirk Scharff dirk.scha...@googlemail.com writes: Hello, Org-mode provides the function to edit code blocks in their languages native environment. If you want do literate programming you'll end up with

Re: [O] [feature request] tangle on org-special-edit

2011-07-21 Thread Eric Schulte
Hi Dirk, Using the simple attached Org-mode file, #+source: def-something #+begin_src sh SOMETHING=nothing #+end_src #+begin_src sh def-something echo $SOMETHING #+end_src When I call C-c C-v ' in the second code block I get a buffer containing --8---cut

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-21 Thread Daniel E . Doherty
Thanks, Jonathan. That was it. I updated to 7.6 and now all is well. At Thu, 21 Jul 2011 12:34:15 -0400, Jonathan Leech-Pepin wrote: Hi, Which version of Org are you using? 7.6 (archive from org) with very few org-related customizations (Emacs-Starter-Kit along with one or two

Re: [O] [BUG] Changing TODO states sometimes modifies the schedulingof the next heading

2011-07-21 Thread Tom
Nicolas Goaziou n.goaziou at gmail.com writes: Would you mind telling me if the following patch fixes your problem? If so, I'll apply it to the code base. Yes, it seems to work with the test file I mentioned previously in the thread. I'm a bit suprised it took so long until someone fixed

Re: [O] convert html file into orgmode .org file?

2011-07-21 Thread Charles Philip Chan
#secure method=pgpmime mode=sign Puneeth Chaganti puncha...@gmail.com writes: Org-mode cannot import html files. But, you could try using Pandoc[1] for this. [1] - http://johnmacfarlane.net/pandoc/ There is also an Emacs mode for pandoc:

[O] [patch] Re: HTML Postamble is inside Content DIV

2011-07-21 Thread Sebastien Vauban
Hi Pierre, Bastien et al., Pierre de Buyl wrote: Le 8 juil. 11 à 09:36, Sebastien Vauban a écrit : Here is thus my proposition for a better div-structured HTML. There are only four parts required in the HTML for all the magic to work with the CSS: - The first part is a container div

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Dirk Scharff
Hi Eric, thanks again for your support. I pulled again from git (release_7.6.146.g6b389). I'm still having difficulties with this. I'll attach your something.org example from earlier in a slightly modified version to fit this case. something.org Description: Binary data When I C-c C-e A on

Re: [O] [feature request] tangle on org-special-edit

2011-07-21 Thread Dirk Scharff
Sorry, I forgot to forward this Mail to the list. regards, Dirk. Anfang der weitergeleiteten E-Mail: Von: Dirk Scharff dirk.scha...@googlemail.com Betreff: Re: [O] [feature request] tangle on org-special-edit Datum: 21. Juli 2011 22:32:13 MESZ An: Eric Schulte schulte.e...@gmail.com Hi

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Nick Dokos
Dirk Scharff dirk.scha...@googlemail.com wrote: Hi Eric, thanks again for your support. I pulled again from git (release_7.6.146.g6b389). I'm still having difficulties with this. I'll attach your something.org example from earlier in a slightly modified version to fit this case. When I

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Dirk Scharff
Hi, thanks for pointing that out, while I pulled, used make and restarted emacs, I skipped on a make clean before compiling again. I recompiled org-mode again (this time with clean) and it works now. Am 21.07.2011 um 22:55 schrieb Nick Dokos: Dirk Scharff dirk.scha...@googlemail.com wrote:

Re: [O] Was tj3 -- tikz gantt chart

2011-07-21 Thread John Hendy
On Tue, Nov 9, 2010 at 3:46 AM, Eric S Fraga ucec...@ucl.ac.uk wrote: John Hendy jw.he...@gmail.com writes: Hi Eric, While I like tj3, I was looking around for something on tikz/gantt and found something from the pgf mailing list I thought I'd pass along. Check it out.  [1] Thanks for the

[O] wolfram's computable document format

2011-07-21 Thread David O'Toole
http://www.wolfram.com/cdf/ Looks nice, and could be very interesting to orgmoders.

Re: [O] org-edit-file ?

2011-07-21 Thread Sebastian Rose
Dov Grobgeld dov.grobg...@gmail.com writes: I'm not sure that emacs is the best tool to e.g. generate a template png file of a given size and given background, or a svg file. I still don't feel that any of the proposed solutions solves the file:foo.svg edit scenario, where foo.svg does not

Re: [O] org-edit-file ?

2011-07-21 Thread Jambunathan K
Sebastian Rose sebastian_r...@gmx.de writes: Dov Grobgeld dov.grobg...@gmail.com writes: I'm not sure that emacs is the best tool to e.g. generate a template png file of a given size and given background, or a svg file. I still don't feel that any of the proposed solutions solves the

[O] org-timestamp-up/down broken in tip

2011-07-21 Thread Max Mikhanosha
With latest git I can only press S-up or S-down on the time part of the timestamp once, after changing the time it moves point to the closing bracket, and doing another S-up or S-down changes the date part instead of time. Example: with point on the 05 at the timestamp [2011-07-21 Thu 19:05]

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Luke Crook
Eric Schulte schulte.eric at gmail.com writes: I've just pushed up a fix -- Eric Thanks for fixing this. -Luke

[O] Input on organization of files for multiple projects?

2011-07-21 Thread John Hendy
Hi, I've debated this before tangentially, but having used org-mode for more than a year, now, I'd like to revisit this with some more formal inquiries. [1] I just finished a mid-phase review for one of my projects and will also be interviewing for a potential new position in my company, and

Re: [O] DONE all subtasks recursively

2011-07-21 Thread Bernt Hansen
Marcelo de Moraes Serpa celose...@gmail.com writes: *bump* Hey guys, if someone could guide me a hint on where I should look to hack some elisp code in order to do that, I'd be grateful ;) Cheers, Marcelo. --8---cut here---start-8--- (defun

Re: [O] Input on organization of files for multiple projects?

2011-07-21 Thread Bernt Hansen
John Hendy jw.he...@gmail.com writes: In any case, this works pretty well, but I think I'm becoming more and more sensitive to the fact that I'm not as interested in just tracking journal type entries. I now have bigger projects that are more coherent and on-going vs. just supporting other

Re: [O] wolfram's computable document format

2011-07-21 Thread Scott Randby
On 07/21/2011 05:41 PM, David O'Toole wrote: http://www.wolfram.com/cdf/ Looks nice, and could be very interesting to orgmoders. Mathematica is required to make a CDF document and the required reader is at least 100 MB in size. I think Sage is a superior alternative. Scott Randby

Re: [O] Thesaurus terms as org tags -- feature request

2011-07-21 Thread Christian Moe
Hi, Bastien, I think this would open up interesting possibilities if implemented. Taggroups should be nestable, so #+TAGGROUP: :colour: :red:green: #+TAGGROUP: :red: :crimson:scarlet: would make searches for colour would display entries with scarlet (perhaps this is self-evident, I don't