Re: [O] [beamer] Can I just export one frame?

2011-11-21 Thread suvayu ali
On Mon, Nov 21, 2011 at 06:40, zwz zhangwe...@gmail.com wrote: SO I just want to know if there is some convenient way to export just one frame without tagging all the other frames as :noexport. Subtree export? -- Suvayu Open source is the future. It sets us free.

Re: [O] [babel] :var assignment no longer tolerant of whitespace

2011-11-21 Thread Martyn Jago
Eric Schulte schulte.e...@gmail.com writes: Hi Eric Hi Martyn, Tom mentioned this regression earlier and I treated it as a new restriction on variable specifications, but if multiple people are running into this issue I suppose spaces around equals should be supported. I have just pushed

[O] odt export to google-docs problem continues

2011-11-21 Thread Rustom Mody
On Fri, Nov 18, 2011 at 11:21 AM, Jambunathan K kjambunat...@gmail.comwrote: Suvayu/Rustom suvayu ali fatkasuvayu+li...@gmail.com writes: Hi Jambunathan, On Thu, Nov 17, 2011 at 11:06, Jambunathan K kjambunat...@gmail.com wrote: Can anyone else reproduce this? I can replicate

[O] TABLES: split cells on columns

2011-11-21 Thread Daniel Martins
The feature of remove/add cell is quite important. Should be a feature request. Another important feature request is to split cells. Example (copying and paste the example above) Example: I have the following table: |1 |1 | |2 | two words| |3 |4 | |

Re: [O] [PATCH] Implement priority inheritance for agenda views.

2011-11-21 Thread Martin Pohlack
Hi All, On 26.05.2011 14:21, Michael Hohmuth wrote: * lisp/org.el (org-use-prio-inheritance): New customizable for using priority inheritance in agenda views. Defaults to off (org-get-priority-char): Factored out from org-get-priority. Return priority token from headline, defaulting to an

Re: [O] TABLES: split cells on columns

2011-11-21 Thread Michael Brand
Hi Daniel Yes, there is: 1) M-down to add the new line 2) mark the region from t down to any char from the field below 3) M-Ret The opposite direction is: - C-u M-Ret to join the content of a field to the one above See also C-h f org-table-wrap-region for more tricks. Michael On Mon, Nov 21,

Re: [O] [beamer] Can I just export one frame?

2011-11-21 Thread Herbert Sitz
zwz zhangweize at gmail.com writes: It takes long to export the whole file when it contains many babel stuff. And in many cases, I just want to check if the current frame is arranged as expected. SO I just want to know if there is some convenient way to export just one frame without tagging

[O] beamer right aligned table

2011-11-21 Thread Haluk Dogan
Hi, I have the following table. | |r | | 1. | gaaccgacct | | 2. | aaccgacct | | 3. | accgacct | | 4. |ccgacct | | 5. | cgacct | | 6. | gacct | | 7. | acct | | 8. |cct | | 9. | ct | | 10. | t | Even though table column are right

Re: [O] beamer right aligned table

2011-11-21 Thread suvayu ali
On Mon, Nov 21, 2011 at 17:24, Haluk Dogan hlk.do...@gmail.com wrote: Even though table column are right aligned, in my pdf result they are still left aligned. What am I supposed to do? #+ATTR_LATEX: align=lr to left align the first column and right align the second column. HTH -- Suvayu

[O] [org-babel] switching off (re-)evaluation of code blocks during Org export

2011-11-21 Thread Torsten Anders
Dear Org-Babel developers, When I am exporting an *.org buffer to, say, HTML or PDF (via Latex) the code blocks of at least some languages are executed during the export process. (Has this always been like that, I noticed this for the first time?) I would like to switch that off completely.

Re: [O] [org-babel] switching off (re-)evaluation of code blocks during Org export

2011-11-21 Thread Sebastien Vauban
Hi Torsten, Torsten Anders wrote: Dear Org-Babel developers, When I am exporting an *.org buffer to, say, HTML or PDF (via Latex) the code blocks of at least some languages are executed during the export process. (Has this always been like that, I noticed this for the first time?) I would

Re: [O] [org-babel] switching off (re-)evaluation of code blocks during Org export

2011-11-21 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Torsten, Torsten Anders wrote: Dear Org-Babel developers, When I am exporting an *.org buffer to, say, HTML or PDF (via Latex) the code blocks of at least some languages are executed during the export process. (Has this always been

[O] beamer email address isn't showed up

2011-11-21 Thread Haluk Dogan
Hi, how can I display my email address in the first page of my presentation? Thanks. p.s. #+EMAIL property has been already set. -- HD

Re: [O] [org-babel] [PATCH] Improve ditta.jar finding heuristics

2011-11-21 Thread Eric Schulte
Org-mode has *many* customization variables, and for most problems a variable will exist to solve the problem, I understand where you're coming from. True, it is not possible to handle all obscure and arcane cases, that's what all these variables are for, but I don't think that a situation

Re: [O] beamer email address isn't showed up

2011-11-21 Thread Nick Dokos
Haluk Dogan hlk.do...@gmail.com wrote: Hi, how can I display my email address in the first page of my presentation? Thanks. p.s. #+EMAIL property has been already set. Have you read the manual? Hint: sec. 12.2, Export Options. Alternatively, press C-x C-e after the closing paren:

[O] HTML export and Zotero-friendly headers

2011-11-21 Thread Erik L. Arneson
Howdy, I've just stumbled across Zotero and have been reading about how folks are working to integrate it with org-mode, but from what I've read so far, all of the work has been on the citation end. Has anybody pursued creating Zotero-friendly headers/metadata in HTML exports? I use org-mode to

Re: [O] [BUG] Inconsistency in src block hiding

2011-11-21 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: name is and should be an element of the `org-babel-data-names' list as it is the preferred way to name data in an Org-mode file, e.g., #+name: foo - 1 - 2 - 3 I agree. The only reason that tblname

[O] [ANN] Org Elements in contrib

2011-11-21 Thread Nicolas Goaziou
Hello, I've added org-element.el in contrib directory. It is a complete parser and interpreter for Org syntax. While it was written to be extensible, it is also an attempt to normalize current syntax and provide guidance for its evolution. Org syntax can be divided into three categories:

Re: [O] HTML export and Zotero-friendly headers

2011-11-21 Thread Christian Moe
Hi, Does Erik Hetzner's zotero-plain work for you? If so, I'd try this experiment: set zotero-default-bibliography-style to COinS. Then insert a citation in Org using zotero-plain. In the link description, instead of a nicely formatted bibliographic reference, I imagine you should get the

Re: [O] HTML export and Zotero-friendly headers

2011-11-21 Thread Erik L. Arneson
On Mon, 21 Nov 2011, Christian Moe wrote: Hi, Does Erik Hetzner's zotero-plain work for you? I thought zotero-plain was used to add citations. What I'm trying to do is use org-mode to export HTML files with Zotero-friendly headers that the Zotero plugin will pick-up on in the browser. I can

[O] [PATCH] Timestamps: Fix org-schedule and org-deadline with absolute time arguments

2011-11-21 Thread Peter Münster
* lisp/org.el (org-add-planning-info): Treat absolute time too. TINYCHANGE --- lisp/org.el |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index fffb0c1..3342b87 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12078,9 +12078,8 @@ be

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Nick Dokos
Markus Heller helle...@gmail.com wrote: Hello all, I have an OT request that can hopefully be answered by emacs gurus in less than a minute: I'm looking for an emacs search expression that finds :PROPERTIES: *without* a matching :END: ... If you mean a regexp, you are wasting your

Re: [O] [ANN] Org Elements in contrib

2011-11-21 Thread Martyn Jago
Nicolas Goaziou n.goaz...@gmail.com writes: Hi Nicolas Hello, I've added org-element.el in contrib directory. It is a complete parser and interpreter for Org syntax. While it was written to be extensible, it is also an attempt to normalize current syntax and provide guidance for its

[O] [PATCH] Avoid lisp error with (org-deadline nil +1d)

2011-11-21 Thread Peter Münster
* lisp/org.el (parse-time-weekdays): Must not be void. TINYCHANGE --- lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 253703b..41d418a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15229,7 +15229,7 @@ user. (setq

Re: [O] Bugs in lisp/ob-lilypond.el

2011-11-21 Thread Martyn Jago
Martyn Jago martyn.j...@btinternet.com writes: Hi Torsten Hi Torston Torsten Anders torsten.and...@beds.ac.uk writes: Also, the setting results: silent seems to be ignored. Best wishes, Torsten On 19 Nov 2011, at 15:22, Torsten Anders wrote: Dear Martyn Jago, dear all, I just

[O] Subscription to the mailing list

2011-11-21 Thread Stelian Iancu
Hi, Is the subscription to the mailing list working at the moment? Because I tried today to subscribe and I didn't get the confirmation mail. I tried a couple of hours ago and still nothing. Thanks, S.

[O] Add publishing with utf8

2011-11-21 Thread sindikat
I use standard org-mode methods to publish my projects to html. However by default they are published with tag meta http-equiv=Content-Type content=text/html;charset=iso-8859-1/, however i need charset to be changed to utf8, as i am using Russian in my blog too. Please make it possible

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Markus Heller
Nick Dokos nicholas.do...@hp.com writes: Markus Heller helle...@gmail.com wrote: Hello all, I have an OT request that can hopefully be answered by emacs gurus in less than a minute: I'm looking for an emacs search expression that finds :PROPERTIES: *without* a matching :END: ... If

Re: [O] Subscription to the mailing list

2011-11-21 Thread Chris Malone
Well, that message got through to the list :). Chris On Nov 21, 2011, at 8:45 AM, Stelian Iancu wrote: Hi, Is the subscription to the mailing list working at the moment? Because I tried today to subscribe and I didn't get the confirmation mail. I tried a couple of hours ago and still

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Andrew Stribblehill
My guess is that it's the 18720th byte of the file. To get there, go to the start of your buffer and type M-x goto-char 18720 On Mon, Nov 21, 2011 at 11:27 PM, Markus Heller helle...@gmail.com wrote: Nick Dokos nicholas.do...@hp.com writes: Markus Heller helle...@gmail.com wrote: Hello all,

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Nick Dokos
Markus Heller helle...@gmail.com wrote: AS for an example, I'm in one of my org files and I do C-TAB and get the following error: OVERVIEW CONTENTS...done SHOW ALL if: :END: line missing at position 18720 Quit Mark set Where is position 18720? I apologize if this is a stupid

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Nick Dokos
Markus Heller helle...@gmail.com wrote: Unfortunately, I cannot install cygwin on my work computer. I'll have to figure something else out ... Just copy the file to a Linux/Unix/OSX/... machine and do the searches there. USB sticks were invented for exactly that purpose :-) AS for an

Re: [O] [org-babel] switching off (re-)evaluation of code blocks during Org export

2011-11-21 Thread Torsten Anders
Dear Sebastien and Eric, Thanks a lot for your kind replies. However, this is not yet quite what I am after. I want to be able to manually execute each code block, but not automatically whenever the whole document is rendered. So, I would always switch on/off eval never. Hm... I will try

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Markus Heller
Nick Dokos nicholas.do...@hp.com writes: Markus Heller helle...@gmail.com wrote: AS for an example, I'm in one of my org files and I do C-TAB and get the following error: OVERVIEW CONTENTS...done SHOW ALL if: :END: line missing at position 18720 Quit Mark set Where is position

Re: [O] [org-babel] switching off (re-)evaluation of code blocks during Org export

2011-11-21 Thread Eric Schulte
Hi Torsten, Torsten Anders torsten.and...@beds.ac.uk writes: Dear Sebastien and Eric, Thanks a lot for your kind replies. However, this is not yet quite what I am after. I want to be able to manually execute each code block, but not automatically whenever the whole document is rendered.

Re: [O] HTML export and Zotero-friendly headers

2011-11-21 Thread Erik Hetzner
At Mon, 21 Nov 2011 13:14:02 -0800, Erik L. Arneson wrote: On Mon, 21 Nov 2011, Christian Moe wrote: Hi, Does Erik Hetzner's zotero-plain work for you? I thought zotero-plain was used to add citations. What I'm trying to do is use org-mode to export HTML files with Zotero-friendly

Re: [O] [beamer] Can I just export one frame?

2011-11-21 Thread zwz
Herbert Sitz hes...@gmail.com writes: zwz zhangweize at gmail.com writes: It takes long to export the whole file when it contains many babel stuff. And in many cases, I just want to check if the current frame is arranged as expected. SO I just want to know if there is some convenient way

Re: [O] [ANN] Org Elements in contrib

2011-11-21 Thread Eric Abrahamsen
On Tue, Nov 22 2011, Nicolas Goaziou wrote: Hello, I've added org-element.el in contrib directory. It is a complete parser and interpreter for Org syntax. This looks great! Is the eventual idea to use this library for other basic org functionality? It seems ideal for replacing the guts of

Re: [O] [test] Mark tests with missing dependencies as expected to fail

2011-11-21 Thread David Maus
At Sun, 13 Nov 2011 12:31:20 -0700, Eric Schulte wrote: [1 text/plain (7bit)] David Maus dm...@ictsoc.de writes: Hi Eric, At Tue, 18 Oct 2011 10:22:34 -0600, Eric Schulte wrote: Hi David, I agree it would be preferable to note that not all tests are run when dependencies are

Re: [O] Bug: Cloning tasks deletes clock time in the original [7.7 (release_7.7-571-gf558105)]

2011-11-21 Thread David Maus
At Sat, 19 Nov 2011 21:37:08 -0500, Bernt Hansen wrote: Consider the following org file: --8---cut here---start-8--- * Orig Task 1 SCHEDULED: 2011-11-19 Sat +1w :LOGBOOK: - Note taken on [2011-11-19 Sat 21:24] \\ foo CLOCK: [2011-11-18 Fri