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

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Aankhen
Hi, On Wed, Jul 20, 2011 at 16:36, Dirk Scharff 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 the source-bock yiel

[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 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, Marcelo de Moraes S

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

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 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] - http://johnmacfarlane

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

2011-07-21 Thread Bastien
Hi Sergey, Litvinov Sergey 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 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 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 belongs to Emac

Re: [O] bug when tuning agenda views

2011-07-21 Thread Bastien
Hi Роман, Роман Новиков 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. > > (org-agenda-prefix-format "[ ] \n

Re: [O] iCalendar export

2011-07-21 Thread Bastien
Tassilo Horn 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 Tassilo does. It's c

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 between

[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 section.

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-21 Thread Bastien
Hi Thomas, thanks for sharing this idea. Something like ask.orgmode.org with a StackOverflow interface would be very nice. I am copying Jason, http://orgmode.org webmaster, to make sure this would not add too much work for him. I am not afraid of fragmentation of information: as long as this ne

Re: [O] New backend for org-agenda: (Was Calendar-like view of the org-agenda)

2011-07-21 Thread Bastien
Hi Masashi, SAKURAI Masashi writes: > I'm also think about cache in the calfw side, such as an alist: > (date . [a list of contents]). Then, uses can refresh the cache > explicitly. It is easy to implement. > > Is the plan(1) the same idea? Yes, It's the same idea, but on Org's side. I'm focus

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

2011-07-21 Thread Bastien
Hi Sergey, Litvinov Sergey 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. > /testing/examples/ob-maxima-test.org I let Eric

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

2011-07-21 Thread Bastien
Hi Dirk, Dirk Scharff 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 Emacs 24.0.50.1 and O

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

2011-07-21 Thread Bastien
Tassilo Horn 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 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 work on a more

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

2011-07-21 Thread Tassilo Horn
Bastien 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 "e

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 wrote: > Hi Dirk, > > Dirk Scharff 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 wit

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

2011-07-21 Thread Giovanni Ridolfi
Daniel E. Doherty 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> | | | 1:09 | 57.2

[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. --88--- * 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 writes: > Bernt Hansen 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 r

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

2011-07-21 Thread Bastien
Hi Jason, Jason Dunsmore 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 targets. > > *

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

2011-07-21 Thread Giovanni Ridolfi
Daniel E. Doherty 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 fraction mode, > not

[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 (<> ) in the environment org-special-edit started. I'd like to purpose, that before opening the special language environment, the

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-21 Thread Jason Dunsmore
Bastien 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 a fully-fea

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

2011-07-21 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore 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 li

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-21 Thread suvayu ali
On Thu, Jul 21, 2011 at 3:58 PM, Jason Dunsmore wrote: > Bastien 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: >

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 bi

[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 wrote: > On Thu, Jul 21, 2011 at 3:58 PM, Jason Dunsmore > wrote: >> Bastien 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. >

[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 to yank anyway I checked out the previous commit (

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

2011-07-21 Thread Bastien
Jason Dunsmore 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 17 00:00:00

Re: [O] Archiving broken

2011-07-21 Thread Nicolas Goaziou
Hello, Jason Dunsmore 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 to yank > anyway > > I

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

2011-07-21 Thread Giovanni Ridolfi
Jonathan Leech-Pepin 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 your > cal

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

2011-07-21 Thread Jason Dunsmore
Bastien writes: > Jason Dunsmore 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 perfectly. Thanks

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

2011-07-21 Thread Nicolas Goaziou
Hello, Carsten Dominik 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 previous implemen

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 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 datu

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 | H

[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? Thank

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Eric Schulte
Aankhen writes: > Hi, > > On Wed, Jul 20, 2011 at 16:36, Dirk Scharff > 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

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

2011-07-21 Thread Eric Schulte
Bastien writes: > Hi Sergey, > > Litvinov Sergey 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. >> /testing/examples/ob

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

2011-07-21 Thread Eric Schulte
Dirk Scharff 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 (<> ) in the > environment org-special-edit started. > > I'd like to purpose, that before opening the s

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 t

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 sub

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 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 instance

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

[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 wrote: > Dirk Scharff 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 (<> ) in the > > environment org-spe

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 <> echo $SOMETHING #+end_src When I call C-c C-v ' in the second code block I get a buffer containing --8<---cut here---start

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

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

2011-07-21 Thread Tom
Nicolas Goaziou 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 the proble

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

2011-07-21 Thread Charles Philip Chan
<#secure method=pgpmime mode=sign> Puneeth Chaganti 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: http://user.uni-frankfurt.de/~kremers/pandoc-mode.html Charles -

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

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 > Betreff: Re: [O] [feature request] tangle on org-special-edit > Datum: 21. Juli 2011 22:32:13 MESZ > An: Eric Schulte > > Hi Eric, > > playing with your file I found ou

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Nick Dokos
Dirk Scharff 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 C-c C-e A on this fi

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 wrote: > >> Hi Eric, >> >>

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 wrote: > John Hendy 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 link.  My own code wa

[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 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 exist yet. Also I woul

Re: [O] org-edit-file ?

2011-07-21 Thread Jambunathan K
Sebastian Rose writes: > Dov Grobgeld 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

[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] doi

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Luke Crook
Eric Schulte 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 this

Re: [O] "DONE" all subtasks recursively

2011-07-21 Thread Bernt Hansen
Marcelo de Moraes Serpa 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 bh/mark-subtree-done

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

2011-07-21 Thread Bernt Hansen
John Hendy 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 people's projec

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

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

2011-07-21 Thread Rainer M Krug
On Thu, Jul 21, 2011 at 7:28 PM, Eric Schulte wrote: > Hi Rainer, > Hi Eric, > 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 > e

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

2011-07-21 Thread Sebastien Vauban
Hi Max, Max Mikhanosha wrote: > 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" a