On Sep 14, 2010, at 9:25 AM, Charles Cave wrote:
org-freemind.el suggests that notes from a Freemind mindmap become
converted to org by org-freemind-to-org-mode. However, all I get is
the
nodes and subnodes structure as orgmode's headings. My various notes
(including many draft sentences of
Patch 272 (http://patchwork.newartisans.com/patch/272/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C87aanlzejg.fsf_-_%40Rainer.invalid%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="ut
On Sep 13, 2010, at 6:48 PM, Matt Lundin wrote:
lisp/org-agenda.el (org-agenda-set-tags): Remove org-agenda-show to
prevent
disrupting windows and changing point in original buffer.
(org-agenda-set-property): Same
(org-agenda-set-effort): Same
(org-agenda-toggle-archive-tag): Same
When set
Patch 263 (http://patchwork.newartisans.com/patch/263/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C87sk1luntu.fsf%40gmail.com%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8"
> M
On Sep 14, 2010, at 2:15 PM, Stuart McLean wrote:
Hello,
I am just beginning to learn org-mode's spreadsheet with the tutorial
here: http://orgmode.org/worg/org-tutorials/org-spreadsheet-intro.php
However, when I type C-c C-c on the TBLFM line below
| Student | Maths | Physics | Mean |
|
On Sep 14, 2010, at 12:00 PM, Scot Becker wrote:
Would it not be more consistent if I just make the command for the
taglist
be specified in a variable, similar to org-export-latex-todo-
keyword-markup.
This seems the more logical solution to me. You could still use a
non-existing command an
On Sep 16, 2010, at 6:52 AM, Matt Lundin wrote:
Norbert Zeh writes:
Here's what I found out by tinkering around with settings a little.
Setting org-agenda-prefix-format to "" (as I already did before)
correctly removes the prefix *before* the TODO keyword. The
formatting
function for every
On Sep 16, 2010, at 4:49 PM, suvayu ali wrote:
On 16 September 2010 06:15, Giovanni Ridolfi > wrote:
"Thomas S. Dye" writes:
Aloha all,
in http://orgmode.org/worg/org-contrib/babel/uses.php
the link to
http://orgmode.org/worg/org-contrib/babel/examples/article-class.php
[is] broken.
On Sep 17, 2010, at 9:08 AM, David Maus wrote:
Jules Bean wrote:
The link-type "message" is one of the ones org handles by default, it
is an explicit case in org-open-at-point, much like http and it is
handled by the following code:
((member type '("message"))
(browse-url (concat
On Fri, Sep 17, 2010 at 3:54 PM, Darlan Cavalcante Moreira
wrote:
>
> Hi Sebastian,
>
> Make only tells me that there is nothing to be done. All I do (since a
> long time) is calling "git pull" to get the latest changes and then make to
> compile everything. It worked before (the preview and ever
Fixed, thanks.
- Carsten
On Sat, Sep 18, 2010 at 6:26 AM, Aidan Gauland
wrote:
> The optional argument, INVISIBLE-OK, of org-forward-same-level is not
> mentioned in the documentation for that function.
>
> --Aidan
>
> Emacs : GNU Emacs 24.0.50.3 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)
Hi everyone,
as was already pointed out here by others, I will be a guest
at FLOSS weekly on September 22. The show will be recorded
from 9:30am to 11:00am Pacific Time, which corresponds to
18:30-20:00 here in central Europe.
1. Watching live
You can watch the show live at http://live.twit.tv
On Sep 20, 2010, at 10:24 AM, Bastien wrote:
Hi all,
I have improved the experimental export engine I've been promising for
way too long. It lives in the EXPERIMENTAL/ directory of the git
repo:
http://repo.or.cz/w/org-mode.git/blob/b63f5333e7bbab900b134584d07e158aeba14844:/EXPERIMENTAL
On Sep 20, 2010, at 10:54 AM, David Maus wrote:
Carsten Dominik wrote:
I guess it is OK to include message into the default types. David,
will you do this?
Done.
Thanks
- Carsten
___
Emacs-orgmode mailing list
Please use `Reply All' to
On Sep 17, 2010, at 4:36 PM, Christopher Allan Webber wrote:
Hello!
Say I have a couple of entries on my agenda:
life: Sched.25x: TODO Places to notify change of address
ccommons: Sched.19x: TODO Public domain
mark:work::
My cursor is hovered over the "
Hi Dan,
both changes look good to me.
- Carsten
On Sep 14, 2010, at 3:33 PM, Dan Davison wrote:
Dan Davison writes:
If we allow the current region to be inherited by the code edit
buffer
(patch below), then language major mode commands that operate on the
region can be called remotely fr
Hi Eric,
could I ask you to take a look at this?
Thanks
- Carsten
On Sep 7, 2010, at 12:57 AM, Jambunathan K wrote:
Is it possible Speed Keys (Refer Org Manual - Sec. 15.3) for Babel
blocks?
Attached patch extends the speed key functionality.
Usage notes:
After applying the patch, use
Hi everyone,
do we have any volunteers who are willing to test this patch?
Thanks.
- Carsten
On Sep 14, 2010, at 7:06 PM, Andrew J. Korty wrote:
This patch adds hour and minute granularity to repeaters. Let me
know if there's interest in incorporating it, and I'll start the FSF
paperwork
g-match
- "^\\(?:\...@\\(?:start:\\)?[0-9]+\\][ \t]*\\)?\\[\\([xX
]\\)\\]"
+ "^\\(?:\...@\\(?:start:\\)?[0-9A-Za-z]+\\][ \t]*\\)?\\[\\([xX ]\\)
\\]"
item)
(replace-match (if (equal (match-string 1 item
On Sep 22, 2010, at 8:58 AM, Noorul Islam K M wrote:
Nick Dokos writes:
Vincent Belaïche wrote:
In the org manual node `(org) Property syntax' one can read the
following:
--8<-coupez ici--début-->8---
If you want to set properties that can be inher
On Sep 22, 2010, at 11:17 AM, Noorul Islam K M wrote:
Carsten Dominik writes:
On Sep 22, 2010, at 8:58 AM, Noorul Islam K M wrote:
Nick Dokos writes:
Vincent Belaïche wrote:
In the org manual node `(org) Property syntax' one can read the
following:
--8<-co
On Sep 19, 2010, at 11:24 AM, Nicolas Goaziou wrote:
Eric S Fraga writes:
So you are saying, if I understand you correctly, that you cannot
have something like this:
--8<---cut here---start->8---
1. some text
- a nested list
- with two items
some
On Sep 23, 2010, at 7:19 AM, Vincent Belaïche wrote:
Thanks for the feedback,
I'll download the latest.
Yes, I just meant that *completion* does not work for property name,
addition of property works fine.
I have just fixed this issue, now completion should work on both the #
+property
On Sep 22, 2010, at 11:08 PM, Andre Powell wrote:
I hope that this is not a stupid question. Is there anyway to move
forward in the agenda view and have the scheduled and due items from
the current day move forward as well? The reason that I ask is I
typically try and review my next day th
On Sep 22, 2010, at 10:36 PM, Samuel Wales wrote:
With the headline "* text search much faster than tag search"
Is that so?
and an agenda text search:
{faster than} does not return it
{faster\ than} also
Either of these should now (after pulling) do the trick.
Cheers
- Carste
On Sep 22, 2010, at 9:35 PM, Nathan Neff wrote:
I'd like to generate a columnview that shows totals in a separate
column, like the clockreport.
Something like this:
| Total | Effort. | Task |
|---+--+|
| 4 | | Main Task |
| |2 | Sub Task 1 |
|
On Sep 22, 2010, at 7:49 PM, Memnon Anon wrote:
Puneeth writes:
It was a wonderful interview. Always a pleasure watching Carsten talk
about org-mode.
*sigh*, I missed it.
And my wlan sucks that much, I probably would not have enjoyed a live
stream.
So, when can I download the whole thing
On Sep 23, 2010, at 10:17 AM, Sebastian Rose wrote:
Hi,
there is a light and easy way to use google and openstreetmap.org maps
if you define them as a custom link type:
(setq org-link-abbrev-alist
'(("gmap"
. "http://maps.google.com/maps?q=%s";)
("omap"
. "http://nominatim.open
On Sep 23, 2010, at 9:06 PM, David Maus wrote:
David Maus wrote:
Jules Bean wrote:
If I run org-capture with the template:
("t" "Todo" entry (file+headline
"/Users/jules/work/TODO.org" "Tasks") "* TODO %?
(Captured at %u)
%i
%a
")
whilst I have narrowed (using, e.g., org-narrow-to-subtre
On Sep 23, 2010, at 10:17 AM, Sebastian Rose wrote:
Hi,
there is a light and easy way to use google and openstreetmap.org maps
if you define them as a custom link type:
(setq org-link-abbrev-alist
'(("gmap"
. "http://maps.google.com/maps?q=%s";)
("omap"
. "http://nominatim.open
On Sep 24, 2010, at 2:29 PM, David Maus wrote:
Carsten Dominik wrote:
On Sep 23, 2010, at 9:06 PM, David Maus wrote:
David Maus wrote:
Jules Bean wrote:
If I run org-capture with the template:
("t" "Todo" entry (file+headline
"/Users/jules/work/TODO.org"
On Sep 26, 2010, at 4:52 PM, Dan Davison wrote:
Hi Richard,
Richard Riley writes:
Dan Davison writes:
I think that the documentation concerning installation should be
made
more user-friendly. My impression is that the Org manual makes all
this
sound much harder than it needs to be, a
On Sep 26, 2010, at 3:33 PM, Dan Davison wrote:
I think that the documentation concerning installation should be made
more user-friendly. My impression is that the Org manual makes all
this
sound much harder than it needs to be, and I suspect that this is an
entry-barrier for new Org users.
On Sep 27, 2010, at 11:00 AM, Dan Davison wrote:
Carsten Dominik writes:
On Sep 26, 2010, at 3:33 PM, Dan Davison wrote:
I think that the documentation concerning installation should be
made
more user-friendly. My impression is that the Org manual makes all
this
sound much harder than
On Sep 27, 2010, at 8:26 PM, Sébastien Vauban wrote:
Hi,
Russell Adams wrote:
I just watched the video, and I must say that Carsten has given
another
excellent performance!
I think the key point he made through the whole interview was that
normally
note taking tools are separate from pla
On Sep 27, 2010, at 2:18 PM, Christian Egli wrote:
Bastien writes:
Jeff Horn writes:
I wanted to mention how great it would be to have an org-mode
conference.
If many people support this idea, this is how we could do it:
1. list ideas of things we would do there
Meet and talk about
On Sep 28, 2010, at 6:39 AM, Jambunathan K wrote:
Matt
I had proposed a patch to org-capture in this thread.
http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/
msg01152.html
The patch has neither been rejected nor accepted. I am a bit
concerned
that it might have been lost.
It'
On Sep 28, 2010, at 1:44 PM, Markus Ecce wrote:
Hi everybody,
I recently switched from org-remember to org-capture and noticed two
potential regressions, but maybe I'm missing something...
First, when I launch emacs (and don't load an .org file or enter
org-mode) I cannot use "org-capture". C
On Sep 27, 2010, at 2:18 PM, Christian Egli wrote:
Bastien writes:
Jeff Horn writes:
I wanted to mention how great it would be to have an org-mode
conference.
If many people support this idea, this is how we could do it:
1. list ideas of things we would do there
Meet and talk about
On Sep 27, 2010, at 12:24 PM, Uwe Brauer wrote:
Hello
The following setting works in lisp mode
(let ((lisp-regexp-4 " ?\\(\\<\\*[a-zA-Z]*\\*\\>\\)"))
(setq lisp-font-lock-keywords-1
(append lisp-font-lock-keywords-1
(list (list lisp-regexp-4 0
Hello
The following setting works in lisp mode
(let ((lisp-regexp-4 " ?\\(\\<\\*[a-zA-Z]*\\*\\>\\)"))
(setq lisp-font-lock-keywords-1
(append lisp-font-lock-keywords-1
(list (list lisp-regexp-4 0
'font-lock-log-warn-face t
(se
On Sep 27, 2010, at 8:55 AM, Nicolas Goaziou wrote:
Nathaniel Flath writes:
But, there is apparently one major drawback, as I said in a
previous post. If the line starts with a word followed by a dot or
a parenthesis, Org will see a bullet there. This is bad news
because the following line w
Nice!
- Carsten
On Sep 27, 2010, at 1:15 PM, Łukasz Stelmach wrote:
Hello.
I've just created a hack to for org-mode (and org-remember) to receive
and parse URLs from OpenStreetMap and Google Maps. The function
extracts
longitude and latitude and sets GEO property of the node to geo: URI.
On Sep 19, 2010, at 4:29 PM, zwz wrote:
Those days when I was preparing a presentation about the special chars
that starts with a =\= in C programming language, I made such a table
| \' | signle quote |
| \" | double quote |
It did not work after I hit C-c C-e p.
So I modified it as
| =\'= |
Hi everyone
Please reply to this email if you'd consider to come to FOSDEM[1,2],
February 5 and 6 next year in Brussels, in order to join an Org-mode
meet-up there.
- [ ] I would come and listen
- [ ] I would come and give a talk in the devroom
[1] http://www.fosdem.org/2011/
[2] http://www
On Sep 28, 2010, at 7:38 PM, Richard Riley wrote:
Not so mega important as org files are not somewhere I would normally
have completion turned on, but this time I did while editing some
elisp
in org-mode :-
http://www.myupload.org/viewer.php?file=d8ajog6vgu9fl8idhomm.png
The auto-complete
On Sep 28, 2010, at 7:48 PM, Uwe Brauer wrote:
On Tue, 28 Sep 2010 18:10:31 +0200, Carsten Dominik > wrote:
On Sep 27, 2010, at 12:24 PM, Uwe Brauer wrote:
(list (list lisp-regexp-4 0
'font-lock-comment-warn-face t)
Or
(add-to-list 'org-font-
Hi Sebastian,
4 minutes of startup time is entirely unacceptable. And I think
you need to identify what is causing this.
First of all, unless you are having to totally old Version of Emacs,
fontification at display time is standard, I believe.
You must be doing something strange, like forcing
On Sep 8, 2010, at 10:18 AM, 濱村 文十 wrote:
I'm using org-mode 6.33x with Emacs 23.2.1 on Windows XP.
As the manual explains in 7.5.3 capturing column view, I
know I can capture other org file's column view, but I
can't get it work.
I tried to pass "c:\org\file.org" and "c:/org/file.org" or
a bu
Hi Sebastian,
is this still an open issue? If you, can you please summarize
again and show the code you are using for your link definition?
I am not sure if I have up to date information.
- Carsten
On Sep 6, 2010, at 3:13 PM, Sebastian Rose wrote:
Bastien writes:
Sebastian Rose writes:
On Sep 16, 2010, at 5:04 PM, Robert Goldman wrote:
On 9/16/10 Sep 16 -8:46 AM, Sebastian Rose wrote:
Robert Goldman writes:
... Is there some
magic I can put in the Local Variables block that will cause the
images
to be displayed on startup?
# org-display-inline-images: t
# Local Var
On Jan 7, 2008, at 6:24 PM, Wanrong Lin wrote:
Hi,
I have some repeating tasks, and I found even with "org-agenda-
repeating-timestamp-show-all" set to "t", the task won't show in the
agenda if the next occurrence of this repeating task is closer to
current time than the overdue occurrenc
On Sep 29, 2010, at 2:41 PM, Uwe Schuerkamp wrote:
Hi folks,
I've been using org-mode for the last couple of months and am very
happy with it, thanks Carsten et al. for this great tool!
I've been wondering if it's possible to hide the dots "..." when the
only thing a section contains is the A
On Sep 29, 2010, at 10:32 AM, Sébastien Vauban wrote:
Hi Carsten,
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 touch)
in fact.
Of course, I would like to search through my files at some
On Sep 29, 2010, at 3:15 PM, Uwe Schuerkamp wrote:
On 29 September 2010 15:04, Carsten Dominik
wrote:
On Sep 29, 2010, at 2:41 PM, Uwe Schuerkamp wrote:
Hi folks,
I've been using org-mode for the last couple of months and am very
happy with it, thanks Carsten et al. for this great
Hi Bernt,
this patch does not work, it calls the hook also after inserting a new
item.
Please fix it by first reverting, and then call the hook also inside
the if clause, right after (insert "\n") - you need progn then, of
course.
Thanks.
- Carsten
On Sep 26, 2010, at 4:15 PM, Bernt H
Hi David,
I have not have time to follow this in detail, but if you feel
confident that this is
doing the right thing, pleas go ahead and apply the necessary
patches. I am an encoding moron, so I am easily convinced that you
and Sebastian together cook up something useful. :-)
- Carsten
On Sep 28, 2010, at 6:12 PM, Carsten Dominik wrote:
On Sep 27, 2010, at 8:55 AM, Nicolas Goaziou wrote:
Nathaniel Flath writes:
But, there is apparently one major drawback, as I said in a
previous post. If the line starts with a word followed by a dot or
a parenthesis, Org will see a
On Sep 26, 2010, at 9:01 AM, Olivier Berger wrote:
Hi.
Maybe it's just me, but I think there's no configuration in org-mode
to
use the emacs (23) toolbar icons/buttons, for basic actions in org.
I think it may be helpful for emacs noobies mainly, to have such icons
available when in org mo
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 same for a single
cell. Is it possible
Hi everyone,
once this is resolved, I believe this would be important to be added
to the FAQ.
Can someone please take care of this?
Thanks!
- Carsten
On Sep 28, 2010, at 7:00 PM, Achim Gratz wrote:
John Hendy writes:
Can you check your CLASSPATH environment variable? Mine is (not sure
i
PM, Marcel van der Boom wrote:
On di 28-sep-2010 19:44
Carsten Dominik wrote:
Please reply to this email if you'd consider to come to FOSDEM[1,2],
February 5 and 6 next year in Brussels, in order to join an Org-mode
meet-up there.
[X] I would come and listen
[ ] I would come and give a
Hi Robert,
would you like to formulate a patch to org.texi?
Thanks
- Carsten
On Sep 21, 2010, at 5:01 PM, Robert Horn wrote:
I've been using habits and found additional uses that are actually
implemented but not mentioned in the documentation. What I've found
useful are:
1) Using a '++' re
On Sep 18, 2010, at 8:15 PM, Rafael Calsaverini wrote:
Hi there.
I'm trying to use the \only<> command to produce a beamer
presentation but it seems that org-beamer filters out this. I've
tried it in many different ways, and didn't get the desired effect.
Particularly, I've tried the obv
On Sep 18, 2010, at 8:15 PM, Rafael Calsaverini wrote:
Hi there.
I'm trying to use the \only<> command to produce a beamer
presentation but it seems that org-beamer filters out this. I've
tried it in many different ways, and didn't get the desired effect.
Particularly, I've tried the obv
On Sep 30, 2010, at 8:07 AM, Nick Dokos wrote:
org-table-current-column is called interactively from the Tbl menu
but is
not declared (interactive), so when the menu item is activated I get:
Debugger entered--Lisp error: (wrong-type-argument commandp org-
table-current-column)
call-intera
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:
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 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
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 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
Hi Sebastian,
the lack of a testing suite for Org-mode is really frustrating,
and even more frustrating is that we have had like seven attempts
to start one, and each of these lead to nothing. So I would
be perfectly happy to give a free hand, write access to the repo
and a full directory in the
On Oct 2, 2010, at 5:01 PM, Sebastian Rose wrote:
Carsten Dominik writes:
It would be OK to have a lisp subdirectory in testing,
just as it would be OK to have contrib/lisp in testing
for the contributed packages.
That's what it is like.
You probably did not notice, because "o
On Oct 3, 2010, at 1:14 PM, Water Lin wrote:
I have set the log done time and log done note for my org files using
code:
---
(setq org-log-done 'time)
(setq org-log-done 'note)
---
The log done time and log done note are very useful while I am editing
my org files. But
Applied, thanks.
- Carsten
On Oct 3, 2010, at 5:21 PM, Bernt Hansen wrote:
This reverts commit 4a4fbf1b8caa338a3a59f7b6f3f89b279615725d.
Clocking in the currently clocking task was leaving open clock entries
which is incorrect. Updating the modeline is less important than
keeping correct clo
Hi Bernt,
I am having some problem here with the patches - could you please make
me a new patch against the current master?
Thanks!
- Carsten
On Oct 3, 2010, at 5:52 PM, Bernt Hansen wrote:
This is a fixup patch to commit
17c71a40c6d07baae2e9cac606668683ddb3759c. The org-clock-clocking-i
On Sep 16, 2010, at 6:22 AM, Matthew Lundin wrote:
Hi Carsten,
Carsten Dominik writes:
On Sep 13, 2010, at 6:48 PM, Matt Lundin wrote:
lisp/org-agenda.el (org-agenda-set-tags): Remove org-agenda-show to
prevent
disrupting windows and changing point in original buffer.
(org-agenda-set
want the patch reposted to the mailing list.
No, this is OK now.
Kind regards
- Carsten
Regards,
Bernt
Carsten Dominik writes:
Hi Bernt,
I am having some problem here with the patches - could you please
make
me a new patch against the current master?
Thanks!
- Carsten
On Oct 3,
Ji Jambunathan,
there is something in your Makefile patch I do not understand:
X @@ -325,6 +328,14 @@ distfile:
X zip -r org-$(TAG).zip org-$(TAG)
X gtar zcvf org-$(TAG).tar.gz org-$(TAG)
X
X +elpa:install-info
Why are you saying the elpa is dependent on install-info?
-
Hi Sebastian,
Thanks for the patch! I would certainly have a better way to process
these files.
My questions:
1. Can we run bibtex only if we have an indication that it might be
needed?
Maybe by looking at the output of the first LaTeX run? Hmm, maybe this
would not work if only the bibtex
Hi James,
does this only happen when Org-mode opens the calendar,
or also when you use M-x calendar?
- Carsten
On Sep 12, 2010, at 2:33 PM, James Harkins wrote:
As I said before, I'm really enjoying org-mode. I love that I can
keep all my semester's teaching data in one text file and zoom in
Hi David,
well, it can happen that an item shows up multiple ways - if it has
been selected by different methods. For example, if your org-refile-
targets variable is like this:
((org-agenda-files :level . 1)
(org-agenda-files :tag . "refile")
(nil :maxlevel . 2))
then you could get thr
iption. Any ideas?
Hope this helps as a start, feel free to scrap it and start over if
someone else has a better vision.
[1] http://fosdem.org/2011/call_for_devrooms
-Richard
On Wed, Sep 29, 2010 at 12:10 PM, Carsten Dominik
wrote:
I do find the number of people indicating an interest to come
Hi Dan,
I think there are no objections to this patch. Some documentation
will be needed, maybe on Work, with a link from the manual?
Sebastian, are we mentioning the listing package in the documentation?
Thanks
- Carsten
On Aug 6, 2010, at 3:34 PM, Dan Davison wrote:
Seb's nice listing
On Oct 4, 2010, at 3:30 AM, Eric Schulte wrote:
Hi Bryan,
I have the following in my config which works for me
(add-to-list 'org-export-html-inline-image-extensions "svg")
I have just made svg a member of the default list of extensions.
Cheers
- Carsten
Best -- Eric
Bryan Emrys wri
On Oct 1, 2010, at 3:13 AM, Nathaniel Flath wrote:
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
Hi Achim,
On Oct 4, 2010, at 7:46 PM, Achim Gratz wrote:
I seem to have hit a snag with tables: I didn't find a way to quote
any
of the special characters that are recognized to make formulas.
Tabbing
through such cells will create a malformed #+TBLFM: line at the end of
the table. I c
On Oct 4, 2010, at 7:59 PM, Łukasz Stelmach wrote:
Hello.
How about moving
(org-export-html-insert-plist-item opt-plist :postamble opt-plist)
in org-html.el from line 1694 few lines up, just above the closing div
of the postamble. IMHO it makes more sense to put custom content into
the exis
On Oct 4, 2010, at 10:44 PM, Jeff Horn wrote:
2010/10/1 Sébastien Vauban :
Get the tasks sorted:
- by priority ("A", "B" or "C"), then
- by "role" (category "personal" or "work"), then
- by delay
+1. I think having some customization over ordering would be very
useful.
Well, we have, th
On Oct 1, 2010, at 10:51 AM, Sébastien Vauban wrote:
Hello,
Here is a minimal example of problems I experience with the sorting
strategy
of the agenda.
--8<---cut here---start->8---
* Appointments
** Technician for washing machine
<2010-10-01 Fri>
I
On Oct 4, 2010, at 8:23 PM, Jambunathan K wrote:
Carsten Dominik writes:
Ji Jambunathan,
there is something in your Makefile patch I do not understand:
X @@ -325,6 +328,14 @@ distfile:
X zip -r org-$(TAG).zip org-$(TAG)
X gtar zcvf org-$(TAG).tar.gz org-$(TAG)
X
X +elpa
On Oct 4, 2010, at 10:00 PM, Don March wrote:
There's been some talk about quotation marks when exporting to LaTeX,
but I've noticed some issues in addition (I think) to those mentioned
by others.
"'a quote' inside a quote"
is exported to LaTeX as
``'a quote' inside a quote''
but shoul
On Oct 4, 2010, at 11:44 AM, Richard Riley wrote:
I dont know if it would be generally useful, but a tiny little tweak
to
tag editing in order to allow "," as a seperator when typing in tags
via
C-c C-q TAB "free entry" interface. "," is certainly easier for me to
use but I dont know abou
On Oct 4, 2010, at 7:18 PM, Nicolas Goaziou wrote:
Carsten Dominik writes:
I think it would be appropriate in this case to simply throw an
error and let the user clean up with undo.
Certainly, but this still means that any 27+ items list will never be
able to complete a full bullet cycle
Patch 297 (http://patchwork.newartisans.com/patch/297/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3Ci8c7me%24g3n%241%40dough.gmane.org%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="ut
On Oct 5, 2010, at 2:46 PM, Sébastien Vauban wrote:
Hi Carsten,
Carsten Dominik wrote:
Thanks for the patch! I would certainly have a better way to
process these
files.
I would certainly *like very much to have your* better way to process
it.
Sorry about that confusing sentence
auban
Hi Carsten,
Carsten Dominik wrote:
> Thanks for the patch! I would certainly have a better way to
process these
> files.
Could you make your latest sentence more explicit?
> 1. Can we run bibtex only if we have an indication that it might
be needed?
>Maybe by looking
On Oct 5, 2010, at 7:10 PM, Achim Gratz wrote:
Carsten Dominik writes:
[...]
The best way to deal with this is:
* Table Test
|-+--|
| unrelated 1 | ~>=~ |
| Test1 | ~=~ |
[...]
Ah, thank you -- I've settled for *bold* instead since that is a bit
more ple
On Oct 5, 2010, at 6:43 PM, Łukasz Stelmach wrote:
Carsten Dominik writes:
On Oct 4, 2010, at 7:59 PM, Łukasz Stelmach wrote:
How about moving
(org-export-html-insert-plist-item opt-plist :postamble opt-plist)
in org-html.el from line 1694 few lines up, just above the closing
div
of
On Oct 5, 2010, at 8:55 PM, Achim Gratz wrote:
Commit 59ba4125 lisp/org-latex.el raises warning during byte-compile:
In org-export-as-pdf:
org-latex.el:882:28:Warning: assignment to free variable `errors'
org-latex.el:882:47:Warning: reference to free variable `errors'
Fixed, thanks.
- Car
1 - 100 of 8019 matches
Mail list logo