Thomas S. Dye writes:
> I tangle the initialization file (init.el) from my document. Everything
> is contained in the one Org file.
>
> Asynchronous export works really well for me.
As I don't install org from elpa, I removed the after-init-hook part (so
I load the starter kit immediately), and
Hi Rodrigo,
Rodrigo Amestica wrote:
> Sebastien Vauban wrote:
You don't need to explicitly specify a return when working with a
session. Either of the following should work.
#+BEGIN_SRC python :session test :file "images/test.png"
from pylab import *
p
John Hendy writes:
> On Mon, Apr 1, 2013 at 5:01 PM, Nicolas Goaziou wrote:
>> You can already do so. IDs only have to be unique within the task
>> siblings.
>
> True, one can name tasks identically as long as they have no identical
> siblings... but the point was the since one can only specify
Carsten Dominik gmail.com> writes:
>
> On 25.4.2013, at 07:32, Oleksandr Gavenko gmail.com> wrote:
>
> > I use tags only on top level items in org-file.
> >
> > And want move all items marked by specific tag to different org-file.
> >
> > I expect that this command kill items with selected t
On 25.4.2013, at 10:21, Oleksandr Gavenko wrote:
> Carsten Dominik gmail.com> writes:
>
>>
>> On 25.4.2013, at 07:32, Oleksandr Gavenko gmail.com> wrote:
>>
>>> I use tags only on top level items in org-file.
>>>
>>> And want move all items marked by specific tag to different org-file.
>>>
Henning Weiss writes:
[...]
> Active timestamps are currently supported, but only in the payload of an
> item. You can also try enabling "show done events" if the events are still
> not added to the calendar. Timestamps in headings might be supported at
> some point in the future (we have an op
Carsten Dominik gmail.com> writes:
>
>
> On 25.4.2013, at 10:21, Oleksandr Gavenko gmail.com> wrote:
>
> > I finish with very hackie code (based on knowledge of internal
> > implementation of org-scan-tags):
> >
> > (defun my-org-kill-by-tag (tag)
> > (interactive (list (read-input "Enter t
Hi,
I'm in the process of writing documentation for a simple HTTP based API that
returns responses as XML.
The included response examples are blocks of the form:
#+BEGIN_SRC xml :exports code
...
#+END_SRC
I have org-src-fontify-natively = and it works for other code, but xml is
fontifie
Hi Achim,
On 23 April 2013 18:56, Achim Gratz wrote:
> Please put quotes around the definition of prefix:
> prefix = "/Users/bernd.haug/Library/Application Support/Aquamacs Emacs"
Yes, with quoting the prefix a fresh clone installed cleanly.
>> thanks, but don't bother about supporting me.
> Hu
On 25 apr. 2013, at 10:56, Oleksandr Gavenko wrote:
> Carsten Dominik gmail.com> writes:
>
>>
>>
>> On 25.4.2013, at 10:21, Oleksandr Gavenko gmail.com> wrote:
>>
>>> I finish with very hackie code (based on knowledge of internal
>>> implementation of org-scan-tags):
>>>
>>> (defun my-org
Carsten Dominik gmail.com> writes:
> On 25 apr. 2013, at 10:56, Oleksandr Gavenko gmail.com> wrote:
> >
> > (defun my-org-kill-by-tag (tag)
> > (interactive (list (completing-read "Enter tag: " (org-get-buffer-tags
> > (kill-new "")
> > (org-scan-tags
> > (lambda ()
> > (let ( (las
Hello,
As I rarely meet my goals, I _very often_ move SCHEDULED entries in the
future, by S-right arrow'ing the agenda entry.
Since 1 month or so, I _sometimes_ experience a loop (seems infinite, but
hopefully it is breakable) when updating the date of SCHEDULED items.
This did not occur at all
Oleksandr Gavenko writes:
>> > I want this feature in order to simplify precess of moving entries from job
>> > org-file to home org-file by marking entries with tag :HOME:...
Hi Oleksandr,
If all you want to do is move items why not use the agenda? Mark your
entries with a tag, do an agenda s
Hi all
There is a minor bug, relevant in my first and simple trial to apply
org-fill-paragraph on all parts of an Org buffer: M-q
(fill-paragraph/org-fill-paragraph) on the first column of the
line #+TBLNAME here
#+TBLNAME: table
| field |
results in an error. The type "table" and the buffer ran
Hi Eric,
Eric Schulte wrote:
> "Sebastien Vauban" writes:
>> Eric Schulte wrote:
>>> "Sebastien Vauban" writes:
Eric Schulte wrote:
>> Extra question: tested with a sh block, both of the above do work, that
>> is
>> with strings or symbols. Which one is supposed to be better (t
Bastien writes:
Hi Bastien,
> Achim Gratz writes:
>
>> Worg stopped publishing... it dies on some invalid timestamp:
>>
>> remote: Generating tree-style sitemap for Sitemap for project worg-pages
>>
>> remote: Generating tree-style sitemap for Sitemap for project worg-pages
>>
On Thu, Apr 25, 2013 at 11:57:49AM +0200, Tom wrote:
>
> #+BEGIN_SRC xml :exports code
>
>
> ...
>
> #+END_SRC
>
> I have org-src-fontify-natively = and it works for other code, but xml
> is fontified as a fundamental buffer, not like nxml-mode shows the
> block contents. nxml-mode /is/ used
Hi,
Many thanks for your reply.
Suvayu Ali schrieb:
>On Thu, Apr 25, 2013 at 11:57:49AM +0200, Tom wrote:
>>
>> #+BEGIN_SRC xml :exports code
>>
>>
>> ...
>>
>> #+END_SRC
>>
>> I have org-src-fontify-natively = and it works for other code, but
>xml
>> is fontified as a fundamental buffe
Alan Schmitt writes:
> Thomas S. Dye writes:
>
>> I tangle the initialization file (init.el) from my document. Everything
>> is contained in the one Org file.
>>
>> Asynchronous export works really well for me.
>
> As I don't install org from elpa, I removed the after-init-hook part (so
> I load
Hi, I encountered this problem when trying out org-sync with
Redmine. That package uses org-element to create "fixed-width" type
elements to contain the bug descriptions. When a bug had no description,
this problem would occur. In that case, org-element-property returns the
empty string for the ":v
Hi there,
When I export to pdf (involving LaTeX), odt or whatever I would like
all those files (including temporary files) to reside in a special
directory, say ~/org/exportdir
How can I configure this?
--
Thanks,
Manfred
On Thu, Apr 25, 2013 at 10:51 AM, Manfred Lotz wrote:
> Hi there,
> When I export to pdf (involving LaTeX), odt or whatever I would like
> all those files (including temporary files) to reside in a special
> directory, say ~/org/exportdir
>
Looks like this has come up before:
-
http://stackoverf
Thorsten Jolitz writes:
> Still not fixed, or an error on my side?
Your commit was well in the repository (i.e., well pushed.)
I republished Org.
What we do know is that the local version of Org is obtained
with ~$ git checkout release_7.9.4 -- and there are some cron
jobs which used to switch
Alexander Vorobiev writes:
Hi Alexander,
> A while back I wrote a macro (based on the advice in
> http://stackoverflow.com/a/2494384/973603) which allows to activate
> minor mode bindings when a condition is true and fall back to previous
> bindings otherwise:
I just pushed a new version of o
Hello,
It seems each file has the name of the autoload file hard coded at the
end.
For example at the end org-element.el:
;; Local variables:
;; generated-autoload-file: "org-loaddefs.el"
;; End:
It sucks for me as I generate autoload with a different name. I made a
workaround so it's fine.
I
In recent git, M-RET takes a few seconds before it does anything. I
wonder what sophisticated calculation it is doing? :)
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get it.
short description:
When I try to create a new heading using M-RET, it works as expected except
one case: inside the first second-level heading of the first first-level
heading. This bug affects the latest ELPA version of org, but not the latest
bundled-with-Emacs version
long description:
Org
François Pinard writes:
> Christian Wittern writes:
>
>> On 2013-04-23 21:09, François Pinard wrote:
>
>>> If I remember well [...]
>
>> Well, in this case you are misremembering, empty elements, aka as
>> self-closing tags are one of the innovations of XML. Just my nit to pick,
>
> A friendly
On Thu, Apr 25, 2013 at 3:39 PM, Jisang Yoo wrote:
> short description:
>
> When I try to create a new heading using M-RET, it works as expected except
> one case: inside the first second-level heading of the first first-level
> heading. This bug affects the latest ELPA version of org, but not the
hi. i'm running
Org-mode version 8.0.1 (release_8.0.1-42-g267cbe @
/Users/minshall/usr/share/emacs/site-lisp/org/)
my test case is
#+DATE: <2013-04-25 Thu>
#+OPTIONS: H:2 texht:t
#+BEAMER_COLOR_THEME:
#+BEAMER_FONT_THEME:
#+BEAMER_HEADER:
#+BEAMER_INNER_THEME:
#+BEAMER_OUTER_THEME:
Greetings,
First: thanks to Nicholas Goaziou and Thorsten Jolitz. There is
a bunch of work already completed - indeed, out of the 83
currently existing headlines, 63 are marked DONE.
But there is a lot of updating that remains. And the longer the
process continues, the further the two branches w
On Thu, Apr 25, 2013 at 7:18 PM, Jay Kerns wrote:
> First: thanks to Nicholas Goaziou and Thorsten Jolitz. There is
That should have been "Nicolas"; I apologize.
Jay
hi. the info pages seem to have convert
sorry about that. i was going to ask about the variable names in the
current (8.x) documentation being in upper case. (then, wanted to check
the mailing list, but hit the wrong key -- now i've looked, cursorily,
as i wanted to apologize quickly.)
this convention has the advantage of making clear
hi. i would have an org file that uses lots of #+calls to various
asymptote routines (babelled into the file) to produce graphics. i
would like to export this file to both html and to latex (specifically
beamer). for html, i would like, e.g., SVG files, and for latex, PDF
files. the file name i
On Thu, Apr 25, 2013 at 07:37:25PM -0400, Greg Minshall wrote:
> sorry about that. i was going to ask about the variable names in the
> current (8.x) documentation being in upper case. (then, wanted to check
[...chomp...chomp...chomp...]
> but, it means that placing the cursor over the name and
Greg Minshall writes:
> hi. i would have an org file that uses lots of #+calls to various
> asymptote routines (babelled into the file) to produce graphics. i
> would like to export this file to both html and to latex (specifically
> beamer). for html, i would like, e.g., SVG files, and for la
Nicolas Goaziou writes:
> Hello,
>
> Bernt Hansen writes:
>
>> Nicolas Goaziou writes:
>>
>>> Hello,
>>>
>>> Bernt Hansen writes:
I found the following filling bug with alphabetical lists.
I have
(setq org-alphabetical-lists t)
>>>
>>> This is now `org-list-allow
Nicolas Goaziou writes:
> Hello,
>
> Bernt Hansen writes:
>
>> James Yuan noticed that the .org file that is published with my document
>> (http://doc.norang.ca/org-mode.org does not contain :tangle on any of
>> the source blocks.
>>
>> One of the uses of this document is to pull up the file and
Critical to what I do is splitting the buffer into two windows: however, very,
often, I need to fold the headline in one of the windows in order to (more
efficiently) search for vital information elsewhere in the same buffer. When I
do this, the headline is folded in both windows.
How can I f
Hi Ivan,
Ivan Kanis writes:
> It seems each file has the name of the autoload file hard coded at the
> end.
>
> For example at the end org-element.el:
>
> ;; Local variables:
> ;; generated-autoload-file: "org-loaddefs.el"
> ;; End:
>
> It sucks for me as I generate autoload with a different nam
Hi Samuel,
Samuel Wales writes:
> In recent git, M-RET takes a few seconds before it does anything. I
> wonder what sophisticated calculation it is doing? :)
You can debug the function
C-h f org-insert-heading RET
then jump on its definition and M-x edebug-defun RET at the end to
follow w
On Thu, Apr 25, 2013 at 05:03:37PM +0200, Tom wrote:
> Suvayu Ali schrieb:
>
> >On Thu, Apr 25, 2013 at 11:57:49AM +0200, Tom wrote:
> >>
> >> #+BEGIN_SRC xml :exports code
> >>
> >>
> >> ...
> >>
> >> #+END_SRC
> >>
> >> I have org-src-fontify-natively = and it works for other code, but
>
Hi Jisang,
Jisang Yoo writes:
> 2. Place cursor at the beginning of "** bacon" and press M-RET and org
> creates
> a first-level heading.
This should now be fixed. Thanks for reporting this,
--
Bastien
Hi Greg,
Greg Minshall writes:
> but, it means that placing the cursor over the name and hitting C-h v
> doesn't default to that name. (and, i've always found that a convenient
> way to navigate.)
>
> so, just curious is it might make sense to revert to lower case
> names.
IMHO this rather cal
42 147 writes:
> Critical to what I do is splitting the buffer into two windows: however,
> very, often, I need to fold the headline in one of the windows in order to
> (more efficiently) search for vital information elsewhere in the same
> buffer. When I do this, the headline is folded in both w
46 matches
Mail list logo