Re: [O] A proposal (ox-html.el/ox-odt.el)

2013-03-12 Thread Jambunathan K
Carsten, Stefan and others Let me table a proposal. All parties - including me - unequivocally agree that interest of Emacs users should be kept in mind. I want to fork ox-html.el and ox-odt.el (as it stands today in Org repo) to GNU ELPA repo. I request that Emacs maintainers recognize the

[O] Basic beamer export

2013-03-12 Thread JBash
Hello, I am apparently missing something very basic in the setup for beamer export. I have used http://orgmode.org/worg/exporters/beamer/ox-beamer.html as a guide and have: ;; Export to Beamer Presentation (require 'ox-latex) (add-to-list 'org-latex-classes '(beamer

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-12 Thread Bastien
Rick Frankel r...@rickster.com writes: On Tue, Mar 12, 2013 at 12:06:55AM +0100, Bastien wrote: Hi Terry, tftor...@tftorrey.com (T.F. Torrey) writes: I'm not experienced with markdown, but this doesn't look right to me. AFAIK there is no syntax for underlining in Markdown, so

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-12 Thread Julien Cubizolles
Vincent Beffara vbeff...@ens-lyon.fr writes: ... sorry for replying to myself like this - here is a patch that seems to work: I'm still running into problems even with this patch, but I'm not very sure where they lie. Basically I get some messages about duplicate entries, no

Re: [O] Basic beamer export

2013-03-12 Thread Glyn Millington
JBash bashve...@gmail.com writes: Hello, I am apparently missing something very basic in the setup for beamer export. I have used http://orgmode.org/worg/exporters/beamer/ox-beamer.html as a guide and have: ;; Export to Beamer Presentation (require 'ox-latex) (add-to-list

Re: [O] Basic beamer export

2013-03-12 Thread Glyn Millington
Glyn Millington glyn.milling...@gmail.com writes: JBash bashve...@gmail.com writes: Hello, I am apparently missing something very basic in the setup for beamer export. I have used http://orgmode.org/worg/exporters/beamer/ox-beamer.html as a guide and have: ;; Export to Beamer Presentation

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-12 Thread Vincent Beffara
Hi, Yes, I had the very same problem, I had to restart org-caldav from scratch a few times (org-caldav-delete-everything, wait a bit for caches to empty, and then eventually it worked). In the meantime I also tweaked the way org-caldav manages UIDs to exploit the fact that multiply occurring

Re: [O] [RFC] Org syntax (draft)

2013-03-12 Thread orgmode
Hi Nicolas, great work! It's fantastic that orgmode now gets a specification. What may help is to document the syntax machine readable and somewhat more formal. This ensures that there are less differences in interpretation and that the specification can be used to generate an orgmode

Re: [O] Basic beamer export

2013-03-12 Thread JBash
Hi Glyn, That does not change my output at all. In some earlier googleing, I'd found some mention of setting org-e-latex-classes, but that seems to be now changed to org-latex-classes, I believe. Thanks for the suggestion. If you have any more thoughts, please let me know. Jerry On Tue, Mar

Re: [O] Basic beamer export

2013-03-12 Thread JBash
Glyn, To clarify, my output does not change by adding ox-beamer in .emacs, or by adding the beameroverlaydefaultspecification line in the file header. Jerry On Tue, Mar 12, 2013 at 6:21 AM, JBash bashve...@gmail.com wrote: Hi Glyn, That does not change my output at all. In some earlier

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

2013-03-12 Thread Bastien
Hi Thomas, the attached (dirty) patch fixes it. It's clearly not the right approach, though. I hope Nicolas can have a look soon, as the problem affect all uses of snippets in macros. Thanks for reporting this, Changes in master Modified lisp/ox-html.el diff --git a/lisp/ox-html.el

Re: [O] #+BEGIN_SRC problem when exporting

2013-03-12 Thread Luca Ferrari
Thanks, I've tried and it works now. Luca On Mon, Mar 11, 2013 at 5:53 PM, Eric Schulte schulte.e...@gmail.com wrote: Luca Ferrari fluca1...@infinito.it writes: Hi all, maybe I'm getting something wrong but when I add to a file the following block: #+BEGIN_SRC shell ![+-] program ![+-]

Re: [O] Editing folded headlines and ellipses

2013-03-12 Thread Bastien
Hi Darlan, Darlan Cavalcante Moreira darc...@gmail.com writes: That is another nice feature of org-mode I didn't know about. I just documented it in the manual, thanks! I set the variable to 'error now.. Any reason why nil is the default? IMO setting it to non-nil would be too intrusive

[O] Active timestamp drawer with inactive creation-date

2013-03-12 Thread Alexander Poslavsky
Hi! I actively use timestamps to plan my day. When I have a task, I add a time-stamp to it with C-. Then I plan the task, for example, for tomorrow. I end up with: ** important task 2013-03-13 Wed :PROPERTIES: :CREATED: 2013-03-12 Tue 13:52 :END: The property drawer has an active

Re: [O] [New Exporter] deriving from derived backends?

2013-03-12 Thread Bastien
Hi Rick, Rick Frankel r...@rickster.com writes: If i use e.g., s-X or s-x in the exporter menu, in exporter functions, :html-container == div (which is set in the html exporter), and :s5-xoxo-root is nil. Do you have `org-s5-xoxo-root-element' defined somewhere in your file? HTH, --

Re: [O] M-q fill-paragraph and timestamps

2013-03-12 Thread Bastien
Hi Russell, Russell Adams rlad...@adamsinfoserv.com writes: Minor question, I frequently use inactive timestamps in org, and noticed that M-q (fill-paragraph) will often combine my timestamp in with the text I'm writing. Is there a method to prevent that? Not unless you use a

Re: [O] Publish setup in file

2013-03-12 Thread Bastien
Hi Julian, Julian Gehring julian.gehr...@gmail.com writes: Is there a way to specify publishing options (e.g. the location) at the level of the file to be published, instead doing this globally in the =.emacs= file? The publication process thinks in terms of projects, not in terms of files,

Re: [O] Editing folded headlines and ellipses

2013-03-12 Thread Darlan Cavalcante Moreira
At Tue, 12 Mar 2013 13:45:27 +0100, Bastien wrote: Hi Darlan, Darlan Cavalcante Moreira darc...@gmail.com writes: That is another nice feature of org-mode I didn't know about. I just documented it in the manual, thanks! I set the variable to 'error now.. Any reason why nil is

Re: [O] Fixing footnote HTML

2013-03-12 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: For some reason, I am getting no blank lines between footnotes, and no blank lines between paragraphs in multi-paragraph footnotes. Any idea why? Tested in Firefox. This should now be fixed, thanks! -- Bastien

[O] Should org-catch-invisible-edits default to non-nil? (was: Editing folded headlines and ellipses)

2013-03-12 Thread Bastien
Hi Darlan, Mhh... yes, I see. I'm not against changing the default for `org-catch-invisible-edits' but I'd like to know what other contributors think. So here it is: what do you guys think the defauld should be? Thanks, -- Bastien

Re: [O] Should org-catch-invisible-edits default to non-nil? (was: Editing folded headlines and ellipses)

2013-03-12 Thread Carsten Dominik
On 12.3.2013, at 15:21, Bastien b...@altern.org wrote: Hi Darlan, Mhh... yes, I see. I'm not against changing the default for `org-catch-invisible-edits' but I'd like to know what other contributors think. So here it is: what do you guys think the defauld should be? I think the

Re: [O] Should org-catch-invisible-edits default to non-nil? (was: Editing folded headlines and ellipses)

2013-03-12 Thread Marcin Borkowski
Dnia 2013-03-12, o godz. 15:21:53 Bastien b...@altern.org napisał(a): Hi Darlan, Mhh... yes, I see. I'm not against changing the default for `org-catch-invisible-edits' but I'd like to know what other contributors think. So here it is: what do you guys think the defauld should be? I'm

Re: [O] Active timestamp drawer with inactive creation-date

2013-03-12 Thread Michael Strey
Hi Alex, On Tue, Mar 12, 2013 at 01:56:06PM +0100, Alexander Poslavsky wrote: I actively use timestamps to plan my day. When I have a task, I add a time-stamp to it with C-. Then I plan the task, for example, for tomorrow. I end up with: ** important task 2013-03-13 Wed :PROPERTIES:

Re: [O] Should org-catch-invisible-edits default to non-nil? (was: Editing folded headlines and ellipses)

2013-03-12 Thread Suvayu Ali
On Tue, Mar 12, 2013 at 03:21:53PM +0100, Bastien wrote: I'm not against changing the default for `org-catch-invisible-edits' but I'd like to know what other contributors think. So here it is: what do you guys think the defauld should be? Although I set it to 'show, I still think the

Re: [O] [bug] new beamer exporter always adds default width to graphics

2013-03-12 Thread Jay Kerns
Dear James, On Tue, Mar 12, 2013 at 9:25 AM, James Harkins jamshar...@gmail.com wrote: Hi, Apologies if this was previously reported. I read the digest, so I might not have seen the most recent e-mails. I took a quick glance at gmane's archive and didn't readily see anything. The width

Re: [O] Basic beamer export

2013-03-12 Thread Suvayu Ali
Hi Jerry, On Tue, Mar 12, 2013 at 02:57:14AM -0400, JBash wrote: Hello, I am apparently missing something very basic in the setup for beamer export. I have used http://orgmode.org/worg/exporters/beamer/ox-beamer.html as a guide and have: [...] in my .emacs file. As you can see from

Re: [O] [bug] new beamer exporter always adds default width to graphics

2013-03-12 Thread Suvayu Ali
On Tue, Mar 12, 2013 at 10:38:27AM -0400, Jay Kerns wrote: Dear James, On Tue, Mar 12, 2013 at 9:25 AM, James Harkins jamshar...@gmail.com wrote: [...] The org file contains: #+BEGIN_CENTER #+ATTR_LaTeX: :options width=6cm [[./img/new-version.png]] #+END_CENTER In the .tex

[O] Repeated tasks, but only for a limited period (of time)

2013-03-12 Thread Rick Hanson
Hi everyone, I've already RTFMed for this, but I still don't see how to do the following. Fact: I can add a repeater to a time stamp (like +1d) in org-mode so that a task shows up in my agenda as an every day item. Question: Can I restrict this repetition to, say, 1 week? For instance, I have

Re: [O] Create course material with org-mode

2013-03-12 Thread Torsten Wagner
Hi Andreas, thanks for the reply. I'm a long time user of babel already. Thus, I am pretty sure it will be part of the solution :) Thanks again for confirmation Torsten On 11 March 2013 12:07, Andreas Röhler andreas.roeh...@easy-emacs.dewrote: Am 11.03.2013 11:52, schrieb Torsten Wagner:

Re: [O] Create course material with org-mode

2013-03-12 Thread Torsten Wagner
Hi, yeah, org-mode is extremely flexible. I guess by time one can map all kind of different aspects of teaching to org-mode. I'm a bit concerned about the long-time support. Org-mode is a very active project. I guess I can't assume that I can generate my 5 year old export files without

Re: [O] Create course material with org-mode

2013-03-12 Thread Torsten Wagner
Hi Terry, I second the request. A example file would be great. Esp. how you configured the exporters to export partially and across several files. Did you integrate babel code as well? Would really be glad to hear more. Thanks Torsten On 11 March 2013 21:30, T.F. Torrey tftor...@tftorrey.com

Re: [O] inline Babel calls in math environments and table cells

2013-03-12 Thread Jay Kerns
Hello, I went back and spent some time to rethink how I was approaching my problem. Instead of inline src blocks like this: \( SRC_R{blah} \) or this | SRC_R{blah} | or even this \begin{equation} SRC_R{blah} \end{equation} I could get by doing noweb substitution like this: #+NAME: foo

Re: [O] Create course material with org-mode

2013-03-12 Thread Torsten Wagner
Hi Brian, Hi Torsten, I thought I'd muddy your waters by throwing a contrary voice into the mix :-) N do not destroy my view of a perfect world ;) I've been refining the way I manage my college and uni teaching with org for 5+ years, now. I am making extensive use of the

[O] FIX missing case-folding in test-ob-emacs-lisp.el

2013-03-12 Thread Andreas Röhler
Running tests from org-mode/testing/README failed due to missing case-folding Downcased result was searched while upcased was inserted Patch attached Error was: Debugger entered--Lisp error: (ert-test-failed ((should (string= #1=: 2 (buffer-substring-no-properties (point-at-bol)

Re: [O] FIX missing case-folding in test-ob-emacs-lisp.el

2013-03-12 Thread Bastien
Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: Running tests from org-mode/testing/README failed due to missing case-folding Downcased result was searched while upcased was inserted It's weird, the test does not fail for me. Can you let me know how to reproduce it?

[O] Meaning of install

2013-03-12 Thread Thomas S. Dye
Aloha all, Section 1.2 of the Org manual in git is called `Installation', and it includes instructions on three ways `to install Org on top' of the Org that ships with Emacs. Near the bottom of that page, after giving instructions on how to install Org from the git repository, it says that You

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-03-12 Thread Martin
Bastien bzg at altern.org writes: Hi Martin, Martin elwood151 at web.de writes: I'll try to install it, test it and then get back to you with a feedback how it works as soon as I can. Hi Bastien, I now finally installed org-mode 7.9.4 and I tried to use the new sorting features,

Re: [O] FIX missing case-folding in test-ob-emacs-lisp.el

2013-03-12 Thread Andreas Röhler
Am 12.03.2013 16:59, schrieb Bastien: Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: Running tests from org-mode/testing/README failed due to missing case-folding Downcased result was searched while upcased was inserted It's weird, the test does not fail for me. Can

Re: [O] Create course material with org-mode

2013-03-12 Thread Marcin Borkowski
Dnia 2013-03-11, o godz. 23:02:46 Marcin Borkowski mb...@wmi.amu.edu.pl napisał(a): Also, here is something which some of you might find interesting: http://acrotex.net/ (tl;dr: it is a LaTeX-based, partly free, partly commercial suite for producing educational materials, among others

Re: [O] Repeated tasks, but only for a limited period (of time)

2013-03-12 Thread Brian van den Broek
On 12 March 2013 11:06, Rick Hanson cryptor...@gmail.com wrote: Hi everyone, I've already RTFMed for this, but I still don't see how to do the following. Fact: I can add a repeater to a time stamp (like +1d) in org-mode so that a task shows up in my agenda as an every day item. Question:

Re: [O] Repeated tasks, but only for a limited period (of time)

2013-03-12 Thread Darlan Cavalcante Moreira
Instead of using a repeater you can clone the task. Just create the task the way you like it (with a schedule and a deadline) for the first day and then call 'M-x org-clone-subtree-with-time-shift'. Org-mode will ask you the number of clones it should create and the time shift. Just specify the

Re: [O] A proposal (ox-html.el/ox-odt.el)

2013-03-12 Thread W. Greenhouse
Jambunathan, Jambunathan K kjambunat...@gmail.com writes: People are disregarding my moral rights over my work and pushing me in a corner to act a certain way to serve their own interests. This I feel is plain wrong and an act of snatching or appropriation. Jambunathan K. Moral right and

Re: [O] FIX missing case-folding in test-ob-emacs-lisp.el

2013-03-12 Thread Andreas Röhler
Am 12.03.2013 16:59, schrieb Bastien: Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: Running tests from org-mode/testing/README failed due to missing case-folding Downcased result was searched while upcased was inserted It's weird, the test does not fail for me. Can

[O] Word nil appears after figures in HTML export

2013-03-12 Thread Richard Stanton
Starting some time in the last few days, when I export an org file to HTML I find the word nil appearing right after the figure. Here's an example of the HTML code generated: div class=figure pimg src=images/RS_head_cropped.png alt=RS_head_cropped.png//pnil /div Just to be clear, there's no word

[O] org-attach-expand-link in latex exports (Emacs-24.3)

2013-03-12 Thread Dieter Wilhelm, H.
Hello dear list, I added to org-link-abbrev-alist the list (att . org-attach-expand-link) and it works nicely when I'm opening links (C-c C-o) to images in the attachment directory. But when I try to export the document org-attach-expand-link is not to working. I'm using the org-mode code

Re: [O] Meaning of install

2013-03-12 Thread Yagnesh Raghava Yakkala
Hello Thomas, On Mar 13 2013, t...@tsdye.com (Thomas S. Dye) wrote: $ cd ~/src/ $ git clone git://orgmode.org/org-mode.git $ make autoloads If user decides to stop at this point he needs to add set paths in `.emacs'. I now find that I can also install with `make install.'

Re: [O] Meaning of install

2013-03-12 Thread Achim Gratz
Thomas S. Dye writes: Section 1.2 of the Org manual in git is called `Installation', and it includes instructions on three ways `to install Org on top' of the Org that ships with Emacs. Near the bottom of that page, after giving instructions on how to install Org from the git repository, it

Re: [O] [New Exporter] deriving from derived backends?

2013-03-12 Thread Rick Frankel
Yes. On Mar 12, 2013, at 9:15 AM, Bastien b...@altern.org wrote: Hi Rick, Rick Frankel r...@rickster.com writes: If i use e.g., s-X or s-x in the exporter menu, in exporter functions, :html-container == div (which is set in the html exporter), and :s5-xoxo-root is nil. Do you have

Re: [O] Meaning of install

2013-03-12 Thread Thomas S. Dye
Aloha Achim and Yagnesh Raghava Yakkala, Achim Gratz strom...@nexgo.de writes: It seems clear to me that `install' is being used in two different senses here. I'd like to disambiguate--can someone suggest a concise way to do this? Using Org from Git can be done in two fundamentally

Re: [O] org-caldav can't find org-prepare-agenda-buffers

2013-03-12 Thread David Engster
Vincent Beffara writes: In the meantime I also tweaked the way org-caldav manages UIDs to exploit the fact that multiply occurring events are now exported multiple times in ox-icalendar, everything works out well if only org-ical is used. One thing remaining, on ical-org sync, there is an

Re: [O] Create course material with org-mode

2013-03-12 Thread Jay Kerns
Hello, On Tue, Mar 12, 2013 at 12:47 PM, Marcin Borkowski mb...@wmi.amu.edu.pl wrote: Dnia 2013-03-11, o godz. 23:02:46 Marcin Borkowski mb...@wmi.amu.edu.pl napisał(a): [snip] Many comments. - You can set up a single org file with tagged headings, like this: * These are my slides

Re: [O] [bug] new beamer exporter always adds default width to graphics

2013-03-12 Thread Aaron Ecay
Hi Suvayu, 2013ko martxoak 12an, Suvayu Ali-k idatzi zuen: I believe Nicolas mentioned sometime back the :width option is available only for floats whereas :options is the only way for included graphics files (because of how LaTeX works). This addition is a bit inconsistent with that line of

Re: [O] Repeated tasks, but only for a limited period (of time)

2013-03-12 Thread Rick Hanson
Based your advices, I used org-clone-subtree-with-time-shift for my application today -- worked like a charm. Thanks to the both of you! Best, --Rick On Tue, Mar 12, 2013 at 12:58 PM, Brian van den Broek brian.van.den.br...@gmail.com wrote: Hi Rick, I know of no way to do exactly what you

Re: [O] Meaning of install

2013-03-12 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: Aloha Achim and Yagnesh Raghava Yakkala, Achim Gratz strom...@nexgo.de writes: It seems clear to me that `install' is being used in two different senses here. I'd like to disambiguate--can someone suggest a concise way to do this? Using Org

[O] org-babel: remote execution ?

2013-03-12 Thread Xavier Maillard
Hi there, I am trying to get back to orgmode after years ;) I developed my own spartian note-jotting mode for emacs but I do not track my TODOs with that and thus, I am totally dis-org-anized :D I am also an eev-mode fan to do all sort of stuff. Today, I tried to use org-babel for the first

Re: [O] [bug] new beamer exporter always adds default width to graphics

2013-03-12 Thread Suvayu Ali
Hi Aaron, On Tue, Mar 12, 2013 at 02:40:55PM -0400, Aaron Ecay wrote: Hi Suvayu, 2013ko martxoak 12an, Suvayu Ali-k idatzi zuen: I believe Nicolas mentioned sometime back the :width option is available only for floats whereas :options is the only way for included graphics files (because

Re: [O] Meaning of install

2013-03-12 Thread Achim Gratz
Thomas S. Dye writes: Yes, I think this structure needs to be reflected more clearly in the manual. I'll propose some new language when I get back to this. Please go back in time and look at the earlier version(s). I think there may be some middle ground between what we have now and what we

Re: [O] org-babel: remote execution ?

2013-03-12 Thread Eric Schulte
Xavier Maillard xav...@maillard.im writes: Hi there, I am trying to get back to orgmode after years ;) Welcome back! I developed my own spartian note-jotting mode for emacs but I do not track my TODOs with that and thus, I am totally dis-org-anized :D I am also an eev-mode fan to do all

Re: [O] org-babel: remote execution ?

2013-03-12 Thread Xavier Maillard
Eric Schulte schulte.e...@gmail.com writes: Xavier Maillard xav...@maillard.im writes: [ SNIP ] Today, I tried to use org-babel for the first time with thing like that: #+begin_src sh echo $ORACLE_SID #+end_src My goal is to execute this block on a remote machine. I RTFM'ed but I could

Re: [O] org-babel: remote execution ?

2013-03-12 Thread Eric Schulte
Xavier Maillard xav...@maillard.im writes: Eric Schulte schulte.e...@gmail.com writes: Xavier Maillard xav...@maillard.im writes: [ SNIP ] Today, I tried to use org-babel for the first time with thing like that: #+begin_src sh echo $ORACLE_SID #+end_src My goal is to execute this

[O] Regression in `fill-paragraph' behavior

2013-03-12 Thread Daniel Hackney
A while ago, I reported a bug in `fill-paragraph' when in org-mode which caused filling to behave incorrectly in the presence of leading characters. This comes up when filling paragraphs of email replies, such as #+BEGIN_EXAMPLE Here is some text to be filled to a single line #+END_EXAMPLE In

[O] [new-exporter] Beamer color theme

2013-03-12 Thread Vikas Rawal
How do I change beamer color theme in the new exporter. Vikas

Re: [O] [new-exporter] Beamer color theme

2013-03-12 Thread Suvayu Ali
On Wed, Mar 13, 2013 at 07:11:09AM +0530, Vikas Rawal wrote: How do I change beamer color theme in the new exporter. I updated the tutorial. http://orgmode.org/worg/exporters/beamer/ox-beamer.html#config The new exporter is ... well new, when in doubt looking at the source is quite effective.

Re: [O] inline Babel calls in math environments and table cells

2013-03-12 Thread Charles Berry
Jay Kerns gjkernsysu at gmail.com writes: Hello, I went back and spent some time to rethink how I was approaching my problem. Instead of inline src blocks like this: \( SRC_R{blah} \) or this | SRC_R{blah} | [deleted noweb stuff] This method works. I think it would be cool if

Re: [O] [bug] new beamer exporter always adds default width to graphics

2013-03-12 Thread Aaron Ecay
Hi Suvayu, 2013ko martxoak 12an, Suvayu Ali fatkasuvayu+-ek idatzi zuen: That is understandable, but if the aim is to support other kinds of graphics that support :width, I expect the change to not interfere with graphics that do not support it. I think there are two cases here: 1. the

Re: [O] inline Babel calls in math environments and table cells

2013-03-12 Thread Jay Kerns
Dear Chuck, On Tue, Mar 12, 2013 at 10:31 PM, Charles Berry ccbe...@ucsd.edu wrote: [snip extended brew example] Whoa. That opens up a lot of possibilities I really hadn't thought about before. *Thank you*. -- Jay

Re: [O] [PATCH] * lisp/ob-core.el (org-babel-execute-src-block): insert hash for silent results

2013-03-12 Thread Aaron Ecay
Hi Eric, 2013ko martxoak 9an, Eric Schulte-ek idatzi zuen: Could something like the following work? Removing :results none and adding something small as the returned result which may easily be parsed and placed in the buffer w/o problem. #+begin_src R :cache yes # code to

Re: [O] Meaning of install

2013-03-12 Thread Thomas S. Dye
Hi Nick, Achim, and Yagnesh Raghava Yakkala, How is this? 1.2.3 Use the Org git repository You can clone the development version from the Org git repository, typically to a location under your home directory. The following example assumes this location is

Re: [O] [PATCH] * lisp/ob-core.el (org-babel-execute-src-block): insert hash for silent results

2013-03-12 Thread Aaron Ecay
Hi Achim, 2013ko martxoak 10an, Achim Gratz-ek idatzi zuen: But back to my earlier remark about the hash value actually being a signature of the source block and not the result. If I use noweb references, the reference text is cached, not its expansion. See the example below where after the

Re: [O] Basic beamer export

2013-03-12 Thread JBash
dotemacs-stripped-jerry Description: Binary data beamer_attempt1-20130312.tex Description: TeX document

[O] Beginner footnotes question

2013-03-12 Thread Lawrence Bottorff
I just started learning org-mode today and I'm having trouble understanding footnotes. I'm seeing that there are different ways to embed a footnote marker in your ongoing work, but where do the actual full, expanded footnotes go? In a single .org file, I'm presuming footnotes go at the bottom of