Hi Bastien,
At Thu, 21 Jul 2011 11:52:44 +0200,
Bastien wrote:
> :
> > 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 t
suvayu ali writes:
> On Fri, Jul 22, 2011 at 3:42 PM, Bastien wrote:
>> I think you can already
>> set up your custom agenda views to ignore COMMENT headlines.
>
> Could you point me to it? I did an apropos search for "org agenda
> ignore" but all I could find was ignoring based on timestamps.
Jude DaShiell shellworld.net> writes:
>
> In this case I don't want to tell org-mode how many rows to calculate, and
> I put a table together with an averages line in its own footer section.
Since you have a header & footer, one solution is to use a formula like this:
:=vmean(@I..@II)
On 7/22/11 4:35 PM, "Juan Pechiar" wrote:
>Hi,
>
>'@II..@III' means all rows between the second and third h-lines. In
>your case, this is the same vsum(), so you get a circular reference.
>
>Try @I..@II instead
Yeah, I get that, but I was hoping a circular reference (or alternatively
a seemin
Hi,
'@II..@III' means all rows between the second and third h-lines. In
your case, this is the same vsum(), so you get a circular reference.
Try @I..@II instead
Regards,
.j.
On Fri, Jul 22, 2011 at 06:48:36PM +, ken.willi...@thomsonreuters.com wrote:
> Hi, I had the following text in a tab
John Hendy writes:
> On Thu, Jul 21, 2011 at 10:15 PM, Bernt Hansen wrote:
>> 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
>
> In your block agenda view, how do you get the "" line separating
> sections? Mine just pile on top of each other.
>
Doh. I copied the template I started with from somewhere and just now
saw the option org-agenda-compact-blocks was set. Fixed.
John
>
> Thanks for the input!
> John
>
>>
>
On Thu, Jul 21, 2011 at 10:15 PM, Bernt Hansen wrote:
> 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
>> c
Hi all,
when working with outlines (tabbing until CONTENTS), there are two
things I cannot figure out:
Firstly, I want to copy the *visible* text (minus the …, but never mind
that); secondly, I want to be able to search only the visible text.
More generally (and less org specific), how do I rest
Here is the second attempt to fix both that problem and the original
one.
Regards,
--
Nicolas Goaziou
>From f3af2f87996312a0975a5395bdbbc8feaab59641 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou
Date: Fri, 22 Jul 2011 22:05:44 +0200
Subject: [PATCH] Keep point in the same category when updatin
Hi, I had the following text in a table, and hit in the
bottom-right cell:
| Who | Amt |
|-+-|
| A | 36.70 |
| A | 679.96 |
| B | 192.31 |
| B | 2500.03 |
| B | 74.47 |
| C | 26.64 |
| D | 82.00 |
|-+-|
| | :=vsum(@II..@III) |
Hello !
Unfortunately, org-find-timestamps as posted before was not compatible with
emacs 24.
(More precise, it hat problems with the read-only property, that emacs 24
applies to text within the occur-buffer)
The version below is now compatible with both emacs 23 and 24.
Have fun !
with kind
Here is an updated patch, its split into 3 very small part, belowe is
an explanaton of each:
1. First patch is my original patch to fix error with %e agenda format.
2. Second patch fixes what I beleive to be a logic bug. Most agenda
related commands have the following format:
(defun org-agenda
* This worked for me:
** apt-get install pandoc
* Booted up an EMACS that has the menus enabled.
** Install pandoc-mode.el (see
http://wwwuser.gwdg.de/~jkremer/pandoc-mode.html )
** Goto buffer with .html doc in it.
*** Get OrgMode and PanDocMode running simultaneously in the same buffer.
** Click
Carsten Dominik writes:
>>> I am unable to reproduce this. I do get an empty line the first time,
>>> but when the empty line is already there, then there is no problem.
>>>
>>> Do you find the insertion of this one empty line a problem?
>>
>> It's a significant problem for me. I still use or
Hi Bastien,
On Fri, Jul 22, 2011 at 3:42 PM, Bastien wrote:
> I think you can already
> set up your custom agenda views to ignore COMMENT headlines.
Could you point me to it? I did an apropos search for "org agenda
ignore" but all I could find was ignoring based on timestamps.
Thanks,
--
Suva
> > (setq category (substring category 0 (1-
> > org-prefix-category-max-length)
> >;; Evaluate the compiled format
> > + (assert effort)
>
> Why is this needed?
Oops left that in accidentally. If you hold on for a few days, I'll
send a more complete patch implementin
Jambunathan K writes:
>> I tried the new org-odt exporter in org-mode 7.6 running emacs 23.3
>> on Windows 7 with (org-export-as-odt). It stops before generating an
>> output with the error message: Searching for program: no such file or
>> directory, zip. I guess it is caused by not having a com
Jambunathan K writes:
>> I am seeing that customization interface for org-export-odt-styles-file
>> variable is only partially done. If the customization interface doesn't
>> do the right thing for you, you can use the setq form temporarily.
>
> The attached patch takes care of the above "issue".
On 2011-07-22, Bastien wrote:
> Eric already fixed this (although differently) in this commit:
>
> http://orgmode.org/w/?p=org-mode.git;a=commit;h=4b6bfab81741552697c4666488bcad00e33bc881
Ah sorry, I missed that ; thanks for following up :)
Cheers,
--Seb
sebastian.t...@unina.it writes:
> Hello,
>
> I tried the new org-odt exporter in org-mode 7.6 running emacs 23.3
> on Windows 7 with (org-export-as-odt). It stops before generating an
> output with the error message: Searching for program: no such file or
> directory, zip. I guess it is caused by
> I am seeing that customization interface for org-export-odt-styles-file
> variable is only partially done. If the customization interface doesn't
> do the right thing for you, you can use the setq form temporarily.
The attached patch takes care of the above "issue".
>From fe6cc741850cdfca4bd95
Hi Bastien,
On Fri, Jul 22, 2011 at 3:48 PM, Bastien wrote:
> Hi Suvayu,
>
> Suvayu Ali writes:
>
>> I can't follow links with an ID property. I have attached a minimal
>> example org file. Org complains it cannot find a match and prompts to
>> create a new headline. Answering yes to the prompt
Hi Bernt,
Bernt Hansen writes:
> (defun bh/mark-subtree-done ()
> (interactive)
> (org-mark-subtree)
> (let ((limit (point)))
> (save-excursion
> (exchange-point-and-mark)
> (while (> (point) limit)
> (org-todo "DONE")
> (outline-previous-visible-heading 1))
>
Hi Suvayu,
Suvayu Ali writes:
> I can't follow links with an ID property. I have attached a minimal
> example org file. Org complains it cannot find a match and prompts to
> create a new headline. Answering yes to the prompt creates a new
> headline like this:
>
> * id:9dfdc23e-f9ce-413b-b950-fc
Hello all,
I have decided to work on a startup dot el package geared around
orgmode. I want to get it up to a basic functionality before I allow
it to be distributed and I know I still have some work to do to get it
to that point.
My first goal is have a file open on either the left or the right
Hi Suvayu,
suvayu ali writes:
> So my question is, should org be ignoring the COMMENT keyword on
> headlines when a sexp is present. I would be inclined to call this a
> bug as a scheduled headline would be ignored in the presence of
> COMMENT.
Mh.. COMMENT originally means "do not export". B
Hi Max,
thanks for the patch.
Max Mikhanosha writes:
> `org-agenda-prefix-format' has un undocumented format %e for Effort, which
> is broken. it throws error on entries without effort property.
Yep, right.
> Following patch fixes that problem. TODO: make agenda redraw current line
> when `or
Hi Dirk,
Dirk Scharff writes:
> Perhaps I should repost the remaining question under a new subject?
> I'm still not used to this ;)
The list is quite informal, but we try to stick to a
one-problem/one-thread policy -- it makes things easier.
Thanks!
--
Bastien
Hi Sébastien,
Sébastien Delafond writes:
>>From Debian bug #634695[0]:
>
> the babel part of org-mode uses copy-seq on line 758, where in fact, I
> think, it should be using copy-sequence. Or is there a valid reason for
> this? At least, it makes exporting org-mode documents to HTML imposs
Hi Rainer,
Rainer M Krug writes:
> Absolutely. But what about sending once a week an automated email to
> the mailing list with the last not answered questions?
I'm not sure about this: in this case, will people answer on the
mailing list or on SO? I'd rather have people answer on the ml,
a
Dirk,
Thank you very much. Looks like I posted to different mailing list. Thank
you for link.
Juri.
On Fri, Jul 22, 2011 at 12:22 PM, Dirk Scharff
wrote:
> Hi Juri
>
> I guess you are kind of wrong here, because this list deals with org-mode
> for emacs, not with ruby or emacs in general. But t
Hi Felix,
Felix Geller writes:
> I wrote a Python script that [1] uses the GData API to download events
> for your Google Calendar and prints them to a given org-file. It is a
> very tiny script, but perhaps it is of use to other people as well.
Now I've had some time to play around with your
Hi Felix,
Felix Geller writes:
> I wrote a Python script that [1] uses the GData API to download events
> for your Google Calendar and prints them to a given org-file. It is a
> very tiny script, but perhaps it is of use to other people as well.
Now I've had some time to play around with your
On Fri, Jul 22, 2011 at 2:23 PM, Bastien wrote:
> Hi all,
>
> Bastien writes:
>
> > I updated the FAQ section in http://orgmode.org and advertized
> > the http://ask.orgmode.org link.
>
> I've also added a section to the Org FAQ listing the last five
> questions from StackOverflow:
>
> http://o
Hi all,
Bastien writes:
> I updated the FAQ section in http://orgmode.org and advertized
> the http://ask.orgmode.org link.
I've also added a section to the Org FAQ listing the last five
questions from StackOverflow:
http://orgmode.org/worg/org-faq.html#sec-1
I think this might be a good w
Hello,
>From Debian bug #634695[0]:
the babel part of org-mode uses copy-seq on line 758, where in fact, I
think, it should be using copy-sequence. Or is there a valid reason for
this? At least, it makes exporting org-mode documents to HTML impossible
if they use babel features. That bug
Hi Juri
I guess you are kind of wrong here, because this list deals with org-mode for
emacs, not with ruby or emacs in general. But to give you a starting point I'd
suggest you read this
http://stackoverflow.com/questions/2429373/tips-and-tricks-for-using-emacs-to-develop-a-ruby-on-rails-app
.
Hello,
I'm using Aquamacs 2.2 for Mac OS X as text editor and would like to develop
some code on ruby and then ruby on rails. How I can have syntax highlighting
on Aquamacs? If I wrote some code already and put it to the file then how I
can run it from Aquamacs?
Thank you,
Jude DaShiell wrote:
> I removed a separator line above averages and removed a row with blank
> fields and ran the calculation on this table and it does have a defective
> formula but I don't know where the defect is now.
>
> | Date Stamp | Systalic | Diastalic | Pulse | | |
> see "Dropbox authentication". Should the "MobileOrg" folder
> have been created for me on my Dropbox site? (It looks like it is
> automatically created on the iphone app). Nothing was created, either
> before or after attempting to sync. So, I then manually created
> "MobileOrg" folder, and
I have an android phone, and have installed MobileOrg; I'd like to use
the dropbox support. I seem to have logged in okay via MobileOrg, as I
see "Dropbox authentication". Should the "MobileOrg" folder
have been created for me on my Dropbox site? (It looks like it is
automatically created on th
Hi all,
suvayu ali writes:
>> Why don't we use the "org-mode" tag on stackoverflow.com:
>> http://stackoverflow.com/questions/tagged/org-mode
>
> This looks like the perfect solution without all the headaches. :)
Indeed! Thanks Jason for setting http://ask.orgmode.org up.
I updated the FAQ s
Hi Bastien,
thanks for pointing that out to me, I'm still new here and to org-mode in
general (and I really like it!) ;)
I'll do that in the future. While a better solution to this would be nice, I'll
not append this to this subject this time because I don't want to mess up the
topic struct
I removed a separator line above averages and removed a row with blank
fields and ran the calculation on this table and it does have a defective
formula but I don't know where the defect is now.
| Date Stamp | Systalic | Diastalic | Pulse | | | | | |
| |
|-
Hi Eric,
Eric Schulte writes:
> Thanks for this patch, it looks like a definite improvement to Babel's
> maxima support. Given the size of the patch (well over 10 lines), I
> will hold this until the FSF process completes, at which point I will
> happily apply this to the code base.
Thanks for
Jason Dunsmore writes:
>> Please test this second patch over the previous one.
>
> That seems to work perfectly. Thanks again Bastien.
Thanks for confirming. I've now applied the patch.
--
Bastien
Jude DaShiell writes:
> In this case I don't want to tell org-mode how many rows to calculate, and
> I put a table together with an averages line in its own footer section. I
> prefer when doing these things to output final averages and totals just
> under table headers then go down into deta
Hi Masashi,
> I like here
We're trilled that you're here!
> Thanks for your request and good images.
> I think this request involves 3 functions.
You are probably right.
> * Time table layout
>
> I think this function is very difficult, because it needs many study
> for me to implement, inclu
In this case I don't want to tell org-mode how many rows to calculate, and
I put a table together with an averages line in its own footer section. I
prefer when doing these things to output final averages and totals just
under table headers then go down into detail records after that. Could
s
Hello,
Bastien writes:
> Bastien writes:
>
>> I reverted this commit.
>>
>> We need a better solution for the problem this commit was trying to
>> solve.
>
> I should add that I tested Nicolas' patch and it worked okay for me,
> but I should have tested it better. So, my bad on this one.
In
On Fri, Jul 22, 2011 at 9:55 AM, Dirk Scharff
wrote:
> Hi
>
> Am 22.07.2011 um 09:34 schrieb Rainer M Krug:
>
> For tangling: you could put from __future__ imports into the :shebang and
> use padline ":padline no", i.e.:
>
> #+source: the_test
> #+begin_src python :var x=3 :tangle test.py :resul
Hi
Am 22.07.2011 um 09:34 schrieb Rainer M Krug:
> For tangling: you could put from __future__ imports into the :shebang and
> use padline ":padline no", i.e.:
>
> #+source: the_test
> #+begin_src python :var x=3 :tangle test.py :results output :shebang from
> __future__ imports :padline no
Bastien writes:
> I reverted this commit.
>
> We need a better solution for the problem this commit was trying to
> solve.
I should add that I tested Nicolas' patch and it worked okay for me,
but I should have tested it better. So, my bad on this one.
--
Bastien
On Fri, Jul 22, 2011 at 9:22 AM, Dirk Scharff
wrote:
> Hi
>
> i just noticed that variables are assigned in the top of the exported code.
> That can be problematic in some situations:
>
> #+source: the_test
> #+begin_src python :var x=3 :tangle test.py :results output
> from __future__ import divi
Hi Max,
thanks a lot for reporting this annoying problem and for finding
the bad commit.
Max Mikhanosha writes:
> Reverting following commit fixes the problem for me:
>
> commit fd0f8e10d1d3a339da9460d6c71283e85897c455
> Author: Nicolas Goaziou
> Date: Thu Jul 21 11:48:35 2011 +0200
>
>
Hi Tom,
Tom writes:
> I'm a bit suprised it took so long until someone fixed the problem
> though it was a major bug (changing scheduling of items unintentionally),
> the problem was well analyzed and the solution was simple.
Apparently not.
And the problem only hit people using locales othe
Hi
i just noticed that variables are assigned in the top of the exported code.
That can be problematic in some situations:
#+source: the_test
#+begin_src python :var x=3 :tangle test.py :results output
from __future__ import division
print x
#+end_src
tangling results in:
x=3
from __future__
"Sebastien Vauban" writes:
> I don't know which commit broke it, but I confirm the symptom you've
> spotted.
I do as well -- I'm on it. :)
--
Bastien
Hi Rasmus,
At Thu, 21 Jul 2011 10:57:45 +0200,
Rasmus wrote:
> :
> I have a feature request for Calfw.
>
> Masashi, would you prefer these to be posted here or on your github
> page?
I like here because I can get more comments than do in other channels.
I'm sorry that other members does not feel
60 matches
Mail list logo