On Tue, 15 Feb 2011 06:08:27 +0100
Bastien wrote:
> Hi Detlef,
>
> Detlef Steuer writes:
>
> > Before (having just entered the office):
> > ** 2011-02 Februar
> > *** 2011-02-14 Montag
> > [2011-02-14 Mo 08:20]--
> >
> > Hitting C-c a a i j a second time:
> > ** 2011-02 Februar
> > *** 2
John Hendy writes:
> I've used Lilypond and think it's amazing. But... what advantage is
> having it in org? Just curious... integration in foldable headlines
> and src blocks? For my uses, I can't think of a purpose unless, I
> guess, I was doing in-document scores or bars like in a wedding
> pr
I've isolated it by running clean emacs (emacs -q) with this setup:
(setq org-entities-user ; name latex math-p html ascii latin1 utf8
'(("ok" nil nil "✔" "OK" "OK" "✔")
("nok" nil nil "✘" "NOK" "NOK" "✘"))
org-pretty-entities t)
And this small org file:
#+STARTUP: show
> I don't think this is really necessary.
IN web presentations (eg s5.org) each section is one slide (screen).
If you click on an external link, it replaces the presentation,
and when you go back to it, you lose the current slide.
Setting some global HTML_ATTR may also be useful for images,
eg if
Hi,
When exporting to HTML (with lastest Git), I now have this error occurring:
--8<---cut here---start->8---
Debugger entered--Lisp error: (error "Invalid format character: `%v'")
signal(error ("Invalid format character: `%v'"))
error("Invalid format chara
Hi Bastien,
I just noticed that the call to 'car' is missing:
-- lisp/org-ascii.el --
index 3cc95e6..dd6f69b 100644
@@ -656 +656 @@ publishing directory."
-(last org-export-ascii-underline)))
+(car (la
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/15/2011 02:02 AM, Thorsten wrote:
> Hello Babel developers,
> just two suggestions for new languages:
> 1. GRASS GIS
> As far as I know there is no grass-mode in emacs, but some expert people are
> successful running grass processes together wi
Hi Bastien,
thank you for the implementation!
Juraj
On Fri, Feb 11, 2011 at 12:04 PM, Bastien wrote:
> Hi Juraj,
>
> Juraj Kubelka writes:
>
> > I found out that exporting agenda files to iCalendar
> > (org-export-icalendar-all-agenda-files) ignore
> > variable org-export-exclude-tags. Is it r
Hi Bastien,
I may mixed two thinks I supposed to achieve.
1. to be able to export anniversaries in a separate .ics file. As you posted
recently, in a new org-mode release, it will be possible to use
`org-icalendar-honor-noexport-tag' customization. I have not tried yet, but
it should work. So, th
Is there way to integrate org-mode and readmine?
At least export from readmine to org-mode.
--
С уважением
Юрий Гончаров
Системный администратор
Highlink Ltd. St-Peterburg, Russia
+7 812 3341212
http://www.hl.ru
___
Emacs-orgmode mailing list
Please us
Hi Valentin,
Valentin Wüstholz writes:
> I just noticed that the call to 'car' is missing:
>
> -- lisp/org-ascii.el
> --
> index 3cc95e6..dd6f69b 100644
> @@ -656 +656 @@ publishing directory."
> - (last org-export
Hi Sébastien,
Sébastien Vauban writes:
> When exporting to HTML (with lastest Git), I now have this error occurring:
>
> Debugger entered--Lisp error: (error "Invalid format character: `%v'")
> signal(error ("Invalid format character: `%v'"))
> error("Invalid format character: `%%%c'" 118)
Earlier thread on Lilypond:
http://comments.gmane.org/gmane.emacs.orgmode/31324
CM
On 2/15/11 2:02 AM, Thorsten wrote:
Hello Babel developers,
just two suggestions for new languages:
1. GRASS GIS
As far as I know there is no grass-mode in emacs, but some expert people are
successful running gra
Christian Moe writes:
> Earlier thread on Lilypond:
> http://comments.gmane.org/gmane.emacs.orgmode/31324
Yes. I had the opportunity to discuss this with Stefan at FOSDEM...
it's something that may happen at sometimes :)
--
Bastien
___
Emacs-orgmo
Hi Yuri,
Yuri Goncharov writes:
> Is there way to integrate org-mode and readmine?
Not yet.
> At least export from readmine to org-mode.
Perhaps you can use org-feed to import redmine's RSS feeds?
HTH,
--
Bastien
___
Emacs-orgmode mailing list
Hi Bastien,
Bastien wrote:
> Sébastien Vauban writes:
>> When exporting to HTML (with lastest Git), I now have this error occurring:
>>
>> Debugger entered--Lisp error: (error "Invalid format character: `%v'")
>> signal(error ("Invalid format character: `%v'"))
>> error("Invalid format charac
Hi Sébastien,
Sébastien Vauban writes:
>> Please try to set it to "" and tell me if that cures your problem.
>
> 1. Setting it to "" solves the problem.
> 2. Setting it back to nil makes the problem reappear.
> 3. Setting it to "" solves it again.
... and it go on and on ;)
> So, yes, it is be
Bastien,
Bastien wrote:
>> Maybe some kind of error catching should be added, still?
>
> That's right, I've done that now.
Thanks!
Best regards,
Seb
--
Sébastien Vauban
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the
Bastien writes:
> However, with your patch, I get a weird behavior.
>
> Config:
>
> ,
> | (setq org-blank-before-new-entry '((heading . nil)
> |(plain-list-item . nil)))
> `
>
> Test file:
>
> ,
> | * Section
> |
> | ** Subsection 1
> | Body
> |
>
I had just that very idea yesterday but thought it would be too crazy;
A new startup? :D
Marcelo.
On Tue, Feb 15, 2011 at 1:18 AM, Konrad Hinsen
wrote:
> On 14 Feb 2011, at 22:39, Marcelo de Moraes Serpa wrote:
>
>> This would be awesome, and I think this is the path the emacs
>> developers sh
Anyway, I'd like to see the development of org go towards decoupling
it from the emacs GUI and allowing the core logic to be used from
other languages; I'd say the easiest way would be to provide a
JSON-like HTTP protocol; not sure how easy/hard would it be to develop
a HTTP server and run it from
Ah, yeah, subdirs. I had misunderstood you.
Cheers,
Marcelo.
On Mon, Feb 14, 2011 at 4:56 PM, Dan Davison wrote:
> Marcelo de Moraes Serpa writes:
>
>> Hi Dan,
>>
>> I don't think I understood -- AFAIK, git repos are per directory and I
>> can't add something from another directory to it ?
>
>
("nl" "Bestand" "N" "Tijdstip" "Taak" "Duur" "ALLES" "Totale duur" "Duur
bestand")
Note: the translation for Heading is similar to the french translation: it
means "task". A literal translation would be "Kop" or "Hoofding".
Also note that a two-character code may not be enough to express the
d
On Tue, Feb 15, 2011 at 2:19 AM, Thorsten <
gruenderteam.ber...@googlemail.com> wrote:
> John Hendy writes:
>
> > I've used Lilypond and think it's amazing. But... what advantage is
> > having it in org? Just curious... integration in foldable headlines
> > and src blocks? For my uses, I can't th
> Maybe an example is better to explain what I need, imagine that I have
> the following two paragraphs:
[...]
> Where I assumed that alineas are separated by either an empty line or a
> tailing `\\' while paragraphs are separated by just an empty line.
An important question here is: is it importa
Spanish:
("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo" "TODO" "Tiempo total"
"Tiempo archivo")
I hope the "TODO" coincidence doesn't send org-mode into orbit.
On Sun, Feb 13, 2011 at 02:03:49PM +0100, Bastien wrote:
> I've pushed a fix which introduces a new custom variable
> `org-clock-c
Hi,
I have org-babel set up to use minted to format code blocks and it's terrific.
I was wondering whether I could also get it to wrap the results it outputs
using minted instead of verbatim environments (it seems not right now) when I
noticed the following strange behavior. Here's a minimal e
Paul Sexton writes:
> I am experiencing a couple of significant bugs with inline src blocks in
> org-babel -- ie blocks of the form src_LANG{EXPRESSION}. I am using the
> development version of org, checked out a few days ago.
>
> Pressing C-c C-c with the cursor on such a block is supposed to
jema...@gnu.org (Jose E. Marchesi) writes:
> Hi.
>
> I have been playing a bit with org babel, the goal being to be able to
> query a recfile[1] and insert the result as a rec table. Thanks to the
> superb design of org-babel and the existing examples, I quickly wrote
> the attached little hack.
I am happy to answer questions and provide suggestions for anyone who is
interested in developing support for these (or any other) additional
languages. I would recommend looking at existing languages which are
similar to the new language for guidance/examples.
In the case of GRASS, it sounds as
Kieran Healy writes:
> Hi,
>
> I have org-babel set up to use minted to format code blocks and it's
> terrific. I was wondering whether I could also get it to wrap the
> results it outputs using minted instead of verbatim environments (it
> seems not right now) when I noticed the following stran
> #+begin_src rec :data hackers.rec :fields Name,Email :type Hacker
> Papers = 'requested' && CreatedAt << '01 January 2011'
> #+end_src
>
Very cool! Now is the time when I ask, would you consider adding this
to the Org-mode core, which requires filling out the FSF co
Hi Bastien,
Thanks for your answer. I was surprised and glad to hear so much interest in
my particular problem.
On Fri, 11 Feb 2011 18:17:58 +0100, Bastien wrote:
> > 2. use git versioned files transparently, i.e. org-git-store-link
> > should support search (org-ids and text files) in lin
Hi Leo,
> However, I think the bigger problem with org-git-link in its current
> incarnation is that it forces me to use git:// links for all files
> under version control, which is NOT what I want to do 90% of the time.
> I have a quick hack to deal with this -- namely, commenting out
>
> ;; (a
jema...@gnu.org (Jose E. Marchesi) writes:
> > #+begin_src rec :data hackers.rec :fields Name,Email :type Hacker
> > Papers = 'requested' && CreatedAt << '01 January 2011'
> > #+end_src
> >
>
> Very cool! Now is the time when I ask, would you consider adding this
> to
> Extracting the records from org tables or raw rec data, you mean? It
> would be easy to use csv2rec and recins to implement a recins block:
>
Yes, I was thinking of something like the following. Rather than create
a new block type, simply add a header argument (or body
Hi Eric,
On Feb 15, 2011, at 1:49 PM, Eric Schulte wrote:
> This may be possible through the use of the ":results src" header
> argument e.g., the following minimal code block
>
> #+begin_src R :results code
> 8
> #+end_src
>
> evaluates to the following
>
> #+results:
> #+BEGIN_SRC R
> 8
>
Hi all,
I am using org-mode for some note, there is a table and I need to input
a lot text in one cell, is there possible that I input multiline and
output also show as multiline?
--
Coeus
In the middle of every difficulty lies opportunity.
-- Albert Einstein
Eric Schulte gmail.com> writes:
> Hi, I agree with your intuition here, but I changed the default inline
> header argument so that others would be able to use inline code blocks
> and have the results inserted. To regain the behavior you describe,
> simply adjust the value of `org-babel-default-i
Commit ed6d6760268 removed variables htmlp and latexp from
`org-export-preprocess-string'. Nothing wrong with that, but I think it
has broken export for those using org-special-blocks, which contains
#+begin_src emacs-lisp
(defvar htmlp)
(defvar latexp)
(defun org-special-blocks-make-special-cooki
On Tue, Feb 15, 2011 at 1:10 PM, Wang Coeus wrote:
> Hi all,
> I am using org-mode for some note, there is a table and I need to input
> a lot text in one cell, is there possible that I input multiline and
> output also show as multiline?
org-mode tables doesn't support multi-line cells. For that
Paul Sexton writes:
> Eric Schulte gmail.com> writes:
>> Hi, I agree with your intuition here, but I changed the default inline
>> header argument so that others would be able to use inline code blocks
>> and have the results inserted. To regain the behavior you describe,
>> simply adjust the v
Yes, I ran into this earlier today as well ...
--
Kieran Healy :: http://www.kieranhealy.org
___
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-orgm
I am trying to reduce the word count in a document I am writing. The
existing word count functionality for emacs is surprisingly lacking.
I wanted a word count function for org mode which excluded tables and
comments, and ended up writing one myself.
If this function is called with a region high
suvayu ali writes:
> On Tue, Feb 15, 2011 at 1:10 PM, Wang Coeus wrote:
>> Hi all,
>> I am using org-mode for some note, there is a table and I need to input
>> a lot text in one cell, is there possible that I input multiline and
>> output also show as multiline?
>
> org-mode tables doesn't supp
>> Maybe an example is better to explain what I need, imagine that I have
>> the following two paragraphs:
>[...]
>> Where I assumed that alineas are separated by either an empty line or a
>> tailing `\\' while paragraphs are separated by just an empty line.
>
>An important question here is: is it
46 matches
Mail list logo