Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Samuel Wales
Hi Christian, On 3/21/13, Christian Moe m...@christianmoe.com wrote: The new exporter adds paragraph breaks around the anchor for the marginal comment. This is the wrong behavior in all cases. These comments are meant to be anchored inside paragraphs that are not meant to be broken. (Using a

Re: [O] Different spacing in html output compared to info and pdf

2013-03-25 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: The export framework usually treats differently empty string from nil output. Only in the former blank lines/white spaces are preserved. With this patch it will not be possible anymore to make this distinction with export snippets.

Re: [O] [PATCH] Add a different prefix for past deadlines in the agenda view

2013-03-25 Thread Bastien
Hi Matt, Matt Lundin m...@imapmail.org writes: A 12-char width causes misalignment with a sample file and emacs -Q. (See output below). Indeed -- I fixed this, we're back to 11 chars. Thanks for reporting this and great to have you back :) -- Bastien

Re: [O] [PATCH] bugfix: fix `org-babel-execute-src-block' on remote hosts

2013-03-25 Thread Bastien
Hi Suhail, Suhail Shergill suhailsherg...@gmail.com writes: see attached patch. Applied, thanks a lot for the detailed change log. PS: Please submit further patches against the master branch, not the maint branch. -- Bastien

Re: [O] Frustrated user of orgmode

2013-03-25 Thread Bastien
Hi John, John Hendy jw.he...@gmail.com writes: That seemed to be my best guess, but it read more like a formal announcement vs. some of the more down and dirty finer-detailed Worg pages I've seen. Please amend this page as you want -- the target audience is users who will make the switch to

Re: [O] Is Worg publishing?

2013-03-25 Thread Bastien
Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: I pushed some small additions to Worg yesterday, but they aren't showing on the web page. I just pushed a test change which shows fine, and I see yours is here: http://orgmode.org/worg/org-contrib/babel/languages.html (But I have noticed some

Re: [O] Bug: View not returning to column 0 on fill while in truncate mode [7.9.3f (release_7.9.3f-17-g7524ef @ c:/emacs/lisp/org/)]

2013-03-25 Thread Bastien
Hi Tom, thanks for the report. I don't understand why Org should set the view back to colummn 0 after filling. Does Org behaves differently than other major modes here? If not, I suggest this is a larger issue with Emacs, not really with Org. Thanks for further details, -- Bastien

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-25 Thread Bastien
Bastien b...@altern.org writes: This is a problem with Org -- I have a patch for this on my local branch, but I will push this branch only tomorrow. Applied now, thanks. -- Bastien

Re: [O] Programmatically insert source-blocks

2013-03-25 Thread Bastien
Hi Thorsten and Eric, Eric Schulte schulte.e...@gmail.com writes: I don't see that Org-mode itself will ever want to programatically and non-interactively insert a code block in an Org-mode file (if fact that sounds rather dangerous to me), so I would vote against adding such a function to

Re: [O] [patch] LaTeX export using tabu tables

2013-03-25 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: Attached is a non-clever version that includes a :spread keyword, and a (hopefully) correctly-written commit message. Thanks! I was surprised not to find you on the list of FSF-signed contributors -- did you assigned your copyright

Re: [O] Versioning and releases

2013-03-25 Thread Bastien
Hi Gustav, Gustav Wikström gustav.e...@gmail.com writes: As of this writing, the current version on orgmode.org says 7.9.4, but looking at the link of the zip-archive, it will download version 7.9.3f. Fixed, thanks. And the release-notes doesn't mention a version 7.9.4. Fixed too. On

Re: [O] not found when refiling

2013-03-25 Thread Samuel Wales
Much more helpful, thank you! -- 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. This means YOU.

Re: [O] Fixing footnote HTML

2013-03-25 Thread Samuel Wales
On 3/19/13, Bastien b...@altern.org wrote: It might be good to add a blank line after the Footnotes section. The default is fine IMHO. You'd need to define the #footnotes css id for this. I'm not familiar with CSS enough to know here. It wouldn't come for free with the header code? Here is

Re: [O] Block agendas and filtering

2013-03-25 Thread Samuel Wales
On 3/19/13, Bastien b...@altern.org wrote: (org-agenda-tag-filter (+Tag)) org-agenda-filter-preset? -- 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. This means YOU.

Re: [O] Fixing footnote HTML

2013-03-25 Thread Bastien
Samuel Wales samolog...@gmail.com writes: I expected text after Footnotes (hmm, I should remove the colon if possible) to be like text after any other section. It is for me. Screenshots help a lot with those issues, especially when they are often not bugs, but small quirks wrt personal

[O] Setting taskjuggler project start date (ox-taskjuggler)

2013-03-25 Thread John Hendy
Having trouble setting the project start date, which results in a build error since my project started before today, and the default project start appears to be today's date. This was with no customization to the top level headline. Intuitively, I added a :start: property like so: #+begin_src org

Re: [O] Frustrated user of orgmode

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 12:16 AM, Bastien b...@altern.org wrote: Hi John, John Hendy jw.he...@gmail.com writes: That seemed to be my best guess, but it read more like a formal announcement vs. some of the more down and dirty finer-detailed Worg pages I've seen. Please amend this page as

Re: [O] python sessions

2013-03-25 Thread Andreas Röhler
Am 25.03.2013 03:59, schrieb John Hendy: On Sun, Mar 24, 2013 at 9:38 PM, Nick Dokos nicholas.do...@hp.com wrote: Eric Schulte schulte.e...@gmail.com wrote: From participating in evaluating code throughout the discussion and catching the comments throughout, I'd say yes, at least in terms

Re: [O] Is Worg publishing?

2013-03-25 Thread Thomas S. Dye
Hi Bastien, Bastien b...@altern.org writes: Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: I pushed some small additions to Worg yesterday, but they aren't showing on the web page. I just pushed a test change which shows fine, and I see yours is here:

Re: [O] [patch] LaTeX export using tabu tables

2013-03-25 Thread Eric Abrahamsen
Bastien b...@altern.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: Attached is a non-clever version that includes a :spread keyword, and a (hopefully) correctly-written commit message. Thanks! I was surprised not to find you on the list of FSF-signed contributors

Re: [O] [patch] LaTeX export using tabu tables

2013-03-25 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: Huh, that surprises me too! I looked in my files and I'm supposed to be RT:710483, whatever that means -- they told me it would apply to any emacs-related packages... We're all set then, I added you to the page:

Re: [O] Fixing footnote HTML

2013-03-25 Thread Bastien
Samuel Wales samolog...@gmail.com writes: So in Firefox for me at least, there is no blank line between Footnotes: and 1. Footnotes: is inserted as a h2 header in the HTML file. So there should be a visual space after it. -- Bastien

[O] Off for one week / Help on Org's manual and Worg's org-8.0.org page

2013-03-25 Thread Bastien
Dear all, I put a stab at updating Org's manual to reflect some of the changes triggered by the new export engine and the new export back-ends. This is far from being finished, though -- we need your help. You can help by editing Worg's page org-8.0.org: http://orgmode.org/worg/org-8.0.html

Re: [O] Setting taskjuggler project start date (ox-taskjuggler)

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 1:27 AM, John Hendy jw.he...@gmail.com wrote: Having trouble setting the project start date, which results in a build error since my project started before today, and the default project start appears to be today's date. This was with no customization to the top level

Re: [O] Setting taskjuggler project start date (ox-taskjuggler)

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 2:17 AM, John Hendy jw.he...@gmail.com wrote: On Mon, Mar 25, 2013 at 1:27 AM, John Hendy jw.he...@gmail.com wrote: Having trouble setting the project start date, which results in a build error since my project started before today, and the default project start appears

Re: [O] [BUG] ob-perl variable handling broken

2013-03-25 Thread Achim Gratz
Am 25.03.2013 01:27, schrieb Eric Schulte: The attached patch fixes this behavior, however I haven't committed it because I fear it would undo some of Achim's intentions in commit ca125b82b. I'll leave the final solution to Achim. This should be the right solution, please commit. However,

[O] Setupfile regression?

2013-03-25 Thread Carsten Dominik
Hi, I am reading Bastien's writeup about upgrading to 8.0. There I see this part: #+SETUPFILE: myfile - #+INCLUDE: myfile However, if I do this replacement, one of the purposes of #+setupfile no longer works. The idea was to be able to have a file with lines like #+TODO and

Re: [O] Can I clone worg using http protocol?

2013-03-25 Thread Achim Gratz
Am 24.03.2013 18:52, schrieb John Hendy: $ git clone http://orgmode.org/w/worg.git Try $ git clone http://orgmode.org/r/worg.git (note how the w/ changes to an r/). Regards, -- Achim. (on the road :-)

Re: [O] Org spreadsheet formula range destination and per-cell placement for Lisp

2013-03-25 Thread Sebastien Vauban
Paul, Paul Michael Reilly wrote: I am in the throes of setting up an Org mode spreadsheet for an invoicing/status/planning tool and came across this fabulous thread: *[O] org table calc and lisp for hh:mm timetablehttp://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg00972.html *at

Re: [O] Setupfile regression?

2013-03-25 Thread Achim Gratz
Am 25.03.2013 10:14, schrieb Carsten Dominik: I would like to know what the plans are here. Does this discussion help? http://thread.gmane.org/gmane.emacs.orgmode/68940 Regards, -- Achim. (on the road :-)

[O] :session question

2013-03-25 Thread Andreas Röhler
Hi all, org-babel uses the header argument :session keeping the environment for consecutive evaluations. That feels the opposite of all on-the-fly evaluations commonly done by a (language)-shell. Commonly a shell keeps is values until a new one is created. Would find it more natural if

Re: [O] Setupfile regression?

2013-03-25 Thread Carsten Dominik
On 25 mrt. 2013, at 10:34, Achim Gratz strom...@nexgo.de wrote: Am 25.03.2013 10:14, schrieb Carsten Dominik: I would like to know what the plans are here. Does this discussion help? http://thread.gmane.org/gmane.emacs.orgmode/68940 Yes. Thank you, and my apologies that I did not find

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-25 Thread Achim Gratz
Am 25.03.2013 06:45, schrieb Bastien: Bastien b...@altern.org writes: This is a problem with Org -- I have a patch for this on my local branch, but I will push this branch only tomorrow. Applied now, thanks. I'd like to ask you to revisit that change. I don't think the question of

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Christian Moe
Samuel Wales writes: A similar issue arises with inline footnotes. [...] In my case I was able with Nicolas's supplied code to create a hook that normalized footnotes before export. Maybe extracting in a hook will work for you. However, I fear that incorporating the parser into the font

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Achim Gratz
Am 25.03.2013 11:29, schrieb Christian Moe: Thanks for the tip. I don't think user-side hacks are the way to go here, though. Org-odt provides an annotation feature for ODT export, based on using the special-block syntax, that no longer works as intended. I'm hoping it can simply be fixed, but

[O] Maxima tests fail in devel on OSX

2013-03-25 Thread Neuwirth Erich
I just ran make up1 on the latest version from git and the tests failed on maxima. I have not changed the configuration of maxima since the last tests I ran probably a month ago. 7 unexpected results: FAILED ob-maxima/integer-input FAILED ob-maxima/list-input FAILED

Re: [O] Off for one week / Help on Org's manual and Worg's org-8.0.org page

2013-03-25 Thread Rainer Stengele
Am 25.03.2013 08:04, schrieb Bastien: Dear all, I put a stab at updating Org's manual to reflect some of the changes triggered by the new export engine and the new export back-ends. This is far from being finished, though -- we need your help. You can help by editing Worg's page

Re: [O] Off for one week / Help on Org's manual and Worg's org-8.0.org page

2013-03-25 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: current revision does not compile docs without errors. Fixed, sorry for the typo. -- Bastien

Re: [O] Block agendas and filtering

2013-03-25 Thread Thomas Moyer
I got this working as I wanted, I had a problem with the custom agenda commands that I had defined. Below is the agenda command that implements the desired view. (c Agenda and Home-related tasks ((agenda -chore) (tags chore+TIMESTAMP=today))) I think part of my problem was

[O] no info files created w/ current git-repo

2013-03-25 Thread Andreas Röhler
Hi, building from current git-repo make all builds some .pdf and .html docu, but not info directory doc contains: dir Makefile orgguide.texi org-version.inc doclicense.texi org org.html pdflayout.sty Documentation_Standards.org

Re: [O] Maxima tests fail in devel on OSX

2013-03-25 Thread Nicolas Richard
Neuwirth Erich erich.neuwi...@univie.ac.at writes: I have not changed the configuration of maxima since the last tests I ran probably a month ago. 7 unexpected results: FAILED ob-maxima/integer-input [...] I have failures too, but I'm not sure if they are related because I *did* update

Re: [O] [BUG] ob-perl variable handling broken

2013-03-25 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Am 25.03.2013 01:27, schrieb Eric Schulte: The attached patch fixes this behavior, however I haven't committed it because I fear it would undo some of Achim's intentions in commit ca125b82b. I'll leave the final solution to Achim. This should be the

Re: [O] no info files created w/ current git-repo

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 6:53 AM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Hi, building from current git-repo make all builds some .pdf and .html docu, but not info directory doc contains: dir Makefile orgguide.texi org-version.inc doclicense.texi

Re: [O] Setupfile regression?

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 4:54 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On 25 mrt. 2013, at 10:34, Achim Gratz strom...@nexgo.de wrote: Am 25.03.2013 10:14, schrieb Carsten Dominik: I would like to know what the plans are here. Does this discussion help?

Re: [O] Setupfile regression?

2013-03-25 Thread Carsten Dominik
On 25 mrt. 2013, at 14:43, John Hendy jw.he...@gmail.com wrote: On Mon, Mar 25, 2013 at 4:54 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On 25 mrt. 2013, at 10:34, Achim Gratz strom...@nexgo.de wrote: Am 25.03.2013 10:14, schrieb Carsten Dominik: I would like to know what the

Re: [O] Can I clone worg using http protocol?

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 4:17 AM, Achim Gratz strom...@nexgo.de wrote: Am 24.03.2013 18:52, schrieb John Hendy: $ git clone http://orgmode.org/w/worg.git Try $ git clone http://orgmode.org/r/worg.git (note how the w/ changes to an r/). #+begin_example $ git clone

[O] Error message: (void-variable org-element-affiliated-keywords)

2013-03-25 Thread Matt Lundin
I use flyspell on my org files. With the most recent org-mode from git, when I switch to an org buffer, I receive the following message: Error in post-command-hook (flyspell-post-command-hook): (void-variable org-element-affiliated-keywords) I have compiled org mode with make clean make all.

Re: [O] Can I clone worg using http protocol?

2013-03-25 Thread Achim Gratz
Am 25.03.2013 14:49, schrieb John Hendy: $ git clone http://orgmode.org/r/worg.git Cloning into 'worg'... fatal: http://orgmode.org/r/worg.git/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server? It looks like thios for of HTTP access has been switched

Re: [O] no info files created w/ current git-repo

2013-03-25 Thread Andreas Röhler
Am 25.03.2013 14:42, schrieb John Hendy: On Mon, Mar 25, 2013 at 6:53 AM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Hi, building from current git-repo make all builds some .pdf and .html docu, but not info directory doc contains: dir Makefile

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-25 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Am 25.03.2013 06:45, schrieb Bastien: Bastien b...@altern.org writes: This is a problem with Org -- I have a patch for this on my local branch, but I will push this branch only tomorrow. Applied now, thanks. I'd like to ask you to revisit that

Re: [O] Can I clone worg using http protocol?

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 9:33 AM, Achim Gratz strom...@nexgo.de wrote: Am 25.03.2013 14:49, schrieb John Hendy: $ git clone http://orgmode.org/r/worg.git Cloning into 'worg'... fatal: http://orgmode.org/r/worg.git/info/refs?service=git-upload-pack not found: did you run git update-server-info

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-25 Thread Achim Gratz
Am 25.03.2013 15:57, schrieb Bastien: I'm not entirely sure what Gnus does to trigger that foray into Org (a quick glance in the documentation didn't show anything), but if anything this indicates that we might need a safe mode for Org to open untrusted files. Feel free to propose a better

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Bastien
Hi Christian, Christian Moe m...@christianmoe.com writes: Paragraphs currently break around ODT annotations when they shouldn't. Annotations are a useful feature of the ODT exporter: There is an annotation by the original author here #+BEGIN_ANNOTATION I never meant to break this

Re: [O] no info files created w/ current git-repo

2013-03-25 Thread Achim Gratz
Am 25.03.2013 12:53, schrieb Andreas Röhler: make all builds some .pdf and .html docu, but not info It does, the info file is called org. Regards, -- Achim. (on the road :-)

[O] export presentations: org to ppt or odp

2013-03-25 Thread Vinh Nguyen
Hi everyone, This question is probably for Jambunathan K: is an org to ppt or odp exporter in the works? Was wondering whether most of the work could be borrowed form the org to odt exporter. If anyone is wondering, why export presentations to odp or ppt when export to pdf (via beamer) and html

Re: [O] python sessions

2013-03-25 Thread Eric Schulte
John Hendy jw.he...@gmail.com writes: On Sun, Mar 24, 2013 at 9:38 PM, Nick Dokos nicholas.do...@hp.com wrote: Eric Schulte schulte.e...@gmail.com wrote: From participating in evaluating code throughout the discussion and catching the comments throughout, I'd say yes, at least in terms

Re: [O] export presentations: org to ppt or odp

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 10:34 AM, Vinh Nguyen vinhdi...@gmail.com wrote: Hi everyone, This question is probably for Jambunathan K: is an org to ppt or odp exporter in the works? Was wondering whether most of the work could be borrowed form the org to odt exporter. If anyone is wondering,

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-25 Thread Bastien
Achim Gratz strom...@nexgo.de writes: As I said, I don't even know why Gnus decides it should treat this mail as an Org file. From the sources of Gnus, it appears that it should only do this if the MIME type was text/x-org. Rainers mail didn't have this MIME type nor was it a multipart MIME

Re: [O] Error message: (void-variable org-element-affiliated-keywords)

2013-03-25 Thread Bastien
Hi Matt, Matt Lundin m...@imapmail.org writes: I use flyspell on my org files. With the most recent org-mode from git, when I switch to an org buffer, I receive the following message: Error in post-command-hook (flyspell-post-command-hook): (void-variable org-element-affiliated-keywords)

Re: [O] python sessions

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 10:40 AM, Eric Schulte schulte.e...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: On Sun, Mar 24, 2013 at 9:38 PM, Nick Dokos nicholas.do...@hp.com wrote: Eric Schulte schulte.e...@gmail.com wrote: From participating in evaluating code throughout the

Re: [O] python sessions

2013-03-25 Thread Ista Zahn
On Mon, Mar 25, 2013 at 11:40 AM, Eric Schulte schulte.e...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: On Sun, Mar 24, 2013 at 9:38 PM, Nick Dokos nicholas.do...@hp.com wrote: Eric Schulte schulte.e...@gmail.com wrote: From participating in evaluating code throughout the

Re: [O] export presentations: org to ppt or odp

2013-03-25 Thread Christian Moe
Vinh Nguyen writes: If anyone is wondering, why export presentations to odp or ppt when export to pdf (via beamer) and html (S5) are available? Those two works well for me personally, but for work, we tend to collaborate with others, and truth of the matter is that everyone else uses

Re: [O] python sessions

2013-03-25 Thread Eric Schulte
Currently I'd say session support for python is completely broken. Have *any* changes been made related to python recently? See my mailing list post with reproducible example: - http://www.mail-archive.com/emacs-orgmode@gnu.org/msg68238.html This was definitely working for me with a

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Christian Moe
Hi, Bastien, Thanks for looking into this. I just pulled and tested, but I cannot confirm the fix yet. I still get paragraph breaks around annotations with Org-mode version 8.0-pre (release_8.0-pre-219-g8eb0d6). Yours, Christian Bastien writes: Hi Christian, Christian Moe

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-25 Thread Achim Gratz
Am 25.03.2013 16:54, schrieb Bastien: What about this patch? I don't think Gnus should be switching major modes just to get fontification and definitely not with Org. The change in Gnus is then trivial (see other patch). Again, I'd rather have a derived mode (org-safe-mode, perhaps) that

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Bastien
Hi Christian, Christian Moe m...@christianmoe.com writes: Thanks for looking into this. I just pulled and tested, but I cannot confirm the fix yet. I still get paragraph breaks around annotations with Org-mode version 8.0-pre (release_8.0-pre-219-g8eb0d6). Before the fix, I could see no

Re: [O] python sessions

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 11:01 AM, Ista Zahn istaz...@gmail.com wrote: On Mon, Mar 25, 2013 at 11:40 AM, Eric Schulte schulte.e...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: On Sun, Mar 24, 2013 at 9:38 PM, Nick Dokos nicholas.do...@hp.com wrote: Eric Schulte schulte.e...@gmail.com

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Achim Gratz
Am 25.03.2013 17:12, schrieb Christian Moe: Thanks for looking into this. I just pulled and tested, but I cannot confirm the fix yet. I still get paragraph breaks around annotations with Org-mode version 8.0-pre (release_8.0-pre-219-g8eb0d6). It can't be fixed this way since annotations end

Re: [O] python sessions

2013-03-25 Thread Nick Dokos
Eric Schulte schulte.e...@gmail.com wrote: Currently I'd say session support for python is completely broken. Have *any* changes been made related to python recently? See my mailing list post with reproducible example: - http://www.mail-archive.com/emacs-orgmode@gnu.org/msg68238.html

Re: [O] python sessions

2013-03-25 Thread Eric Schulte
John Hendy jw.he...@gmail.com writes: On Mon, Mar 25, 2013 at 11:01 AM, Ista Zahn istaz...@gmail.com wrote: On Mon, Mar 25, 2013 at 11:40 AM, Eric Schulte schulte.e...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: On Sun, Mar 24, 2013 at 9:38 PM, Nick Dokos nicholas.do...@hp.com

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-25 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Am 25.03.2013 16:54, schrieb Bastien: What about this patch? I don't think Gnus should be switching major modes just to get fontification and definitely not with Org. But it does. The change in Gnus is then trivial (see other patch). Again, I'd

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-25 Thread Bastien
Bastien b...@altern.org writes: Evaluating it against your ideal fix will obvisouly make it look rudimentary. But I think it's better than the current situation. PS: that's not to say that the door is closed for your ideal fix, of course. But I favor existing patches vs. ideal solutions. --

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Bastien
Hi Christian, Christian Moe m...@christianmoe.com writes: Thanks for looking into this. I just pulled and tested, but I cannot confirm the fix yet. I still get paragraph breaks around annotations with Org-mode version 8.0-pre (release_8.0-pre-219-g8eb0d6). I gave it another try. Please let

[O] void-variable org-list-allow-alphabetical

2013-03-25 Thread Andreas Röhler
Hi, when trying to load git-devel-repo after make all get the error. Traceback attached If defvarred before defcustom, that error is gone. Andreas Debugger entered--Lisp error: (void-variable org-list-allow-alphabetical)

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Achim Gratz
Am 25.03.2013 18:05, schrieb Bastien: I gave it another try. Please let me know. Now add an annotation at the end of a paragraph... it simply doesn't work unless org-element gets proper support for telling the exporter which Org paragraph elements should be exported together as a single

Re: [O] python sessions

2013-03-25 Thread Andreas Röhler
Am 25.03.2013 17:43, schrieb Eric Schulte: John Hendy jw.he...@gmail.com writes: On Mon, Mar 25, 2013 at 11:01 AM, Ista Zahn istaz...@gmail.com wrote: On Mon, Mar 25, 2013 at 11:40 AM, Eric Schulte schulte.e...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: On Sun, Mar 24, 2013 at

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Christian Moe
Achim Gratz writes: It can't be fixed this way since annotations end the paragraph and whatever comes next is a new element. The ODT exporter gets two paragraphs and has no way of knowing that these should actually be exported as a single paragraph. Yeah, that's what I was afraid of.

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-25 Thread Achim Gratz
Am 25.03.2013 17:57, schrieb Bastien: Can you evaluate my patch against the current state of affair? The current state of affairs is this: 1. Gnus is doing something it shouldn't do, even though it may once have been OK or at least not dangerous. 2. Org doesn't have something that can

Re: [O] python sessions

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 12:27 PM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Am 25.03.2013 17:43, schrieb Eric Schulte: John Hendy jw.he...@gmail.com writes: On Mon, Mar 25, 2013 at 11:01 AM, Ista Zahn istaz...@gmail.com wrote: On Mon, Mar 25, 2013 at 11:40 AM, Eric Schulte

Re: [O] org-mode 7.9.4 now returns org-strip-protective-commas

2013-03-25 Thread Luke Crook
Nick Dokos nicholas.dokos at hp.com writes: My guess is that you have a seriously mixed-up installation. That's what org-version just told me. I downloaded the latest version of Emacs for windows which includes org-mode v7.9.3f. I'll try start from there. ///Luke

Re: [O] Agenda for 14 days, but still starting on Sat

2013-03-25 Thread Subhan Tindall
Try this: (z test ((agenda test ((org-agenda-start-on-weekday 6) (org-agenda-start-day 0) (org-agenda-span 14) On Wed, Mar 20, 2013 at 4:39 PM, David An david64...@gmail.com wrote: In my progress of configuring Org-Mode, I

Re: [O] python sessions

2013-03-25 Thread Ista Zahn
On Mon, Mar 25, 2013 at 1:41 PM, John Hendy jw.he...@gmail.com wrote: On Mon, Mar 25, 2013 at 12:27 PM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Am 25.03.2013 17:43, schrieb Eric Schulte: John Hendy jw.he...@gmail.com writes: On Mon, Mar 25, 2013 at 11:01 AM, Ista Zahn

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-25 Thread Bastien
Achim Gratz strom...@nexgo.de writes: talking different implementations of the second point above. But given that Gnus expects to use a major mode with no setup, why not give them this: (define-derived-mode org-safe-mode org-mode Org-Safe ;; docstring etc. ) My feeling is that having a

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Bastien
Hi, please have a go against latest HEAD and let me know if it works. I tried with annotations at the beginning of a section, of a paragraph, in the middle of a paragraph, at the end of a paragraph and at the end of a section. The fix qualifies as the Most Ugly Hack On Earth, but does the job

Re: [O] Different spacing in html output compared to info and pdf

2013-03-25 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: The export framework usually treats differently empty string from nil output. Only in the former blank lines/white spaces are preserved. With this patch it will not be possible anymore to make this distinction with export snippets. What do you think?

Re: [O] python sessions

2013-03-25 Thread Ivan Andrus
On Mar 25, 2013, at 11:27 AM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Am 25.03.2013 17:43, schrieb Eric Schulte: John Hendy jw.he...@gmail.com writes: On Mon, Mar 25, 2013 at 11:01 AM, Ista Zahn istaz...@gmail.com wrote: On Mon, Mar 25, 2013 at 11:40 AM, Eric Schulte

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Christian Moe
Hi, Bastien, Thanks. Annotations now work inside paragraphs, where they now leave only an extra space instead of paragraph breaks. However, an annotation at the end of a paragraph swallows up the *intended* paragraph break before the next paragraph. And the fix doesn't seem to be quite safe.

Re: [O] [patch] LaTeX export using tabu tables

2013-03-25 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: I was trying to be too clever! Attached is a non-clever version that includes a :spread keyword, and a (hopefully) correctly-written commit message. Nice. A few more comments follow. Subject: [PATCH 8/8] ox-latex.el

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de writes: Am 25.03.2013 18:05, schrieb Bastien: I gave it another try. Please let me know. Now add an annotation at the end of a paragraph... it simply doesn't work unless org-element gets proper support for telling the exporter which Org paragraph

Re: [O] Setting taskjuggler project start date (ox-taskjuggler)

2013-03-25 Thread Nicolas Goaziou
Hello, John Hendy jw.he...@gmail.com writes: I think I've narrowed this down to two things: 1) org-taskjuggler-get-start (and probably *-get-end) is not working properly 2) project applicable keywords stored in property drawer should be being parsed, but they're not That's about all I'm

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Christian Moe
Hi, No, sorry. I see the same issues as in my previous message: an annotation at the end of a paragraph swallows the (intended) paragraph break before the next paragraph; an annotation before a list item causes a format error. The last commit I see from you is at 18:28:50, though: Fix previous

[O] [ox-html] Using a different title in the head and in the body

2013-03-25 Thread Alan Schmitt
Hello, I'm building a small web site using org-mode, and I cannot find out how to have a short title in the head of the generated html, and a longer one in the body. Is this possible? Thanks, Alan

Re: [O] python sessions

2013-03-25 Thread Andreas Röhler
Am 24.03.2013 19:41, schrieb Nick Dokos: running into this, func def seems missing: Debugger entered--Lisp error: (void-function org-babel-result-cond) (org-babel-result-cond result-params results (org-babel-python-table-or-string results)) (if (string= (substring

Re: [O] Bug formatting source code in new latex exporter

2013-03-25 Thread Nicolas Goaziou
Hello, Rick Frankel r...@rickster.com writes: The cross reference approach seems clever, but maybe a simpler approach would simply be to add an ATTR_LaTeX(:longlisting) and leave it up to the user. That's the most reasonable option, indeed. The following patch implements

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Christian Moe
Nicolas Goaziou writes: I didn't look at the problem (nor at Bastien's solution): could someone post the proper code that should be generated? Hi, I'll try. This Org code: A paragraph. #+begin_annotation An annotation. #+end_annotation Another paragraph. ...should result

Re: [O] python sessions

2013-03-25 Thread Eric Schulte
running into this, func def seems missing: Debugger entered--Lisp error: (void-function org-babel-result-cond) My guess is that you have a mixed install. You are mostly running the Org-mode which ships with Emacs (in which `org-babel-result-cond' is not defined), but you are running the

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Bastien
Hi Christian, okay, I reverted my wrong fixes. I'll let Nicolas have a look. I would not favor a solution that allows more #+begin_ blocks to be inlined. The proper way to handle this is to introduce a new syntax for inlined annotations and to treat them appropriately in exporters. Since we

[O] org-babel-tangle-file not parsing code blocks

2013-03-25 Thread Marcelo de Moraes Serpa
Hi list, I have a simple babel file with an Emacs Lisp code block, that looks like this: peepopen-config.org: * Load it #+BEGIN_SRC emacs_lisp (add-to-list 'load-path (concat fullofcaffeine-vendor-dir /peepopen)) (require 'peepopen) (textmate-mode) #+END_SRC (provide 'peepopen-config)

Re: [O] org-babel-tangle-file not parsing code blocks

2013-03-25 Thread Marcelo de Moraes Serpa
Versions: Org-mode version 8.0-pre (release_8.0-pre-186-g8aeea9.dirty) GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-03-12 On Mon, Mar 25, 2013 at 4:02 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hi list, I have a simple babel file with an Emacs Lisp

Re: [O] Setting taskjuggler project start date (ox-taskjuggler)

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 3:15 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, John Hendy jw.he...@gmail.com writes: I think I've narrowed this down to two things: 1) org-taskjuggler-get-start (and probably *-get-end) is not working properly 2) project applicable keywords stored in

  1   2   >