On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote:
.
.
.
> The documentation of read.table has this:
> The number of data columns is determined by looking at the first five lines
> of input (or the whole file if it has less than five lines), or from the
> length of col.names if it is speci
All three projects?!
This is truely amazing. Wow.
- Carsten
On Apr 24, 2012, at 7:55 AM, Bastien wrote:
> Dear all,
>
> we will have 3 students hacking Org thanks to Google and the GSoC
> program. The list of all accepted projects can be checked here:
>
> http://www.google-melange
we will have 3 students hacking Org thanks to Google and the GSoC
program. The list of all accepted projects can be checked here:
http://www.google-melange.com/gsoc/projects/list/google/gsoc2012
Congratulations to Thorsten, Aurélien and Andrew who made it!
And special thanks to Thorsten, w
Ian Barton writes:
>> Bugpile - a bugtracker for GNU Emacs Org-mode written in Elisp and
>> Org-mode (Thorsten)
>>
>>The Bugpile project has two goals: 1. Develop a bugtracker (called
>>Bugpile) for GNU Emacs Org-mode, using Elisp, Elnode, Org-mode, and a
>>dVCS. 2. As part of the eng
> we will have 3 students hacking Org thanks to Google and the GSoC
> program. The list of all accepted projects can be checked here:
Cool! Good job!
> Bugpile - a bugtracker for GNU Emacs Org-mode written in Elisp and
> Org-mode (Thorsten)
Interesting.
> Org-mode – Let Org-mode synchronize
I've pushed a change to this new feature:
http://orgmode.org/w/?p=org-mode.git;a=commit;h=1666b9
Using %n is not good, because it will match many escaped
strings that you don't want to match. Using %\n looks
good to me as it resonates with \1 in replace-regexp.
Toby, let me know if you agree w
I use a capture template like this:
("t" "Todo" entry (file+headline "todo.org" "Tasks")
"* TODO %?\n :HIDDEN:\n %U\n :END:\n%!" :prepend t)
to create todo items. I want the cursor to be at the end of the
headline so I can type that in, but then I want to be able to quickly
jump to the end
On Tue, Apr 24, 2012 at 11:57:02AM +0200, Bastien wrote:
> I've pushed a change to this new feature:
> http://orgmode.org/w/?p=org-mode.git;a=commit;h=1666b9
>
> Using %n is not good, because it will match many escaped
> strings that you don't want to match. Using %\n looks
> good to me as it r
Bastien writes:
> Dear all,
>
> we will have 3 students hacking Org thanks to Google and the GSoC
> program. The list of all accepted projects can be checked here:
>
> http://www.google-melange.com/gsoc/projects/list/google/gsoc2012
>
> Congratulations to Thorsten, Aurélien and Andrew who mad
Darlan Cavalcante Moreira writes:
> I don't think there exist an autotag feature, but you can use template
> expansions [1] to put the sender's name as a tag in the headline. For
> instance, you could use the template expansions "%:from", "%:fromname"
> or "%:fromaddress". But I don't know how th
On Apr 23, 2012, at 7:15 PM, Bastien wrote:
> fkunze writes:
>
>> When I open an org file with #+startup: indent in the header, the cursor
>> immediately goes to the bottom of the buffer and can not be moved upward.
>
> I can't reproduce this error...
>
>> This behavior does not occur in O
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I have a section which I want to repeat for different variable values. At the
moment I am copying
them, but I do not like it at all:
** Species one
:PROPERTIES:
:var: SPECIES="sp1"
:END:
*** Data Checks
Here is some text
#+header: :results output
>> On Tue, 24 Apr 2012 14:22:48 +0200, Rainer M Krug said:
> Hi I have a section which I want to repeat for different variable
> values. At the moment I am copying them, but I do not like it at
> all:
> ** Species one :PROPERTIES: :var: SPECIES="sp1" :END: *** Data
> Checks Here is some
Mike McLean writes:
> On Apr 23, 2012, at 7:15 PM, Bastien wrote:
>
>> fkunze writes:
>>
>>> When I open an org file with #+startup: indent in the header, the cursor
>>> immediately goes to the bottom of the buffer and can not be moved upward.
>>
>> I can't reproduce this error...
>>
>>> T
Toby Cubitt writes:
> On Tue, Apr 24, 2012 at 11:57:02AM +0200, Bastien wrote:
>> I've pushed a change to this new feature:
>> http://orgmode.org/w/?p=org-mode.git;a=commit;h=1666b9
>>
>> Using %n is not good, because it will match many escaped
>> strings that you don't want to match. Using %
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 24/04/12 14:36, Myles English wrote:
>>> On Tue, 24 Apr 2012 14:22:48 +0200, Rainer M Krug said:
>
>> Hi I have a section which I want to repeat for different variable values. At
>> the moment I am
>> copying them, but I do not like it at all:
>
On Tue, Apr 24, 2012 at 02:51:29PM +0200, Bastien wrote:
> Toby Cubitt writes:
>
> > On Tue, Apr 24, 2012 at 11:57:02AM +0200, Bastien wrote:
> >> I've pushed a change to this new feature:
> >> http://orgmode.org/w/?p=org-mode.git;a=commit;h=1666b9
> >>
> >> Using %n is not good, because it wil
On Tue, Apr 24, 2012 at 03:01:44PM +0200, Rainer M Krug wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 24/04/12 14:36, Myles English wrote:
> >>> On Tue, 24 Apr 2012 14:22:48 +0200, Rainer M Krug said:
> >
> >> Hi I have a section which I want to repeat for different variable
> >
Hi,
Thank you Bastien for working so hard to get Org-mode 3 slots, I know
most other Gnu projects only received one slot. I'm really excited to
be able to work on this project!
Thank you to every one else involved as well!
Best,
Andrew
On Tue, Apr 24, 2012 at 7:29 AM, Richard Riley wrote:
> B
Hi, Org people.
I decided to clean up all those emails lying around in my notes, and
better validate ~/.ecompleterc against other Org information I have. A
bit of a burden to do, but I guess it has to be done one day.
There are many occurrences of "" notations in my
files, which I could all turn
Rainer M Krug wrote:
> On 24/04/12 14:36, Myles English wrote:
> >>> On Tue, 24 Apr 2012 14:22:48 +0200, Rainer M Krug said:
> >
> >> Hi I have a section which I want to repeat for different variable values.
> >> At the moment I am
> >> copying them, but I do not like it at all:
> >
> >> ** Spec
Colin Fraizer wrote:
> I use a capture template like this:
>
> ("t" "Todo" entry (file+headline "todo.org" "Tasks")
> "* TODO %?\n :HIDDEN:\n %U\n :END:\n%!" :prepend t)
>
> to create todo items. I want the cursor to be at the end of the
> headline so I can type that in, but then I want
On Apr 24, 2012, at 12:46 PM, Colin Fraizer wrote:
> I use a capture template like this:
>
> ("t" "Todo" entry (file+headline "todo.org" "Tasks")
> "* TODO %?\n :HIDDEN:\n %U\n :END:\n%!" :prepend t)
>
> to create todo items. I want the cursor to be at the end of the
> headline so I can t
Samuel Wales writes:
> Anybody else getting bounce messages from Bastien?
Yes, me.
Please don't use my @altern.org address right now,
the server is down.
--
Bastien
Thanks to Google Summer of Code and to Thorsten's Bugpile project we
should have an interactive web front-end to Org-mode files by the end of
the summer. Perhaps we can delay the addition of comments to Worg until
this project is complete and then we can implement comments entirely
using Emacs and
Hi all,
The attached patch provides a number of minor (and pedantic, I suppose) grammar
tweaks to doc/org.texi.
I've labelled it a TINYCHANGE. I am not sure of the exact bounds of what can
count as a tiny change, but all this does is insert `a', `an' and `in' in a
number of places in the docs
Michael Hannon writes:
> On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote:
> .
> .
> .
>> The documentation of read.table has this:
>
>> The number of data columns is determined by looking at the first five lines
>> of input (or the whole file if it has less than five lines), or from the
Hi Guys,
Thanks for trying to help me with this.
I re-did the installation:
I ran M-x load-library org followed by M-x org-version - which
returned 7.8.09.
(Incidentally, and for the sake of completeness in this report, I
built the compiled version of this upgrade by using
That was my thought, too. Managing comments as Org items would be pretty cool.
Christian
Eric Schulte wrote:
>Thanks to Google Summer of Code and to Thorsten's Bugpile project we
>should have an interactive web front-end to Org-mode files by the end
>of
>the summer. Perhaps we can delay the ad
pin...@iro.umontreal.ca (François Pinard) writes:
> Is there some easy way to get Org to read and understand the older
> "" notation as meaning the same as the equivalent
> "mailto:u...@domain.name"; notation, and then, of course, behaving like
> it? Or else, should I rather just forget about the
Rasmus writes:
>> Emacs-Orgmode Git merge tool for Org Files (Andrew Young)
>
> Interesting. How would such a driver differentiate between normal git?
You can add any number of merge drivers to your git config. A merge
driver is supposed to know about the expected content of the file types
it ge
Fritz Kunze writes:
> I ran M-x load-library org followed by M-x org-version - which
> returned 7.8.09.
You didn't generate and (require 'org-install).
> (Incidentally, and for the sake of completeness in this
> report, I built the compiled version of this upgrade by using
>
>
t...@tsdye.com (Thomas S. Dye) writes:
> Michael Hannon writes:
>
>> On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote:
>> .
>> .
>> .
>>> The documentation of read.table has this:
>>
>>> The number of data columns is determined by looking at the first five lines
>>> of input (or the whol
Hi all
Just wanted to bring to your attention this mode.
https://github.com/kiwanami/emacs-calfw
Best.
Petro
Hi!
For a short demo at a conference I tried to configure Org-mode LaTeX
export to generate a tex file which complies to the ACM SIG
Proceedings format[1].
The tutorial on [2] is great but unfortunately, I could not achieve
several things :-(
Maybe it might be a cool idea to work on this templat
Christian Moe writes:
> That was my thought, too. Managing comments as Org items would be
> pretty cool.
>
> Christian
>
> Eric Schulte wrote:
>
>>Thanks to Google Summer of Code and to Thorsten's Bugpile project we
>>should have an interactive web front-end to Org-mode files by the end
>>of
>>t
Thorsten Jolitz writes:
> iOrg will be the ultimate Disqus killer (hopefully ;)
No doubt!
In the meantime, I'm still interested in testing Kyle's solution
-- not necessarily for Org, but for the fun of testing it!
--
Bastien
Karl Voit writes:
> Hi!
>
> For a short demo at a conference I tried to configure Org-mode LaTeX
> export to generate a tex file which complies to the ACM SIG
> Proceedings format[1].
>
> The tutorial on [2] is great but unfortunately, I could not achieve
> several things :-(
>
> Maybe it might b
Hi Brian,
Brian van den Broek writes:
> The attached patch provides a number of minor (and pedantic, I
> suppose) grammar tweaks to doc/org.texi.
Applied, thanks.
> I've labelled it a TINYCHANGE. I am not sure of the exact bounds of what
> can count as a tiny change, but all this does is inse
Hi Bastien,
I'm sorry I wasn't able to follow up on this back then. I notice the issue
doesn't seem to be recurring with later/current versions of org-mode.
Thanks for all the help though!
--
Sankalp
***
If humans could mate with software, I'd
Hi Achim
Achim Gratz writes:
> Fritz Kunze writes:
>> I ran M-x load-library org followed by M-x org-version - which
>> returned 7.8.09.
>
> You didn't generate and (require 'org-install).
>
>> (Incidentally, and for the sake of completeness in this
>> report, I built the compile
Hi,
I am writing some text in org-mode, in which I will use former
chapters from the same file and sometimes from other files.
Is it possible to use a link for these parts that they should only be displayed
and/or printed for export (e.g. in pdf)?
thx
Andreas
Hi Skip,
Skip Collins writes:
> When I perform a bulk action on items in the agenda, the marked items
> get unmarked after the action is completed. This is a problem if I
> want to perform multiple actions on the marked entries. Here is a use
> case. I use capture.org to collect actionable items
netty hacky writes:
> The issue of re-marking agenda entries has been raised before:
> http://lists.gnu.org/archive/html/emacs-orgmode/2011-02/msg00200.html
>From latest master, you can (setq org-agenda-persistent-marks t) to
get persistent marks.
HTH,
--
Bastien
* Thomas S. Dye wrote:
> Karl Voit writes:
>
>> Maybe it might be a cool idea to work on this template together and
>> publish it on Worg? I can imagine that several people are trying to
>> meet those ACM template requirements ...
>
> This seems like a good idea. Would it be possible to target N
If you like the call method (which is the best one IMHO) you can also add
the foo function to the library of babel. In this way you will be able to
call it from any org file without having to put the definition of the foo
function in each of them.
--
Darlan
At Tue, 24 Apr 2012 10:44:27 -0400,
Ni
Karl Voit writes:
> * Thomas S. Dye wrote:
>> Karl Voit writes:
>>
>>> Maybe it might be a cool idea to work on this template together and
>>> publish it on Worg? I can imagine that several people are trying to
>>> meet those ACM template requirements ...
>>
>> This seems like a good idea. Wou
On 24 April 2012 23:35, Bastien wrote:
> Hi Brian,
> Applied, thanks.
>
>> I've labelled it a TINYCHANGE. I am not sure of the exact bounds of what
>> can count as a tiny change, but all this does is insert `a', `an' and `in'
>> in a number of places in the docs.
>
> A "tiny change" is a change
Achim Gratz writes:
> Rasmus writes:
>>> Emacs-Orgmode Git merge tool for Org Files (Andrew Young)
>>
>> Interesting. How would such a driver differentiate between normal
>> git?
>
> You can add any number of merge drivers to your git config. A merge
> driver is supposed to know about the expec
Jambunathan K writes:
> Karl Voit writes:
>
>> * Thomas S. Dye wrote:
>>> Karl Voit writes:
>>>
Maybe it might be a cool idea to work on this template together and
publish it on Worg? I can imagine that several people are trying to
meet those ACM template requirements ...
>>>
>>
Hi Bastien,
Since org-version doesn't exist anymore I can't export to HTML from the
master branch.
I get the following error
I'll switch to maint until a fix is available.
Regards,
Bernt
Debugger entered--Lisp error: (void-variable org-version)
(concat "Org version " org-version " with Emac
On Apr 24, 2012, at 3:18 PM, Achim Gratz wrote:
> Fritz Kunze writes:
>> I ran M-x load-library org followed by M-x org-version - which
>> returned 7.8.09.
>
> You didn't generate and (require 'org-install).
If you have admin-rights / sudo access on your machine, the simplest method may
I think I fixed the problem, but in reading up on how to contribute I
haven't gotten git setup yet or the FSF contribution form done. Should I
do that first before sharing the patch with the group?
Meanwhile is there some sort of test suite to ensure contributions don't
break existing features?
James Harkins writes:
> At Tue, 21 Feb 2012 09:39:27 -0500,
> Nick Dokos wrote:
>> Both soul.sty and wrapfig.sty are in the package texlive-latex-extra,
>> so you just need to install that:
>>
>> sudo apt-get install texlive-latex-extra
>
> Ah, thanks. Some progress, but still:
>
> ! LaTeX Err
James Harkins writes:
> (Sorry for breaking the thread -- I'm using the digest. Come to think
> of it, I was wondering -- how do other digest readers participate in
> discussions without messing up the thread IDs? Use a news reader,
> or...? Nabble?)
You don't appear to have broken the thread; a
James Harkins writes:
> According to the online documentation [1], it seems
> that :BEAMER_envargs: should apply to all Beamer environments:
And it does generally although I have tried setting it (for your example
below) to {ybg} and it disappears. If I set it to [ybg], it does appear
in the ex
Hi Bastien,
FYI I sent an e-mail to b...@altern.org and it bounced.
Bastien wrote:
> Inserting warntime in the headline looks hackish.
Yeah it's an ugly hack. It would belong in the time stamp. Adding
something there is beyond my skill.
> Maybe have a look at contrib/lisp/org-notify.el by P
On Tue, Apr 24 2012, Bastien wrote:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>> Okay, here's an attempt at indicating nested todos in the todo agenda
>> view.
>
> Sorry to come back to this old patch -- I tried it (I had to rework it
> to apply it against current git master) and it doesn't work,
58 matches
Mail list logo