Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Dear Carsten,
I found a bug for the new clocktable code. Only when :level t is set,
the formula % works well.
#+BEGIN: clocktable :maxlevel 2 :scope tree :level t :formula %
... work
#+BEGIN: clocktable :maxlevel 2 :scope tree :formula %
... do not work
My test has done in the latest org git co
While I generate the table of content of my org file, the link of each
sub-title will be something like #sec-2.2
But when I change the sequence of the title, the anchor will be changed.
I want to maintain permalinks for each anchors. Is it possbile to change
the #sec-2.2 into something like #tes
Hello orgsters,
Suppose I have a project defined (say, "org-blog") that I use to
generate blog posts, and I want to use Disqus to track comments.
Further suppose I don't want to use a templating framework such as
jekyll to transform org into HTML. Does anyone have experience
inserting disqus code
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] I'll be tinkering more with this to see if some kind of table couldn't
be used to bring in the right data to form a gantt chart wit
On Mon, Nov 08, 2010 at 05:07:29PM -0500, Raymond Zeitler wrote:
>
> Thanks for creating this, Russell. It's great!
I'm glad you enjoyed it!
> I've already set my system up per John Wiegley's tutorial. I didn't
> appreciate Org until I started to use capture, so I'm glad you introduced it
> ear
Thanks for creating this, Russell. It's great!
I've already set my system up per John Wiegley's tutorial. I didn't
appreciate Org until I started to use capture, so I'm glad you introduced it
early on. And I like how you pointed out org-capture-templates. I'm at the
point where I'm changing
FYI, an alternative to a date tree is to use sorting in the outline.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Hi Maurizio,
You could try something like the following using the noweb expansion to
run the code block and tangle its results.
#+begin_src procmail :tangle yes :noweb yes
<>
#+end_src
Best -- Eric
Maurizio Vitale writes:
> Hi,
> I have procmail rules defined in a org table which is then
Unfortunately I can't look this up at the moment, but
my guess is that the :results code option might help with
what you want?
Maurizio Vitale wrote:
"Sébastien" == Sébastien Vauban writes:
Sébastien> Hello Maurizio,
Sébastien> Maurizio Vitale wrote:
>> Hi, I have procmail rules d
Hi Russell,
Russell Adams wrote:
> On Mon, Nov 08, 2010 at 01:12:43AM +0100, Stefan Vollmar wrote:
>> I was so impressed with the part about popup notifications, that I tried to
>> get it running on the Mac. Many users who have Emacs on the Mac will use
>> growl, http://growl.info, a free notifica
Hi Nicolas,
Nicolas Goaziou wrote:
> To maintainers:
> - to sum it up, if you don't like the idea of templates, or how it is
> implemented, all commits but the last one are only fixes.
> - could you delete submissions from 11-04 and 11-06 (but _not_ from
> 10-26) on the patchwork server, as th
There has been some recent discussion/questions regarding how to pass
header arguments through to a code block being called using a #+call
line. I've just pushed up a change which makes this possible. Call
lines now have the following syntax, where each header argument portion
is optional.
#+cal
> "Sébastien" == Sébastien Vauban writes:
Sébastien> Hello Maurizio,
Sébastien> Maurizio Vitale wrote:
>> Hi, I have procmail rules defined in a org table which is then
>> used as an argument for an elisp block which produces procmailrc
>> results.
>>
>> Something
That just blew my mind. Great stuff!
On Mon, Nov 8, 2010 at 2:38 PM, Puneeth wrote:
> Hi
>
> On Tue, Nov 9, 2010 at 12:45 AM, John Hendy wrote:
>> Hi,
>>
>> I've tried to find the message with the git commit animation someone created
>> quite a while back showing how org contributions have trans
Hello Maurizio,
Maurizio Vitale wrote:
> Hi,
> I have procmail rules defined in a org table which is then used as an
> argument for an elisp block which produces procmailrc results.
>
> Something like:
>
> #+tblname: mailing-lists
> | to | emacs-users | emacs-users |
> #+TBLFM:
>
> #+srcna
On Nov 8, 2010, at 1:28 PM, Julien Danjou wrote:
On Mon, Nov 08 2010, Carsten Dominik wrote:
can you please rename org-agenda-today to org-agenda-today-p?
I think it would make its use clearer.
I think you misread the function. I've added org-agenda-today which
returns today, and just rewri
Dov Grobgeld writes:
> Hello,
>
> During the last few days I have learned about org-mode and I'm starting to
> plan how to change my
> current work flow to org-mode. My current work flow is as follows:
>
> * At the beginning of every new day I create a horizontal line and a time
> stamp.
> * I
Yes! Many thanks.
John
On Mon, Nov 8, 2010 at 1:38 PM, Puneeth wrote:
> Hi
>
> On Tue, Nov 9, 2010 at 12:45 AM, John Hendy wrote:
> > Hi,
> >
> > I've tried to find the message with the git commit animation someone
> created
> > quite a while back showing how org contributions have transpired
Hi
On Tue, Nov 9, 2010 at 12:45 AM, John Hendy wrote:
> Hi,
>
> I've tried to find the message with the git commit animation someone created
> quite a while back showing how org contributions have transpired over time.
> Is that still being updated? Does it even still exist? Would someone provide
Hi,
I've tried to find the message with the git commit animation someone created
quite a while back showing how org contributions have transpired over time.
Is that still being updated? Does it even still exist? Would someone provide
the link and/or code of how it worked? I'd like to look at it f
On Mon, Nov 08 2010, Carsten Dominik wrote:
> can you please rename org-agenda-today to org-agenda-today-p?
> I think it would make its use clearer.
I think you misread the function. I've added org-agenda-today which
returns today, and just rewrite org-agenda-todayp to use that one.
> Also, coul
Hi Julien,
can you please rename org-agenda-today to org-agenda-today-p?
I think it would make its use clearer.
Also, couly you please specify in the docstring of org-agenda-day-face-
function how the day is coming in into the user-defined function? As
a day number or a calendar date list?
Have these problems setting effort and priority in the agenda been
forgotten? There's been no reply in two weeks, and these problems
are not listed under "Open Issues ..." in Worg.
On 25 Oct 2010 at 20:24, George Pearson wrote:
> On 25 Oct 2010 at 17:45, Carsten Dominik wrote:
>
> >
> >
> > H
At Mon, 08 Nov 2010 16:32:51 +,
chris.m.mal...@gmail.com wrote:
> I'm trying to use org-mode to export to HTML with the inclusion of some
> email addresses. For example, I have something like
>
> - please send an email to ([[mailto:some...@someplace][someone@someplace]])
>
> but upon export thi
* lisp/org-agenda.el (org-agenda-day-face-function): New variable.
(org-agenda-get-day-face): Use org-agenda-day-face-function.
Signed-off-by: Julien Danjou
---
lisp/org-agenda.el | 20 +++-
1 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/lisp/org-agenda.el b/li
* org-agenda (org-agenda-today): New function.
(org-agenda-get-day-face): New function.
(org-timeline): Use org-agenda-today and org-agenda-get-day-face.
(org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
(org-todo-list): Use org-agenda-today.
(org-get-all-dates): Use org-agenda-t
On Nov 8, 2010, at 10:48 AM, Nathan Neff wrote:
Hello,
Most of the time, I call the same template when calling org-capture.
I'd like to define a key to call the template without going to the
menu.
I found the documentation where it says
"Lisp programs can set KEYS to a string associated
Herbert, this is fantastic news.
My background is mainly with Vim, but I am very open to learning other software.
I can understand people who don't want to relearn keybindings, etc,
but I work on many
platforms and have that problem all the time anyway :-).
I'm a member of a "vim-geeks" group in
Dov Grobgeld writes:
> Hello,During the last few days I have learned about org-mode and
> I'm starting to plan how to change my current work flow to
> org-mode.
You should read the tips and trisk of "power" users
and be inspired by their workflow.
Please have a look at the following web pages
Hello,
Most of the time, I call the same template when calling org-capture.
I'd like to define a key to call the template without going to the menu.
I found the documentation where it says
"Lisp programs can set KEYS to a string associated with a template in
`org-capture-templates'. In this ca
Hi,
I'm trying to use org-mode to export to HTML with the inclusion of some
email addresses. For example, I have something like
- please send an email to ([[mailto:some...@someplace][someone@someplace]])
but upon export this gets mangled into thinking it is a "file:" directive
because the
Have fun with your project. Sounds cool!
Don't try to put too many things in, or your project may defrost.
Perhaps you should consider a Feature Freeze:)
Ian.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emac
Hello,
During the last few days I have learned about org-mode and I'm starting to
plan how to change my current work flow to org-mode. My current work flow is
as follows:
* At the beginning of every new day I create a horizontal line and a time
stamp.
* I use mediawiki == headers == for headers a
Hi Shelagh,
Sounds like a neat application for org-mode! I haven't seen anyone respond
yet, so here is what I can offer for starting points. I think what you're
looking to do is define a custom TODO state progression. Instead of TODO ->
DONE you want something more applicable to frozen food.
To
Hi /C,
* Glasspen [08. Nov. 2010]:
> How can I use a newer version of org-mode in emacs 23. I want to set the
> newer version of org-mode as default.
You don't give any hints what system you are using. Since you
write from a windows box, I assume you want to install org-mode
under windows.
Ther
Glasspen writes:
> Hi!
>
> How can I use a newer version of org-mode in emacs 23. I want to set the
> newer version of org-mode as default.
http://orgmode.org/worg/org-faq.php#Keeping-current
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1
: using Org-mode version 7.3 (release_7.3
Hi!
How can I use a newer version of org-mode in emacs 23. I want to set the
newer version of org-mode as default.
Thanks in advance.
/C
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://li
On 08.11.2010, at 15:45, Nick Dokos wrote:
> Konrad Hinsen wrote:
>
>> On 08.11.2010, at 14:49, Eric Schulte wrote:
>>
>>> I'm unable to re-create this problem. Could you please send a minimal
>>> example file in which the problem occurs?
>>
>> Here is an example file. Open it and run org-bab
Konrad Hinsen wrote:
> On 08.11.2010, at 14:49, Eric Schulte wrote:
>
> > I'm unable to re-create this problem. Could you please send a minimal
> > example file in which the problem occurs?
>
> Here is an example file. Open it and run org-babel-execute-buffer, and
> you will get "Wrong type ar
> Try the same but without the "branch:" text; i.e.:
>
> : git pull git://github.com/ngz/org-mode-lists.git inlinetask
>
> which worked just fine for me.
Thanks, Eric. Nicolas, this works great! Thank you. This really helps
quite a lot.
--
Jeffrey Horn
Graduate Lecturer and PhD Student in Econom
John Hendy writes:
> On Fri, Nov 5, 2010 at 7:29 AM, Anthony Lander
> wrote:
>
> If you grabbed the code I wrote, you can export the file, and
> compile it directly with tj3 using C-c e J, saving a step.
>
> That would be awesome.
On C-c e j the current exporter just exports to tj2. On
Konrad Hinsen writes:
> On 08.11.2010, at 14:49, Eric Schulte wrote:
>
>> I'm unable to re-create this problem. Could you please send a minimal
>> example file in which the problem occurs?
>
> Here is an example file. Open it and run org-babel-execute-buffer, and you
> will get "Wrong type
> ar
John Hendy writes:
> Nice! I was able to do the following:
Heh, I assume you used Anthony's fork of the exporter. There's lots of
good stuff in there that I'd like to integrate. I have asked Anthony if
he has a copyright assignment with the FSF.
> - swap out the default export with the code bel
On 08.11.2010, at 14:49, Eric Schulte wrote:
> I'm unable to re-create this problem. Could you please send a minimal
> example file in which the problem occurs?
Here is an example file. Open it and run org-babel-execute-buffer, and you will
get "Wrong type argument: consp, nil". Then type C-c C
I'm unable to re-create this problem. Could you please send a minimal
example file in which the problem occurs?
Thanks -- Eric
Konrad Hinsen writes:
> On 02.11.2010, at 17:09, Ista Zahn wrote:
>
>> I recently upgraded to version 7.3 (from 7.01), and discovered that
>> org-babel-execute-buffer
Carsten
> On Nov 5, 2010, at 6:53 PM, Jambunathan K wrote:
>
>>
>> Note the 'H:1' in options line. Export this to HTML. Note that
>> CUSTOMID
>> link is broken. A snippet of relevant HTML section is attached
>> below.
>>
>> Change 'H:1' to 'H:3' note that there is no more brokenness.
>>
>> Possib
On 02.11.2010, at 17:09, Ista Zahn wrote:
> I recently upgraded to version 7.3 (from 7.01), and discovered that
> org-babel-execute-buffer no longer works, returning "Wrong type
> argument: consp, nil".
I just ran into the same problem... Did you find a workaround, other than going
back to some
Jeff Horn writes:
> On Mon, Nov 8, 2010 at 2:01 AM, Nicolas Goaziou wrote:
>> You have to pull from _my_ repo, not the org-mode one, as the patches
>> are not yet installed in master branch.
>
>>
>> Again, here is the URL to pull that from:
>>
>> git://github.com/ngz/org-mode-lists.git branch:
Nicolas Goaziou writes:
> Hello,
>
> Instead of flooding the mailing lists with patches to org-inlinetask,
> I added them into my repository.
>
> They should fix quite a few bugs:
>
> - indentation with inline tasks (with or without org-indent mode
> turned on) should be fine ;
> - cycling leve
David Maus (2010-11-07 20:25:59 +0100) wrote:
> At Wed, 03 Nov 2010 13:26:55 +0100,
> Ivan Vilata i Balaguer wrote:
>>
>> Hi, I've noticed that exporting an entry with at least two examples,
>> when limiting the export to the visible tree (i.e. C-c C-e v ),
>> appends some junk examples at the end
On Mon, Nov 8, 2010 at 2:01 AM, Nicolas Goaziou wrote:
> You have to pull from _my_ repo, not the org-mode one, as the patches
> are not yet installed in master branch.
>
> Again, here is the URL to pull that from:
>
> git://github.com/ngz/org-mode-lists.git branch: inlinetask
I'm getting some e
Nicolas Goaziou writes:
> Hello,
>
> Instead of flooding the mailing lists with patches to org-inlinetask,
> I added them into my repository.
Thanks Nicolas. I'll try to check out these changes today. It sure
sounds like you've done a nice bit of work and I'm looking forward to
being able to c
53 matches
Mail list logo