Re: [O] To interrupt org-latex-pdf-process to regexp-replace some string of the .tex intermediate file and continue to export

2014-04-26 Thread Kyutech
John, thanks you very much. Your code really satisfies my demand. I plan to use your function to replace org-export. Thanks again, and thanks Nick for your explanation. Best regards. On Sat, Apr 26, 2014 at 1:56 AM, John Kitchin jkitc...@andrew.cmu.eduwrote: You first export your

Re: [O] org-review-schedule

2014-04-26 Thread Alan Schmitt
Hi Nicolas, I've changed all of these, and I will keep testing it over the next few days. I have one question remaining, though. On 2014-04-25 08:51, Nicolas Goaziou n.goaz...@gmail.com writes: (if (time-less-p nt (current-time)) nt) This is a matter of taste, but I find

Re: [O] org-review-schedule

2014-04-26 Thread Thorsten Jolitz
Alan Schmitt alan.schm...@polytechnique.org writes: Hi Nicolas, I've changed all of these, and I will keep testing it over the next few days. I have one question remaining, though. On 2014-04-25 08:51, Nicolas Goaziou n.goaz...@gmail.com writes: (if (time-less-p nt (current-time))

[O] customizing org-beamer--format-frame

2014-04-26 Thread Seb Frank
Hi there, I have customized org-beamer--format-frame to change the way headlines are treated (as I want a separate slide with only the headline in the center and plain frames not showing headlines after that). The way I currently do this is by redefining the function itself (using defun

[O] org-mobile-pull not syncing back changes

2014-04-26 Thread Steve Dowe
Hi, I seem to have a weird issue with org mobile sync. Changes from my laptop save fine into my sync files in Dropbox, and get pulled into the mobile app fine too. The problem occurs when making a change on mobile and syncing back. The file mobileorg.org gets written correctly on the phone's

Re: [O] setting left margin in PDF output of ORG file

2014-04-26 Thread J. David Boyd
Achim Gratz strom...@nexgo.de writes: J. David Boyd writes: However, how do I get rid of the huge left and right and top and bottom margins? I like my PDFs to have no more than .75 top, bottom, left and right. I've looked through all the latex, org-latex, org-beamer variables I can find

Re: [O] org-review-schedule

2014-04-26 Thread Nicolas Goaziou
Thorsten Jolitz tjol...@gmail.com writes: the answer is in the quote already: ,- | Since return value matters, I suggest to use ... `- Exactly. I use `when' if side-effects are involved or if the code is

Re: [O] customizing org-beamer--format-frame

2014-04-26 Thread Eric S Fraga
On Friday, 25 Apr 2014 at 08:24, Seb Frank wrote: Hi there, I have customized org-beamer--format-frame to change the way headlines are treated (as I want a separate slide with only the headline in the center and plain frames not showing headlines after that). The way I currently do this is

Re: [O] image attributes in ODT export for wrapped text possible?

2014-04-26 Thread Christian Moe
Hello, Yes, it's possible, though if you're only going to wrap a single image in the final output, it's very likely easier to just open the document in LibreOffice, right-click the image and take it from there. Anyway, here's one way to do it by creating a custom style. (If it's possible to

Re: [O] latex export of \ce question

2014-04-26 Thread John Kitchin
On Tue, Apr 22, 2014 at 6:44 PM, John Hendy jw.he...@gmail.com wrote: #+options: tex:t Thanks for all the ideas. In the end I found the best way is to use ^:{} as options, and then use regular subscripts. For chemical formulas works fine. So that is ABO_{3} and ABO_{3-\delta}. John

Re: [O] Tried to use `org-agenda-top-headline-filter' in agenda block

2014-04-26 Thread Brady Trainor
On 04/22/2014 11:12 PM, Bastien wrote: Brady Trainor algeb...@uw.edu writes: Org-mode version 8.2.5h (8.2.5h-137-gc7812f-elpa @ /home/iam/.emacs.d/elpa/org-20140421/) I tried to use `org-agenda-top-headline-filter'. There was a bug here, please try again from a fresh pull of the maint

Re: [O] Tried to use `org-agenda-top-headline-filter' in agenda block

2014-04-26 Thread Brady Trainor
On 04/26/2014 07:45 AM, Brady Trainor wrote: On 04/22/2014 11:12 PM, Bastien wrote: Brady Trainor algeb...@uw.edu writes: I tried to use `org-agenda-top-headline-filter'. There was a bug here, please try again from a fresh pull of the maint or master branch. When I try

[O] babel sh session eats '' after first src block

2014-04-26 Thread George Jones
This may be expected behavior, but it was unexpected to me: '' in sh :session output eaten after first src block. Clues, RFTMs (I tried), workarounds? Thanks, ---George Jones redirect-test.org- * Session output with works first time, not

Re: [O] babel sh session eats '' after first src block

2014-04-26 Thread Achim Gratz
George Jones writes: This may be expected behavior, but it was unexpected to me: '' in sh :session output eaten after first src block. Clues, RFTMs (I tried), workarounds? The session buffer is not correctly parsed and the output for the variable initialization and the actual body commands

Re: [O] State of the art in citations

2014-04-26 Thread Clément B .
Hi all, - Should I use biblatex instead of bibtex? You should. It is very powerful and straightforward. The manual is great. As for citations, I find that the most flexible way is to define my own link types, that allows control on both org formatting and export Let's say for example that

Re: [O] State of the art in citations

2014-04-26 Thread Clément B .
Hi all, - Should I use biblatex instead of bibtex? You should. It is very powerful and straightforward. The manual is great. As for citations, I find that the most flexible way is to define my own link types, that allows control on both org formatting and export Let's say for example that

[O] Export HTML with Properties and Tags

2014-04-26 Thread Esben Stien
Is there any way to export everything when exporting to HTML? I have f.ex this heading: foo :BAR: :PROPERTIES: :hukarz: 1337 :quux: 1337 :END: Is there any command to specify that HTML export should export everything? -- Esben Stien is b0ef@e s a

[O] Organizing org-mode files: Tree view

2014-04-26 Thread Dotan Cohen
Hi all, I am a VIM user enchanted by the power of org-mode. Please excuse my apparent naivety! I am moving from Zim Wiki (excellent GUI program) to either Vimwiki (VIM plugin) or org-mode. I was surprised to see that org-mode has all the features of several apps that I use, including Task

Re: [O] Export HTML with Properties and Tags

2014-04-26 Thread Nick Dokos
Esben Stien b...@esben-stien.name writes: Is there any way to export everything when exporting to HTML? I have f.ex this heading: foo :BAR: :PROPERTIES: :hukarz: 1337 :quux: 1337 :END: Is there any command to specify that HTML export should export everything?

Re: [O] Organizing org-mode files: Tree view

2014-04-26 Thread David Masterson
Dotan Cohen dotanco...@gmail.com writes: Hi all, I am a VIM user enchanted by the power of org-mode. Please excuse my apparent naivety! I am moving from Zim Wiki (excellent GUI program) to either Vimwiki (VIM plugin) or org-mode. I was surprised to see that org-mode has all the features of

Re: [O] Organizing org-mode files: Tree view

2014-04-26 Thread Charles Berry
David Masterson dsmasterson at gmail.com writes: Dotan Cohen dotancohen at gmail.com writes: Hi all, I am a VIM user enchanted by the power of org-mode. Please excuse my apparent naivety! I am moving from Zim Wiki (excellent GUI program) to either Vimwiki (VIM plugin) or org-mode.

[O] Formatting Superscript and Italics Text in Org-mode

2014-04-26 Thread Rodolfo Aramayo
Writing Genetic phenotypes in Org-Mode I am running into the following problem: When I issue a set of commands that combine Italics and/or superscript I do not get expected behavior 1. /Asm-1/ ==EXPECTED 2. Asm-1^+ ==NOT EXPECTED 3. /Asm-1/^+ ==NOT EXPECTED 4. /Asm-1/^5 ==NOT EXPECTED 5.

Re: [O] Export HTML with Properties and Tags

2014-04-26 Thread Eric Abrahamsen
Nick Dokos ndo...@gmail.com writes: Esben Stien b...@esben-stien.name writes: Is there any way to export everything when exporting to HTML? I have f.ex this heading: foo :BAR: :PROPERTIES: :hukarz: 1337 :quux: 1337 :END: Is there any command to specify that HTML

Re: [O] Formatting Superscript and Italics Text in Org-mode

2014-04-26 Thread Nick Dokos
Rodolfo Aramayo raram...@gmail.com writes: Writing Genetic phenotypes in Org-Mode I am running into the following problem: When I issue a set of commands that combine Italics and/or superscript I do not get expected behavior 1. /Asm-1/ ==EXPECTED 2. Asm-1^+ ==NOT EXPECTED Try