Thanks Matt!
However, this seems to show all the TODO items below a PROJECT item,
including the DONE ones. What I had in mind was to show only the first
child. Is it possible?
Thanks,
Marcelo.
On Thu, Sep 30, 2010 at 6:56 PM, Matt Lundin wrote:
> Marcelo de Moraes Serpa writes:
>
>> Another t
Carsten,
If you think this is acceptable I'll start working on it.
Thanks,
Nathaniel Flath
On Wed, Sep 29, 2010 at 10:46 AM, Nicolas Goaziou wrote:
> Hello,
>
>> Carsten Dominik writes:
>
>> Or, alternatively, put it in with an option to turn it on (default
>> off, I think). And maybe we sho
Hi David,
David Maus writes:
> Sébastien Vauban wrote:
>>Hi David,
>
>>David Maus wrote:
>>> Sébastien Vauban wrote:
it just perfectly *works*! Great, great feature... Thanks a lot.
>>>
>>> Sweet!
>
>>I must add that 14 seconds is the average time for my huge folder. For folder
>>of more t
Marcelo de Moraes Serpa writes:
> Another thing that I like about Things
> (http://culturedcode.com/things/) is the "Next Actions" view. It
> basically lists all projects plus the very first next action for each
> of them. When you need some perspective, having quick access to a view
> like this
Ah, Fixed, Thanks -- Eric
Rainer M Krug writes:
> Hi
>
> I just found a bug in ob-plantuml.el
>
> (if (string= (file-name-extension out-file) "svg")
> "-tsvg" "")
>
> needs to be changed to
>
> (if (string= (file-name-extension out-file) "svg")
> " -tsvg" "")
>
>
> as otherwise, when usi
Fixed, Thanks -- Eric
Achim Gratz writes:
> "Eric Schulte" writes:
>> Thanks for the suggestions, I've just implemented them.
>
> This likely relates to commit eb0068e9, which raises this warning
>
> In org-babel-demarcate-block:
> ob.el:1141:49:Warning: reference to free variable `org-babel-l
Carsten Dominik writes:
> Hi Sebastian,
>
> I believe I have fixed the bug. But please note that there is a
> typo in your function osm-org-link-export, in the last line it
> must be target, not taget.
>
> HTH
>
> - Carsten
Hi Carsten,
it's fixed indeed! Thanks a bunch!
Sebastian
__
If find that this orgtext
[[http://www.foo.com/foo?URL=http://www.bar.com][test]]
exports to html incorrectly as
[[http://www.foo.com/foo?URL=[[http://www.bar.com][test][http://www.bar.com][test]]]
using today's fresh git pull make install
Any pointers?
Thanks
Malcolm Cook
Hello,
> Robert Goldman writes:
> When I invoke org-toggle-checkbox with ^U in order to add a checkbox
> to a list item that doesn't have one, I get this message in the
> minibuffer:
> "Invalid search bound (wrong side of point)"
Patch sent to maintainers. Thank you.
Regards,
-- Nicolas
Hi Sebastian,
I believe I have fixed the bug. But please note that there is a
typo in your function osm-org-link-export, in the last line it
must be target, not taget.
HTH
- Carsten
On Sep 30, 2010, at 12:35 AM, Sebastian Rose wrote:
Carsten Dominik writes:
Hi Sebastian,
is this still an
My org agendas for day and week are showing DONE items with the "DONE"
in red, and not dulled out. This makes the agenda less useful than it
might be for at-a-glance planning.
This (bright red "DONE"s) does not happen when I am looking at an org
file, where the TODO keyword is red and the DONE ke
Hi
I just found a bug in ob-plantuml.el
(if (string= (file-name-extension out-file) "svg")
"-tsvg" "")
needs to be changed to
(if (string= (file-name-extension out-file) "svg")
" -tsvg" "")
as otherwise, when using the file name extension .svg, the -tsvg is
concatenated behing -jar wi
"Eric Schulte" writes:
> Thanks for the suggestions, I've just implemented them.
This likely relates to commit eb0068e9, which raises this warning
In org-babel-demarcate-block:
ob.el:1141:49:Warning: reference to free variable `org-babel-load-languages'
during byte-compile.
Achim.
--
+<[Q+
Hello list,
Another thing that I like about Things
(http://culturedcode.com/things/) is the "Next Actions" view. It
basically lists all projects plus the very first next action for each
of them. When you need some perspective, having quick access to a view
like this is very useful. It also shows a
On Sep 30, 2010, at 7:08 PM, Sébastien Vauban wrote:
Hi Nick,
Nick Dokos wrote:
Sébastien Vauban wrote:
Also, you might consider to remove (org-agenda-list)
from .emacs. I
think it is pretty much always a bad idea to put a command like
this
into your startup. Just make it a habit to call
Hi Nick,
Nick Dokos wrote:
> Sébastien Vauban wrote:
> Also, you might consider to remove (org-agenda-list) from .emacs. I
> think it is pretty much always a bad idea to put a command like this
> into your startup. Just make it a habit to call it early after starting
> Emacs.
Thanks Matt, I will try that out and let you know how it goes.
>Out of curiosity, how are you doing this in org-mode? I currently use
>an inbox and touch each TODO item once to schedule, prioritize, and
>file it, but I have to open up my tasks file.
I just add it to the agenda C-c [. Agenda will
Marcelo de Moraes Serpa writes:
> Hmm, org actually does this already.
>
> The problem is that I was filtering by TODO items, and the scheduled
> item was the parent of two TODO items (A non-TODO item tagged as
> PROJECT).
>
> So now I guess the question is:
> Can I make sub-items inherit the sch
Hi Nick,
Nick Dokos wrote:
> Sébastien Vauban wrote:
>> Noorul Islam K M wrote:
>> > Sébastien Vauban writes:
>> >> I've been taught of a weird observation: the page number indicated in
>> >> the TOC of a PDFLaTeX output is wrong by one page...
>> >
>> > Quoting from source code
>> >
>> > (defcu
Christian Egli writes:
> Matt Lundin writes:
>
>> Lennart Borgman writes:
>>
>>> There is a way, isn't there? ;-)
>>
>> I've had great success with LaTeX2rtf (i..e, org->LaTeX->rtf). As long
>> as you are not using too many exotic packages, it works like a charm.
>
> It works fairly well with L
Sebastian Rose writes:
> Mattias Jämting writes:
>> Yes i'm running a pretty standard Ubuntu 10.04 setup.
>>
>> I managed to get it working on chrome by removing the
>> encodeURIComponent command on location.href.
>>
>> I could simulate it in the terminal like this.
>>
>> matt...@helium:~$ xdg-op
Mattias Jämting writes:
> Yes i'm running a pretty standard Ubuntu 10.04 setup.
>
> I managed to get it working on chrome by removing the
> encodeURIComponent command on location.href.
>
> I could simulate it in the terminal like this.
>
> matt...@helium:~$ xdg-open org-protocol://capture://http%3
Sébastien Vauban wrote:
> Hi Noorul and all,
>
> Noorul Islam K M wrote:
> > Sébastien Vauban writes:
> >> I've been taught of a weird observation: the page number indicated in the
> >> TOC of a PDFLaTeX output is wrong by one page...
> >
> > Quoting from source code
> >
> > (defcustom org-late
Not a big bug...
When I invoke org-toggle-checkbox with ^U in order to add a checkbox to
a list item that doesn't have one, I get this message in the minibuffer:
"Invalid search bound (wrong side of point)"
although the command seems to work correctly. When I turn on
debug-on-error, I get the f
Sébastien Vauban wrote:
> >>> Also, you might consider to remove (org-agenda-list) from .emacs. I think
> >>> it is pretty much always a bad idea to put a command like this into your
> >>> startup. Just make it a habit to call it early after starting Emacs.
> >>
> >> Honestly, that would not chan
Hi,
I've re-enabled this functionality, I believe the problems should be
fixed, from the commit message...
,
| commit a37072786c1da98ccfe6e6b4f481bfc83d61c4d2
| Author: Eric Schulte
| Date: Thu Sep 30 07:31:14 2010 -0600
|
| using `org-babel-temporary-directory' to collect and remove
Hi Dan,
Dan Davison wrote:
> Sébastien Vauban writes:
>> Dan Davison wrote:
>>> Now, if the region is contained within a src block, then it will be
>>> inherited by the language major mode edit buffer. One consequence is that
>>> commands like M-; (comment-region) and C-M-\ (indent-region) can be
On 2010-09-30 13:21, "Martin G. Skjæveland" wrote:
For the seating plan, I ended up with lots of post-it notes on a wall,
which worked just fine! :)
You might consider using a concept/graph editor like yED (closed source)
or Dia or xfig and save the trees and the paint on your wall!
_
Yes i'm running a pretty standard Ubuntu 10.04 setup.
I managed to get it working on chrome by removing the
encodeURIComponent command on location.href.
I could simulate it in the terminal like this.
matt...@helium:~$ xdg-open org-protocol://capture://http%3A%2F%2Forgmode.org
Error showing URL:
Sébastien Vauban
writes:
> Hi Dan,
>
> Dan Davison wrote:
>> Now, if the region is contained within a src block, then it will be
>> inherited by the language major mode edit buffer. One consequence is that
>> commands like M-; (comment-region) and C-M-\ (indent-region) can be called
>> with the
Dear list,
I have an org file named "test.org" structured as follows (minimal example):
--minimal example
* Head
text
* Second head
:PROPERTIES:
:EXPORT_OPTIONS: H:5 num:nil toc:t \n:nil @:t ::t |:t ^:{} -:t f:t
*:t skip:nil d:nil tags:nil
:EXPORT_TITLE: My Title
:E
> This means that a restart of Emacs is necessary for the new changes to
> take effect. I am not sure whether it is intended. But this behaviour
> could surprise the user.
When using ELPA, I always restart emacs. I got into that habit when
installing many code packages (like the ruby/rails package
Out of curiosity, how are you doing this in org-mode? I currently use
an inbox and touch each TODO item once to schedule, prioritize, and
file it, but I have to open up my tasks file.
If there is a way to see these in agenda, it would allow me to add
other files to my agenda (files without "inboxe
Matt Lundin writes:
> Lennart Borgman writes:
>
>> There is a way, isn't there? ;-)
>
> I've had great success with LaTeX2rtf (i..e, org->LaTeX->rtf). As long
> as you are not using too many exotic packages, it works like a charm.
It works fairly well with LaTeX2rtf. Cross references didn't wor
On Sep 30, 2010, at 3:37 PM, Sébastien Vauban wrote:
Hi Carsten,
Carsten Dominik wrote:
On Sep 28, 2010, at 8:45 PM, Sébastien Vauban wrote:
I would like to search through my files at some point in time. I
even would
like to search through your files at some point in time, I mean
through
Hi Michael,
Am 01.09.2010 19:13, schrieb Michael Brand:
> Hi Rainer
>
> On Tue, Aug 17, 2010 at 20:32, Michael Brand
> wrote:
>> My implementation shows the same level always for _all_ headings in the
>> file. Showing or hiding more or less levels for only the _current_
>> heading as I understa
Hi Carsten,
Carsten Dominik wrote:
> On Sep 28, 2010, at 8:45 PM, Sébastien Vauban wrote:
>
>> I would like to search through my files at some point in time. I even would
>> like to search through your files at some point in time, I mean through
>> =org-mode/contrib/babel= and =Worg= for example.
Theres a very simple way to do this; its been available in EMACS as long as
I can remember--which is back to the late 80's--and OrgMode makes it even
easier since it evens-up/covers-down/aligns columns in real-time: All you
have to do is:
Go to the bottom right corner of the cell or column you wo
On Thu, Sep 30 2010, Dan Davison wrote:
> Just btw, I use Org every day at the moment (with emacs24) to execute
> code (mostly R) on remote machines. The method I use is to store all
> Org files locally, and use the :dir header argument to specify the
> machine on which to run R, e.g.
At some poi
Hi Noorul and all,
Noorul Islam K M wrote:
> Sébastien Vauban writes:
>> I've been taught of a weird observation: the page number indicated in the
>> TOC of a PDFLaTeX output is wrong by one page...
>
> Quoting from source code
>
> (defcustom org-latex-to-pdf-process
> '("pdflatex -interaction
Thanks Dan and Juan.
So far everything has seemed to work, though a few odds and ends occurred --
I'm going to try moving to the end of the file and see if that helps. I
think I had to remove the headline, C-c C-c to get a modified option to
"take" and then could re-add the headline. I might be w
Lennart Borgman writes:
> There is a way, isn't there? ;-)
I've had great success with LaTeX2rtf (i..e, org->LaTeX->rtf). As long
as you are not using too many exotic packages, it works like a charm.
The website indicates that there are Windows binaries available:
http://latex2rtf.sourceforge.
Hi,
Carsten Dominik wrote:
> On Sep 30, 2010, at 12:20 AM, Sébastien Vauban wrote:
>> Carsten Dominik wrote:
>>> On Sep 29, 2010, at 10:32 AM, Sébastien Vauban wrote:
Carsten Dominik wrote:
> On Sep 28, 2010, at 8:45 PM, Sébastien Vauban wrote:
>> Of course, I have many, many files in
Hi Carsten,
Carsten Dominik wrote:
> On Sep 30, 2010, at 12:58 PM, Sébastien Vauban wrote:
>> What I don't understand is that, sometimes, I can reuse (with the up arrow,
>> in the echo area) the title of the previous capture, sometimes not. Even
>> when I capture two articles *with the same templa
On Sep 30, 2010, at 12:20 AM, Sébastien Vauban wrote:
Hi Carsten,
Carsten Dominik wrote:
On Sep 29, 2010, at 10:32 AM, Sébastien Vauban wrote:
Carsten Dominik wrote:
On Sep 28, 2010, at 8:45 PM, Sébastien Vauban wrote:
Of course, I have many, many files in Org mode. All files I
write (or
On Sep 30, 2010, at 12:58 PM, Sébastien Vauban wrote:
Hello,
I capture a lot of stuff with that template:
--8<---cut here---start->8---
("No" "Org" entry
(file+headline "~/Public/Notes-on-Org.txt" "Notes")
"* %^{Title}
:PROPERTIES:
:Created: %U
:END:
Hello,
I capture a lot of stuff with that template:
--8<---cut here---start->8---
("No" "Org" entry
(file+headline "~/Public/Notes-on-Org.txt" "Notes")
"* %^{Title}
:PROPERTIES:
:Created: %U
:END:
%i
>From %a"
:empty-lines 1)
--8<---cut
Dan Davison writes:
> Currently, if point is in the #+end_src line, then in the org-src edit
> buffer it goes to the beginning of the last line. There are two patches
> below. Patch 1 changes this so that point goes to the end of the last
> line of code. This gives nicer behaviour when creating a
Currently, if point is in the #+end_src line, then in the org-src edit
buffer it goes to the beginning of the last line. There are two patches
below. Patch 1 changes this so that point goes to the end of the last
line of code. This gives nicer behaviour when creating an active region
in the edit bu
John Hendy writes:
> Hi,
>
>
> Is it possible to "fold" the preamble (#+latex_header, #+options, etc.)
> under a first header? Mine get rather long, especially for Beamer documents.
>
> I just attempted it and it appears to work, but I wanted to know if anyone
> else has tried this and succeeded
John Hendy writes:
> Hi,
>
>
> Is it possible to "fold" the preamble (#+latex_header, #+options, etc.)
> under a first header? Mine get rather long, especially for Beamer documents.
>
> I just attempted it and it appears to work, but I wanted to know if anyone
> else has tried this and succeeded
John Hendy writes:
> Hi,
>
>
> Is it possible to "fold" the preamble (#+latex_header, #+options, etc.)
> under a first header? Mine get rather long, especially for Beamer documents.
>
> I just attempted it and it appears to work, but I wanted to know if anyone
> else has tried this and succeeded
John Hendy writes:
> Hi,
>
>
> Is it possible to "fold" the preamble (#+latex_header, #+options, etc.)
> under a first header? Mine get rather long, especially for Beamer documents.
>
> I just attempted it and it appears to work, but I wanted to know if anyone
> else has tried this and succeeded
Hi Austin,
Noorul Islam K M writes:
> "Austin F. Frank" writes:
>> Recently I discovered that I can no longer evaluate R source code blocks
>> on a file opened using TRAMP.
Just btw, I use Org every day at the moment (with emacs24) to execute
code (mostly R) on remote machines. The method I u
Meant for emacs-devel. Wrongly ended up here. Sorry.
Jambunathan K writes:
> Emacs version.
>
> ,
> | GNU Emacs 23.1.91.1 (i386-mingw-nt5.1.2600) of 2010-01-03 on PRETEST
> `
>
> I am using package.el
> http://github.com/davidswelt/aquamacs-emacs/raw/aquamacs24
>
> (I hope it is as go
Hi Dan,
Dan Davison wrote:
> Now, if the region is contained within a src block, then it will be
> inherited by the language major mode edit buffer. One consequence is that
> commands like M-; (comment-region) and C-M-\ (indent-region) can be called
> with their native effects from a src block in
Emacs version.
,
| GNU Emacs 23.1.91.1 (i386-mingw-nt5.1.2600) of 2010-01-03 on PRETEST
`
I am using package.el
http://github.com/davidswelt/aquamacs-emacs/raw/aquamacs24
(I hope it is as good as one in the trunk)
If I do M-x list-packages, I see that revert-buffer-function gets set t
On 29/09/10 17:58, Carsten Dominik wrote:
Hi Martin,
On Sep 25, 2010, at 6:02 PM, Martin G. Skjæveland wrote:
Hi,
is there a quick way for moving a cell about in a table? I enjoy
swapping the order of rows and columns in a table using Meta +
[arrow], but I have not found a ways of doing the s
I managed to create an elpa compatible tar for orgmode. Recording here
what I did in the hope that it will be useful.
Creating ELPA-compatible tar:
1. Add the enclosed changes to Makefile.
2. Create an ELPA-compatible tarfile with
$ make TAG=20100930 elpa
3. Copy the generated org-20100930
59 matches
Mail list logo