emacs-orgmode@gnu.org

2013-02-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/02/13 23:02, Karl Voit wrote: > * Rainer M Krug wrote: >> >> Hi > > Hi! > >> I actually would prefer the source block approach, as the email would be >> physically in the >> org document and foldable. >> >> Any suggestions how I could achie

Re: [O] Bug: internal link in org-mode comments do not work after html export if placed in comment [7.9.3e (7.9.3e-956-g3943be.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-02-18 Thread Дядов Васил Стоянов
Thanks for explanation! With best regards, Vasil

[O] Showing only subprojects in the agenda

2013-02-18 Thread Wiskey 5 Alpha
Hello all, I'm sure this is not as complicated as i am making it out to be, but i have tried every option i can think of. My org files consist of three todo states : TODO NEXT | DONE Any TODO is a project, and it may have sub projects like so : * TODO Make dinner ** TODO Make homemade piz

Re: [O] Reloading uncompiled and testing from several git branches

2013-02-18 Thread François Pinard
Achim Gratz writes: > François Pinard writes: >> Any Makefile which lists dependencies while expecting them to be >> satisfied sequentially, one after another, is broken. Make does not >> (theoretically) guarantee the order, while in practice, all "make" >> programs I know satisfy dependencies

Re: [O] [PATCH] org babel execution and new exporter

2013-02-18 Thread Nicolas Goaziou
Hello, Gregor Kappler writes: > the new exporter currently does not respect `org-export-babel-evaluate' and > evaluates babel src blocks always on export. I did the tiniest change to > ox.el as in the attached patch. > (This is my first patch sent - I hope it works and helps...). I had to re

[O] CSS link in html export for v. 7.9.3e woes

2013-02-18 Thread Daniel Hawthorne
Greetings, After updating to 7.9.3e, I no longer am able to include a stylesheet link with the following syntax: #+STYLE: If I go back to my previous version, it works as expected. It is not a path issue; On the resulting site, it never tries to load the stylesheet. The release notes do not

Re: [O] org-export-babel-evaluate and :exports none

2013-02-18 Thread Achim Gratz
Nicolas Goaziou writes: > I confirm the problem. It is coming from > 12d592b73223f3b0628e10f0f627447b1a312203. I reverted it. Doesn't this throw the baby out with the bathtub? If anything that's an indication that the evaluation and the exporting of a block should be independently controllable.

[O] Naive email "referencing" using copy&paste (was: Integration of notmuch email references in notes in org-mode)

2013-02-18 Thread Karl Voit
* Rainer M Krug wrote: > > Hi Hi! > I actually would prefer the source block approach, as the email > would be physically in the org document and foldable. > > Any suggestions how I could achieve this? In my case, MUA (mutt) and Org are on different hosts. I am accessing MUA through ssh/screen

Re: [O] org-export-babel-evaluate and :exports none

2013-02-18 Thread Achim Gratz
Nicolas Goaziou writes: > I confirm the problem. It is coming from > 12d592b73223f3b0628e10f0f627447b1a312203. I reverted it. Doesn't this throw the baby out with the bathtub? If anything that's an indication that the evaluation and the exporting of a block should be independently controllable.

[O] Including linked emails during export (was Re: Integration of notmuch email references in notes in org-mode)

2013-02-18 Thread Suvayu Ali
Hi, On Mon, Feb 18, 2013 at 04:33:45PM +0100, Rainer M Krug wrote: > On 18/02/13 16:12, Suvayu Ali wrote: > > On Mon, Feb 18, 2013 at 02:49:32PM +0100, Rainer M Krug wrote: > >> > >> - From time to time, I have to include email references in notes in org. > >> There is obviously > >> org-notmuc

[O] trouble exporting just one subtree while using babel and R code blocks

2013-02-18 Thread Christopher W. Ryan
I have a long cumulative org file that contains work related to a series of studies. Each first-level subtree (*) is a new study. I need to be able to export any given first-level tree on its own, with an output pdf file name different from the main org filename, and with a title perhaps different

Re: [O] org-odt: command line options for soffice bug?

2013-02-18 Thread Ista Zahn
On Mon, Feb 18, 2013 at 3:49 PM, Vinh Nguyen wrote: > On Sat, Feb 16, 2013 at 2:33 PM, Vinh Nguyen wrote: >> Hi, >> >> I was having issues exporting to a "doc" file with this in my init file: >> (setq org-export-odt-preferred-output-format "doc") >> >> After some debugging, it appears my "soffice

Re: [O] ascii export fails to include newlines

2013-02-18 Thread David Rogers
Samuel Wales writes: > In HTML this works. In ASCII it makes one paragraph. > > #+begin_quote > a. > > a. > #+end_quote Does it help to add a line, as follows? #+OPTIONS: \n:t #+begin_quote a. a. #+end_quote -- David

Re: [O] org-odt: command line options for soffice bug?

2013-02-18 Thread Vinh Nguyen
On Sat, Feb 16, 2013 at 2:33 PM, Vinh Nguyen wrote: > Hi, > > I was having issues exporting to a "doc" file with this in my init file: > (setq org-export-odt-preferred-output-format "doc") > > After some debugging, it appears my "soffice" command takes a single > dash (-), not double dash (--) for

Re: [O] org-export-babel-evaluate and :exports none

2013-02-18 Thread Nicolas Goaziou
Hello, Ista Zahn writes: > Thanks for checking Jay. I just tried with make update2 (usually I use > make update), with the same result as I got before (i.e., the code > block is exported). Just to make sure -- you ran the test with emacs > -q right? > > Anybody else try this? > Thanks! > Ista I

Re: [O] new exporter fails to output footnotes?

2013-02-18 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > Given that it includes things that might change in future versions of > Org, do you think it might be good to separate out the hlevel so that > users don't customize and then find that bugs are introduced because > their customization is out of date? I'm not very f

Re: [O] ascii export fails to include newlines

2013-02-18 Thread Samuel Wales
On 2/18/13, Nicolas Goaziou wrote: > This should be fixed. Thank you. Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is no hope without action.

Re: [O] syntax table -- active dates

2013-02-18 Thread Samuel Wales
On 2/15/13, Bastien wrote: > Yes, this is the case now in master. Also for {...} are sexps, > which ease navigating through macros. Thanks, Bastien. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get

Re: [O] ascii export fails to include newlines

2013-02-18 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > In HTML this works. In ASCII it makes one paragraph. > > #+begin_quote > a. > > a. > #+end_quote > > Thanks. This should be fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] comments after paragraph remove newline

2013-02-18 Thread Samuel Wales
Hi Nicolas, On 2/10/13, Nicolas Goaziou wrote: > Blank lines below an element belong to that element, by definition. So, > obviously, just add a blank line between "comments" and "# test" and it > will not be removed. You are saying that the comments get removed with the blank line because the b

Re: [O] [Bug] 5cdf84ea68 makes babel tests fail

2013-02-18 Thread Achim Gratz
Bastien writes: > Fixed, thanks! Confirmed, thanks! :-) Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Q+, Q and microQ: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

[O] C-c ^ not fully useful

2013-02-18 Thread François Pinard
Hi, Org people. "C-c ^" (org-sort) is not as useful to me as I would like it to be. I often have lists in which each item start with a link. When sorting such lists, because of the [[URL][TITLE]] coding, entries are sorted along the domain of the link (the URL), which is useful in itself of cou

Re: [O] org-export-babel-evaluate and :exports none

2013-02-18 Thread Ista Zahn
On Mon, Feb 18, 2013 at 1:59 PM, Jay Kerns wrote: > Dear Ista, > > > On Mon, Feb 18, 2013 at 1:22 PM, Ista Zahn wrote: >> Hi all, >> >> Just checking to see if anyone was able to reproduce this or if I am >> the only one with this problem. >> >> Thanks, >> Ista > > I just make update2'ed, followe

Re: [O] Reloading uncompiled and testing from several git branches

2013-02-18 Thread Achim Gratz
François Pinard writes: > Any Makefile which lists dependencies while expecting them to be > satisfied sequentially, one after another, is broken. Make does not > (theoretically) guarantee the order, while in practice, all "make" > programs I know satisfy dependencies from left to right. Well, if

Re: [O] org-export-babel-evaluate and :exports none

2013-02-18 Thread Jay Kerns
Dear Ista, On Mon, Feb 18, 2013 at 1:22 PM, Ista Zahn wrote: > Hi all, > > Just checking to see if anyone was able to reproduce this or if I am > the only one with this problem. > > Thanks, > Ista I just make update2'ed, followed your recipe, but my tmp.tex did not incorrectly have the exported

Re: [O] org-export-babel-evaluate and :exports none

2013-02-18 Thread Ista Zahn
Hi all, Just checking to see if anyone was able to reproduce this or if I am the only one with this problem. Thanks, Ista On Sun, Feb 17, 2013 at 9:24 AM, Ista Zahn wrote: > Hi, > > I upgraded to the latest git version yesterday, and am loving the new > exporter. Congrats to all involved! > > H

Re: [O] Bug: internal link in org-mode comments do not work after html export if placed in comment [7.9.3e (7.9.3e-956-g3943be.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-02-18 Thread Thomas S. Dye
Aloha Vasil, vdya...@elvees.com (Дядов Васил Стоянов) writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be p

Re: [O] Publishing to html With the New Exporter

2013-02-18 Thread Ian Barton
On 18/02/13 17:25, Nicolas Goaziou wrote: Ian Barton writes: A bit more investigating showed that the file causing the problem was a blank .org file with no content at all. Removing this fixed the problem and I can now export! I don't know if not being able to handle files with no content shou

Re: [O] Publishing to html With the New Exporter

2013-02-18 Thread Nicolas Goaziou
Ian Barton writes: > A bit more investigating showed that the file causing the problem was > a blank .org file with no content at all. Removing this fixed the > problem and I can now export! I don't know if not being able to handle > files with no content should be considered a bug or not. There

Re: [O] [Bug] 5cdf84ea68 makes babel tests fail

2013-02-18 Thread Bastien
Achim Gratz writes: > The commit 5cdf84ea68 creates the following test failures: > > […] > Test test-org-babel/inline-src_blk-results-file condition: > (error "C-c C-c can do nothing useful at this location") >FAILED 152/363 test-org-babel/inline-src_blk-results-file > […] > 6 unexpecte

Re: [O] BIND org-html-style-include-*

2013-02-18 Thread Bastien
Hi Terry, tftor...@tftorrey.com (T.F. Torrey) writes: > "make up2" reports these failures (and thus does not install): > > 6 unexpected results: >FAILED test-org-babel/inline-src_blk-default-results-replace-line-1 >FAILED test-org-babel/inline-src_blk-results-file >FAILED test-org-

[O] Bug: #+LANGUAGE: es doesn't run in org-export-as-pdf [7.8.11]

2013-02-18 Thread David Arroyo Menéndez
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] tags pdfs vs. html

2013-02-18 Thread m k
Hello, I am new to org-mode. When I place a tag :New: at the end of a line...when I export to html, the text new is visible highlighted in blue. However, when I export to pdf, the text :New: is there. How can I make the pdf display the same formatting as the html? Also, if I want the highlighting

[O] Bug: internal link in org-mode comments do not work after html export if placed in comment [7.9.3e (7.9.3e-956-g3943be.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-02-18 Thread Дядов Васил Стоянов
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [O] Integration of notmuch email references in notes in org-mode

2013-02-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/02/13 16:12, Suvayu Ali wrote: > Hi Rainer > > On Mon, Feb 18, 2013 at 02:49:32PM +0100, Rainer M Krug wrote: >> >> - From time to time, I have to include email references in notes in org. >> There is obviously >> org-notmuch.el, but I am not

[O] Bug: problem with removing logbook drawer with zero time on clockout and recording state transitions into the same drawer [7.9.3e (7.9.3e-956-g3943be.dirty @ /home/vdyadov/Work/Tools/emacs/org-mod

2013-02-18 Thread Дядов Васил Стоянов
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [O] activate contrib packages

2013-02-18 Thread Suvayu Ali
On Mon, Feb 18, 2013 at 04:39:35PM +0100, Rainer M Krug wrote: > On 18/02/13 16:23, Suvayu Ali wrote: > > On Mon, Feb 18, 2013 at 04:05:26PM +0100, Rainer M Krug wrote: > >> On 18/02/13 15:42, David Bremner wrote: > >>> Rainer M Krug writes: > > > By the way, the library org-notmuch dist

[O] activate contrib packages

2013-02-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/02/13 16:23, Suvayu Ali wrote: > On Mon, Feb 18, 2013 at 04:05:26PM +0100, Rainer M Krug wrote: >> On 18/02/13 15:42, David Bremner wrote: >>> Rainer M Krug writes: > By the way, the library org-notmuch distributed with org-mode should

Re: [O] Integration of notmuch email references in notes in org-mode

2013-02-18 Thread Suvayu Ali
Hi Rainer On Mon, Feb 18, 2013 at 02:49:32PM +0100, Rainer M Krug wrote: > > - From time to time, I have to include email references in notes in org. > There is obviously > org-notmuch.el, but I am not to happy with it as, when exporting the notes, > the link is shown but > neither clickable no

Re: [O] Publishing to html With the New Exporter

2013-02-18 Thread Ian Barton
On 18/02/13 13:54, Nicolas Goaziou wrote: Hello, Ian Barton writes: I am trying to change my publishing setup over to use the new exporter. With the recent merge and change of names from -e-backend to -ox-backend I am a bit confused as to how I should set up my publishing alist. I have tried

Re: [O] Links in tables and org-return-follows-link

2013-02-18 Thread Дядов Васил Стоянов
Hi Bastien, Bastien writes: >> When I set variable org-return-follows-link to true I expect that it >> will work on links in tables too (when org-table-editor is on). But >> it does not. >> >> Is it wrong behaviour of org-mode? > > The behavior of RET in tables takes precedence in this case, >

[O] Small docstring update

2013-02-18 Thread Stephen Eglen
Attached is a suggested rewording of the docstring for org-agenda-prefix-format. *** /tmp/ediff30654gin 2013-02-18 14:03:46.999849795 + --- /local/data/home/stephen/langs/emacs/elisp-ds/org-mode/lisp/org-agenda.el 2013-02-18 14:02:48.731846974 + *** *** 1562,1572 r

Re: [O] Publishing to html With the New Exporter

2013-02-18 Thread Nicolas Goaziou
Hello, Ian Barton writes: > I am trying to change my publishing setup over to use the new exporter. > With the recent merge and change of names from -e-backend to -ox-backend > I am a bit confused as to how I should set up my publishing alist. > > I have tried: > > #+begin_example > > (require

[O] Integration of notmuch email references in notes in org-mode

2013-02-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi - From time to time, I have to include email references in notes in org. There is obviously org-notmuch.el, but I am not to happy with it as, when exporting the notes, the link is shown but neither clickable nor the resulting email is shown in th

Re: [O] Reloading uncompiled and testing from several git branches

2013-02-18 Thread Nicolas Richard
François Pinard writes: > Any Makefile which lists dependencies while expecting them to be > satisfied sequentially, one after another, is broken. Make does not > (theoretically) guarantee the order, while in practice, all "make" > programs I know satisfy dependencies from left to right. I can t

[O] Publishing to html With the New Exporter

2013-02-18 Thread Ian Barton
I am trying to change my publishing setup over to use the new exporter. With the recent merge and change of names from -e-backend to -ox-backend I am a bit confused as to how I should set up my publishing alist. I have tried: #+begin_example (require 'ox-html) (require 'ox-publish) ;;(require