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
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
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?
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
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
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
Hi Sergey,
Litvinov Sergey writes:
> ob-fortran.el: fix a bug with string input, add ob-fortran tests with
> ert.
Applied, thanks!
--
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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.
>
> *
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
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
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
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
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:
>
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
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
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.
>
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 (
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
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
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
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
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
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
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
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
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
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
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
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
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
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
`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
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
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
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
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
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
<#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
-
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
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
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
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
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,
>>
>>
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
http://www.wolfram.com/cdf/
Looks nice, and could be very interesting to orgmoders.
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
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
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
Eric Schulte gmail.com> writes:
>
> I've just pushed up a fix -- Eric
>
Thanks for fixing this.
-Luke
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
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
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
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
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
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
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
74 matches
Mail list logo