mailingli...@nawaz.org wrote:
> Hi,
>
> Some background for the interested:
>
> Sage (http://www.sagemath.org/) is a free open source mathematics
> system. It essentially takes a number of well known open source math
> packages (Pari/GP, Maxima, etc) and provides it all to you under one
> interf
On Thu, Aug 16, 2012 at 8:25 PM, Nick Dokos wrote:
>
> Try
>
> emacs -q -l /path/to/minimal/org.el\
>--eval '(progn (setq org-agenda-window-setup (quote current-window))
> (org-agenda nil "c" nil))'
>
> Nick
Works perfectly! Thank you.
-k.
Hi,
Some background for the interested:
Sage (http://www.sagemath.org/) is a free open source mathematics
system. It essentially takes a number of well known open source math
packages (Pari/GP, Maxima, etc) and provides it all to you under one
interface, all glued together with Python.
I highly
Ken Mankoff wrote:
> Hi Eric,
>
> On Thu, Aug 16, 2012 at 3:50 PM, Eric Abrahamsen
> wrote:
> > On Fri, Aug 17 2012, Ken Mankoff wrote:
> >
> >> Hi,
> >>
> >> I find the first thing I do after launching emacs is to load my custom
> >> agenda, bound to C-c a c.
> >>
> >> Is there a way I can lau
Hi Eric,
On Thu, Aug 16, 2012 at 3:50 PM, Eric Abrahamsen
wrote:
> On Fri, Aug 17 2012, Ken Mankoff wrote:
>
>> Hi,
>>
>> I find the first thing I do after launching emacs is to load my custom
>> agenda, bound to C-c a c.
>>
>> Is there a way I can launch this from the command-line? I know I can
I have a journal file defined in my capture templates like this
("j" "journal" entry (file+datetree
"journal.org")
Is there any way I can somehow get org-mobile to refile to this on
org-mobile-pull? Id like my captures to turn up in my
On Fri, Aug 17 2012, Ken Mankoff wrote:
> Hi,
>
> I find the first thing I do after launching emacs is to load my custom
> agenda, bound to C-c a c.
>
> Is there a way I can launch this from the command-line? I know I can
> run 'emacs -eval "(foo)"', but I haven't been able to determine the
> func
Thanks for helping, Achim and Nick, exactly what I was looking for.
Cheers,
Marius
Ken Mankoff wrote:
> Hi,
>
> I find the first thing I do after launching emacs is to load my custom
> agenda, bound to C-c a c.
>
> Is there a way I can launch this from the command-line? I know I can
> run 'emacs -eval "(foo)"', but I haven't been able to determine the
> function that loads my
Hi,
I find the first thing I do after launching emacs is to load my custom
agenda, bound to C-c a c.
Is there a way I can launch this from the command-line? I know I can
run 'emacs -eval "(foo)"', but I haven't been able to determine the
function that loads my custom agenda. Does such a function
Hi Marcel,
On Wed, Aug 15, 2012 at 12:33 AM, Marcel van der Boom wrote:
> Perhaps you will find https://gist.github.com/3111823 interesting. It
> contains a bit of code to do the org-mobile-push asynchronously (and
> notify me about it when done). This makes the push work in the
> background, in
Bastien writes:
>> I would say that after applying changes to my-ess-eval and to
>> org-babel-edit-prep:R as suggested by Andrew, it looks like everything
>> is working right for me.
>
> I'v been bold and I pushed the change Andrew suggested.
>
> Thanks for reporting this and for testing around -
Nick Dokos writes:
> I fixed that on worg.
Thanks.
> I added this comment to worg as well, but note that the setqs need the '(...)
> treatment.
Too much copy and paste... again it should be customized, not setq'd
anyway.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromed
On Thu, Aug 16, 2012 at 4:11 PM, Eric Schulte wrote:
>>
>>
>> All is working as expected, and as expected it's really cool. Thank you!
>>
>
> Great, happy its working.
>
>>
>> Now if I could just edit babel source blocks and have the results
>> blocks update on the fly I would be in R workshop pre
Achim Gratz wrote:
> Marius Hofert writes:
> > I found http://orgmode.org/worg/org-dependencies.html and proceeded as
> > described
> > there to set up texi2dvi for LaTeX export. I don't have the egrep bug
> > mentioned,
> > so all I had to do was:
> >
> > 1) put this in ~/.emacs:
> >(setq
Marius Hofert writes:
> I found http://orgmode.org/worg/org-dependencies.html and proceeded as
> described
> there to set up texi2dvi for LaTeX export. I don't have the egrep bug
> mentioned,
> so all I had to do was:
>
> 1) put this in ~/.emacs:
>(setq org-latex-to-pdf-process "texi2dvi -p %
Achim Gratz writes:
> Eric Schulte writes:
>> Ugh, this is more headache related to the renaming of all cl-* functions
>> between the released version of Emacs 24 and the development head of
>> Emacs (which I'm using). I've just pushed up a change after which all
>> tests are passing on both the
>
>
> All is working as expected, and as expected it's really cool. Thank you!
>
Great, happy its working.
>
> Now if I could just edit babel source blocks and have the results
> blocks update on the fly I would be in R workshop presenter heaven.
> Any chance of this sort of thing down the road?
On Thu, Aug 16, 2012 at 12:36 PM, Eric Schulte wrote:
> Ista Zahn writes:
>
>> On Thu, Aug 16, 2012 at 2:31 AM, Eric Schulte wrote:
>>> Ista Zahn writes:
>>>
Hi Eric,
Sounds really cool, I'd love to try it out. But when I run (ert
"org-ehtml") I get errors like
Sel
Hi,
I found http://orgmode.org/worg/org-dependencies.html and proceeded as described
there to set up texi2dvi for LaTeX export. I don't have the egrep bug mentioned,
so all I had to do was:
1) put this in ~/.emacs:
(setq org-latex-to-pdf-process "texi2dvi -p %f"); use texi2dvi; see
http://o
---
doc/org.texi | 48 ++--
1 file changed, 30 insertions(+), 18 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 3fdb4ac..0f8b0d9 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -11898,9 +11898,9 @@ nodes of a document or strictly follow the
* org-taskjuggler.el (org-export-as-taskjuggler): Compute opt-plist, use
`org-install-letbind'.
---
lisp/org-taskjuggler.el | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index 7d9d203..529cda0 100644
--- a/lisp/o
Following on a message from a few days ago, I've prepared a patch (attached)
that alters the behavior of 'org-edit-src-exit' so that it no longer adds an
extra 2 spaces of indentation each time a source block (or a table.el table) is
edited. Previously a workaround was to set 'org-src-preserve-
* org-taskjuggler.el (org-export-taskjuggler-default-global-header): Add
new option.
(org-export-as-taskjuggler): Insert global header before anything else.
---
lisp/org-taskjuggler.el | 19 ++-
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/lisp/org-taskjuggler.el
Bastien writes:
> Please heavily test the current HEAD of the git repository.
> If you have bugs that you didn't send to the list, please do
> it now.
I get these test fails with Emacs 24.1, 24.2-rc (but not on 24.1.50 or
24.2.50, although the latter activates only 214 instead of 371 tests,
which
* lisp/org-publish.el (org-publish-org-to-taskjuggler): New function to
publish taskjuggler projects.
* lisp/org-taskjuggler.el (org-export-as-taskjuggler): Adapt signature
to reflect standard interface, in particular allow export to buffer.
---
lisp/org-publish.el | 6 ++
lisp/org-taskju
* org-taskjuggler.el (org-export-taskjuggler-report-tag): Add
new option.
(org-export-taskjuggler-valid-report-attributes): Add new option.
(org-export-as-taskjuggler): Compute reports.
(org-taskjuggler-open-report): Generate report from org item.
(org-taskjuggler-insert-reports): Insert default re
* org-taskjuggler.el (org-taskjuggler-open-project): Use START - END as
an alternative to START +Xd.
---
lisp/org-taskjuggler.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index c997da7..7376302 100644
--- a/lisp/org-
---
lisp/org-taskjuggler.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index 3c97e03..33b111d 100644
--- a/lisp/org-taskjuggler.el
+++ b/lisp/org-taskjuggler.el
@@ -329,7 +329,7 @@ defined in `org-export-taskju
* org-taskjuggler.el (org-export-taskjuggler-valid-task-attributes): Add
new option.
(org-export-taskjuggler-valid-resource-attributes): Add new custom
option.
---
lisp/org-taskjuggler.el | 26 --
1 file changed, 20 insertions(+), 6 deletions(-)
diff --git a/lisp/org-taskj
* org-taskjuggler.el (org-taskjuggler-open-task): Task with end-only is
also a milestone (deadline), task with length is not.
---
lisp/org-taskjuggler.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index 93f0cc7..a18cdf8
* org-taskjuggler.el (org-export-taskjuggler-keep-project-as-task): Add
new option.
(org-export-as-taskjuggler): Optionally drop the topmost "task"
(project).
(org-taskjuggler-assign-task-ids): Adapt path computation by optionally
dropping the topmost component (project).
Introduce `org-export-tas
* org-taskjuggler.el (org-taskjuggler-date): Introduce new function to
produce a taskjuggler-compatible date.
(org-taskjuggler-components): Make use of SCHEDULED/DEADLINE properties.
Infer start and end date from SCHEDULED/DEADLINE information.
---
lisp/org-taskjuggler.el | 12 ++--
1 fil
Hi,
here is a new version of the patch series.
Changes are:
- fixed commit messages format
Yann Hodique (11):
org-taskjuggler.el: Make task and resource properties customizable
org-taskjuggler.el: Properly install local variables at export time
org-taskjuggler.el: Make use of org propertie
> "Bastien" == Bastien writes:
> Thanks for this effort -- not nitpicking, but there is room left for
> small improvements.
Sure, no problem. I will do that right away. Actually the last series
was a bit messy anyway, with my old 4/10 showing up again (which brought
confusion to patchwork).
Hi Samuel,
Thanks for your note. Just FYI, the earlier parser code in this thread
has
been superseded by the code in the post "new tag query parser [3/5]".
The sexp input is a nice idea, and it would be very easy I think.
The function org-make-tags-matcher now takes a query string
but could
Eric Schulte writes:
> Ugh, this is more headache related to the renaming of all cl-* functions
> between the released version of Emacs 24 and the development head of
> Emacs (which I'm using). I've just pushed up a change after which all
> tests are passing on both the development head and the re
If I don't put a space after a URL, Org always assumes that all
characters after the link are part of the link. For example, if I
write
[[http://example.com]]asdf
Org will think the URL is "http://example.com]]asdf"; while it should
be "http://example.com";.
In English there is usually a space aft
Ista Zahn writes:
> On Thu, Aug 16, 2012 at 2:31 AM, Eric Schulte wrote:
>> Ista Zahn writes:
>>
>>> Hi Eric,
>>>
>>> Sounds really cool, I'd love to try it out. But when I run (ert
>>> "org-ehtml") I get errors like
>>>
>>> Selector: "org-ehtml"
>>> Passed: 0
>>> Failed: 5 (5 unexpected)
>>> T
On Thu, Aug 16, 2012 at 2:31 AM, Eric Schulte wrote:
> Ista Zahn writes:
>
>> Hi Eric,
>>
>> Sounds really cool, I'd love to try it out. But when I run (ert
>> "org-ehtml") I get errors like
>>
>> Selector: "org-ehtml"
>> Passed: 0
>> Failed: 5 (5 unexpected)
>> Total: 5/6
>>
>> Started at: 20
>>
>> This must be a JavaScript issue related to some difference between
>>browsers. Can I ask, what browser you are using? I've done all of my
>>testing with browsers in the Firefox family (Firefox and conkeror).
>
> I'm using the version of Chrome provided by Arch linux, it tells me
> Version 2
Hello Thomas,
On Thu, Aug 16, 2012 at 10:28 AM, Thomas Moyer wrote:
> I have a set of habits that I do Monday through Friday (weekdays only) and
> the best suggestion I have found for this is to have 5 individual TODOs (one
> for each day). This seems to work well for the most part, but I have fo
Andrew Young writes:
> Hi,
> On Wed, Aug 15, 2012 at 1:04 PM, Eric Schulte wrote:
>> I'm very excited to start using this merge driver. I've put together an
>> Arch Linux User Repository (aur) package, which can be used by Arch
>> Linux users to install the org-merge-driver with pacman. It is
On Thu, Aug 16 2012, Eric Schulte wrote:
> Eric Abrahamsen writes:
>
>> On Thu, Aug 16 2012, Eric Schulte wrote:
>>
>>> Eric Abrahamsen writes:
>>>
On Thu, Aug 16 2012, Eric Schulte wrote:
>>> Every time I edited a block and clicked "save", it just deleted the
>>> whole block.
I have a set of habits that I do Monday through Friday (weekdays only) and
the best suggestion I have found for this is to have 5 individual TODOs
(one for each day). This seems to work well for the most part, but I have
found one minor annoyance that I can't find a solution for.
If I don't do one
Eric Abrahamsen writes:
> On Thu, Aug 16 2012, Eric Schulte wrote:
>
>> Eric Abrahamsen writes:
>>
>>> On Thu, Aug 16 2012, Eric Schulte wrote:
>>>
>> Every time I edited a block and clicked "save", it just deleted the
>> whole block. I got these errors in ~/.elnodelogs/elnode-error:
>>>
> Bastien :
>> is this known, and has been fixed later than the above commit? If so, I
>> can pull, and try again.
> It should be fixed now, please confirm.
I can confirm it works. Ie. that it adjusts the end time of the
previously clocked item correctly.
My current latest commit after th
Hello,
I have a TODO keyword called `SOMEDAY`.
When I use Shift-Tab, is there an easy way to add one level, to have a
rotation like OVERVIEW, CONTENTS without SOMEDAY tasks, CONTENS, VIEW ALL?
Greetings, Arthur
Yes, the problem was the org-agenda-files. I don't understand though
because it is setted to files in the dropbox folder, so it should work in
all machines. The path to dropbox is setted in each machine.
2012/8/16 Bastien
> Hi Humberto,
>
> Humberto Henrique writes:
>
> > I don't know what's go
Consider the following subtrees:
* [[http://example.com/][My Link]]
CLOCK: [2012-08-16 Thu 09:41]--[2012-08-16 Thu 09:56] => 0:15
* Not a link
CLOCK: [2012-08-16 Thu 09:41]--[2012-08-16 Thu 09:56] => 0:15
Running org-clock-display displays summary statistics only for the
subtree that doesn
Nicolas Goaziou writes:
> Bastien writes:
>
>>> (defcustom org-export-with-inlinetasks t
>>> "Non-nil means include INLINETASKS keywords in export.
>>> When nil, remove all these keywords from the export."
>>> :group 'org-export-general
>>> :type 'boolean)
>>
>> +1 for having this for the
Hello,
Bastien writes:
>> (defcustom org-export-with-inlinetasks t
>> "Non-nil means include INLINETASKS keywords in export.
>> When nil, remove all these keywords from the export."
>> :group 'org-export-general
>> :type 'boolean)
>
> +1 for having this for the new exporter.
>
> Thanks for
Hi,
On Wed, Aug 15, 2012 at 1:04 PM, Eric Schulte wrote:
> I'm very excited to start using this merge driver. I've put together an
> Arch Linux User Repository (aur) package, which can be used by Arch
> Linux users to install the org-merge-driver with pacman. It is
> available at [1],
Thank you
Hi Christopher,
Christopher Genovese writes:
> At Bastien's urging, I'm (re)posting about my new tag query parser
> implementation in what I hope are clearer, more digestible, and more
> actionable pieces.
Thanks a *lot* for the effort you did in shewing this again!
All this looks very promis
Hi all,
I will be offline until sunday eve.
Please heavily test the current HEAD of the git repository.
If you have bugs that you didn't send to the list, please do
it now.
Thanks,
--
Bastien
Hi Yann,
Yann Hodique writes:
> here is a new version of the patch series.
Thanks.
> Changes are:
>
> - fixed commit messages format
Thanks for this effort -- not nitpicking, but there is room left for
small improvements.
- The summary line should be "org-taskjuggler.el: Sentence" (note the
Bastien writes:
> Tom writes:
>
>> It is a consistency bug then. If thu 8am works in other cases
>> then it should not be the user's job to know which format to
>> use to achieve to desired result. Org should treat both
>> forms in the same way.
>
> Please try the attached patch and report other
On Thu, Aug 16 2012, Eric Schulte wrote:
> Eric Abrahamsen writes:
>
>> On Thu, Aug 16 2012, Eric Schulte wrote:
>>
> Every time I edited a block and clicked "save", it just deleted the
> whole block. I got these errors in ~/.elnodelogs/elnode-error:
>
I'm not sure what coul
Hi Enda,
Enda writes:
> How do you I export this into an iCal file (C-c C-e i) (only events
> get exported):
>
> * New Year's Day
> <%%(diary-anniversary 1 1)>
You can't. Patch welcome,
--
Bastien
Hi Humberto,
Humberto Henrique writes:
> I don't know what's going on, but when I launch org-mode in one of my
> machines in home it thinks I am at work.
> If I launch org-mode by M-x org-mode, it prompts with a ftp password
> for my machine at work.
> My .emacs config is synced via dropbox on
60 matches
Mail list logo