Re: [O] ~"~ doesn't register as verbatim

2014-02-24 Thread Alan Schmitt
Hello, Oleh writes: > Found the work-around: > > @@html:"@@ > > will do what I want. > > regards, > Oleh > > On Sat, Feb 22, 2014 at 5:06 PM, Oleh wrote: >> Hi all, >> >> I'm using verbatim markers to export them as in HTML. >> But ~"~ isn't recognized as verbatim. I've tried fiddling with >>

[O] BUG: beamer export and overlay specifications for nested list

2014-02-24 Thread Andreas Leha
Hi all, there seems to be a bug that becomes apparent when overlay specifications are given to items in sublists. Here is an example: --8<---cut here---start->8--- #+TITLE: Example Presentation #+AUTHOR: Carsten Dominik #+OPTIONS: H:2 #+LATEX_CLASS: beamer #+L

Re: [O] Any linguists (or other gb4e/linguex users) on this list?

2014-02-24 Thread Richard Lawrence
Aaron Ecay writes: > This looks very interesting. I have created some code that uses tables > for glossed examples. So it turns this: > > #+name: ex:ilurdotz > #+header: :gloss yes > #+header: :trans You carried me in the car. > #+header: :cite /MVAV/ Southern High Navarre, p.\space{}160 > | zu

Re: [O] Using MobileOrg w/ Dropbox from multiple systems

2014-02-24 Thread Paul Rudin
Brian Whitehead writes: > I understand how it works. Are you recommending to simply set the org default > directory to the Dropbox filter or even just use a symlink? I'm testing this > now. If your use case is simply to sync across two computers then you don't need mobileorg at all. Just put y

Re: [O] Help with tangling a table into a source-code representation of the data contained within

2014-02-24 Thread Thomas S. Dye
Aloha Grant, Grant Rettke writes: > Hi, > > My goal is to define a table in org-mode, display it nicely to humans > using export, and tangle that same data table into > an elisp data structure for use elsewhere within the program. It might > look something like this: > >

Re: [O] Help with tangling a table into a source-code representation of the data contained within

2014-02-24 Thread Samuel Wales
radio tables might be another way. samuel On 2/24/14, Grant Rettke wrote: > Hi, > > My goal is to define a table in org-mode, display it nicely to humans > using export, and tangle that same data table into > an elisp data structure for use elsewhere within the program. It might > look something

[O] Help with tangling a table into a source-code representation of the data contained within

2014-02-24 Thread Grant Rettke
Hi, My goal is to define a table in org-mode, display it nicely to humans using export, and tangle that same data table into an elisp data structure for use elsewhere within the program. It might look something like this: ;;; * Modes This is a place for humans to kee

Re: [O] Any linguists (or other gb4e/linguex users) on this list?

2014-02-24 Thread Aaron Ecay
Hi Richard, This looks very interesting. I have created some code that uses tables for glossed examples. So it turns this: #+name: ex:ilurdotz #+header: :gloss yes #+header: :trans You carried me in the car. #+header: :cite /MVAV/ Southern High Navarre, p.\space{}160 | zuek| ekarri | n-ai-z

[O] Fwd: ox-latex and synctex

2014-02-24 Thread Aaron Ecay
I meant to send this reply to the list as well: Hi Ken, I originally wrote the ox-synctex code. I find that the code in your example works for me only after re-evaluating the two functions that ox-synctex advises (org-export-as and org-latex-compile). This must be some oddity of how advice inte

Re: [O] Using MobileOrg w/ Dropbox from multiple systems

2014-02-24 Thread Brian Whitehead
I understand how it works. Are you recommending to simply set the org default directory to the Dropbox filter or even just use a symlink? I'm testing this now. The org-mobile-push will move them there, but it seems that org-mobile-pull only grabs the from-mobile.org. Sent from my iPhone >

[O] ox-latex and synctex

2014-02-24 Thread Ken Mankoff
I'm writing about a recent thread combining syntex with ox-latex. Four posts on this are here: https://lists.gnu.org/archive/html/emacs-orgmode/2013-10/msg00905.html including an ox-synctex.el that implements PDF -> Org syncing. I have bi-directional synctex working with LaTeX source, and wo

Re: [O] Using MobileOrg w/ Dropbox from multiple systems

2014-02-24 Thread Samuel W. Flint
On Mon, February 24, 2014 4:18 pm, Brian Whitehead wrote: > I'm finally spending some time trying to implement using org-mode and > mobileorg. I need to use it from multiple systems. Does anyone have some > recommendations on doing this? The issues I can see are having to sync > the > files betw

[O] export ICal without evaluate code block

2014-02-24 Thread OSiUX
Hi! Calendar can be exported without evaluating babel code blocks? I try setting in .emacs: (setq org-confirm-babel-evaluate nil) (setq org-export-babel-evaluate nil) but always evaluate when exports iCalendar :-( thanks! Org-mode version 8.2.5h (release_8.2.5h-631-g076b8e @ /home/osiris

[O] Using MobileOrg w/ Dropbox from multiple systems

2014-02-24 Thread Brian Whitehead
I'm finally spending some time trying to implement using org-mode and mobileorg. I need to use it from multiple systems. Does anyone have some recommendations on doing this? The issues I can see are having to sync the files between the ~/Dropbox/Apps/MobileOrg/ directory ​and ~/org/ directories

Re: [O] org-export-latex-hyperref-options-format

2014-02-24 Thread Joe Hirn
Against the latest master: **BEGIN PATCH* >From 996e75b3538e60049645a5025a390be603425b8b Mon Sep 17 00:00:00 2001 From: Joe Hirn Date: Mon, 24 Feb 2014 15:23:09 -0600 Subject: [PATCH] Allow customization of hyperrefsetup via `org-latex-hyperref-template' * ox-latex.el (o

Re: [O] feature request: export page of pdf in latex

2014-02-24 Thread Andreas Leha
Hi John, John Kitchin writes: > you can do this with a filter, and conditional handling. I did > something like this at > http://kitchingroup.cheme.cmu.edu/blog/2013/09/28/Changing-links-to-files-so-they-work-in-a-blog/ > where file links were handled differently depending on whether the file l

Re: [O] make test fails in maint

2014-02-24 Thread Achim Gratz
Nick Dokos writes: > I just did a pull of maint and I get: > > ... > Loading /home/nick/src/emacs/org/org-mode/testing/lisp/test-ob.el (source)... > Eager macro-expansion failure: (void-variable test-line) > Symbol's value as variable is void: test-line > make: *** [test] Error 255 I've fixed that

Re: [O] custom link export and ox-md

2014-02-24 Thread Nick Dokos
Nicolas, can you take a look at this patch? If it looks OK, I can push it to maint. --8<---cut here---start->8--- commit f820173bf514549134e8ba10a1e539cb89f6 Author: Nick Dokos Date: Mon Feb 24 14:31:33 2014 -0500 Add handling of user-defined custom

[O] make test fails in maint

2014-02-24 Thread Nick Dokos
I just did a pull of maint and I get: ... Loading /home/nick/src/emacs/org/org-mode/testing/lisp/test-ob.el (source)... Eager macro-expansion failure: (void-variable test-line) Symbol's value as variable is void: test-line make: *** [test] Error 255 Nick

Re: [O] Drag and drop, pasting images and files

2014-02-24 Thread Oleh
> I actually posted it here: > > https://github.com/railwaycat/emacs-mac-port/issues/43 > > Emacs + orgmode is the best combo for everything related to information > management. I've tried Evernote a couple of times, but the workflow feels > slow and awkward, no matter how polished they make the ap

[O] Drag and drop, pasting images and files

2014-02-24 Thread Marcelo de Moraes Serpa
I actually posted it here: https://github.com/railwaycat/emacs-mac-port/issues/43 Emacs + orgmode is the best combo for everything related to information management. I've tried Evernote a couple of times, but the workflow feels slow and awkward, no matter how polished they make the app. One thin

[O] [PATCH] When computing clock table, remove arbitrary limit on hierarchy depth.

2014-02-24 Thread Ilya Shlyakhter
0001-When-computing-clock-table-remove-arbitrary-limit-on.patch Description: Binary data

Re: [O] ~"~ doesn't register as verbatim

2014-02-24 Thread Oleh
Found the work-around: @@html:"@@ will do what I want. regards, Oleh On Sat, Feb 22, 2014 at 5:06 PM, Oleh wrote: > Hi all, > > I'm using verbatim markers to export them as in HTML. > But ~"~ isn't recognized as verbatim. I've tried fiddling with > org-verbatim-re, > but it doesn't update on

Re: [O] bug in org-store-link? (was bug in org-create-link)

2014-02-24 Thread mirko
> > The following is with release_8.2.5h-649-g2ae5cf. > > I get an error when creating a link to a file. > ... stuff deleted > > Thanks, > > Mirko > > mirko gmail.com> writes: I wrote the incorrect function name. This is about org-store-link in org.el, not org-create-link. The rest st

[O] bug in org-create-link?

2014-02-24 Thread mirko
The following is with release_8.2.5h-649-g2ae5cf. I get an error when creating a link to a file. The error originates in code (cond ((equal desc "NONE") (setq desc nil)) ((string-match org-bracket-link-analytic-regexp desc) ...) ...) I think the err

Re: [O] [PATCH] Org-bibtex: checking string length in org-bibtex-read before using aref

2014-02-24 Thread Nicolas Goaziou
Hello, "Stefan-W. Hahn" writes: > I have a problem with org-bibtex function org-bibtex-read if I have an > empty field in a bibitem like this: > > @article(test, >description = "") > > In this case the "aref" gives an exception. I would like to suggest > the attached following fix. Applied

Re: [O] [bug] Inline tasks not properly parsed

2014-02-24 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > If inline tasks are following (right away) a list, then they won't be > correctly parsed: see the result in an export (the "END" keyword will be > displayed). This should be fixed. Thank you for reporting it. > The inline task does not seem to break the li

[O] [bug] Inline tasks not properly parsed

2014-02-24 Thread Sebastien Vauban
Hello, If inline tasks are following (right away) a list, then they won't be correctly parsed: see the result in an export (the "END" keyword will be displayed). --8<---cut here---start->8--- The inline task does not seem to break the list! - a - b - c **

Re: [O] Conditional in table formula with times

2014-02-24 Thread Loris Bennett
Hi Eric, Eric S Fraga writes: > Hi, > > Have you tried the numeric equivalent of your times? I believe the if > expression is interpreted as returning a number of seconds. The > following table format line works for me: > > #+TBLFM: $4=$3-$2;T::$5=if($4 > 0,29880,0);T::$6=$4-$5;T > > HTH, > er

Re: [O] [bug] Wrong scrolling with org-agenda-toto in agenda views

2014-02-24 Thread Bastien
Hi Francesco, "Francesco Pizzolante" writes: > The view should not scroll at all but only modify the selected task. I remember fixing this bug a while ago and cannot reproduce it with Org from master. What is the version of Org you use? Thanks, -- Bastien

Re: [O] Conditional in table formula with times

2014-02-24 Thread Eric S Fraga
Hi, Have you tried the numeric equivalent of your times? I believe the if expression is interpreted as returning a number of seconds. The following table format line works for me: #+TBLFM: $4=$3-$2;T::$5=if($4 > 0,29880,0);T::$6=$4-$5;T HTH, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.1,

[O] [bug] Wrong scrolling with org-agenda-toto in agenda views

2014-02-24 Thread Francesco Pizzolante
Hi, I noticed that when I'm using org-agenda-todo (C-c C-t or via the speed command) on a task in an agenda view, the view scrolls up to the selected task (see the following screencast: http://screencast.com/t/ml5aK0Saw). The view should not scroll at all but only modify the selected task. Thank

Re: [O] Writing your book with orgmode and publishing it on Leanpub

2014-02-24 Thread Waldemar Quevedo
> Sorry I sounded dismissive. You are doing an awesome job, it's amazing how much it did get right. No problem at all :) > My problem is that I am trying to share my sources as code, not as > documentation. I would like my .org files to be treated as you would > treat Python code, shown as they

Re: [O] Writing your book with orgmode and publishing it on Leanpub

2014-02-24 Thread Waldemar Quevedo
Sebastien, > For me, an annoying problem is that the Org #+TITLE is treated as > a simple text, and not outputted as an headline. > So, if we want an headline on GitHub, we need to create a unique level-1 > heading, which will be shown as the most important section, hence the > "title". Then, unde

[O] SOLVED: [babel] disable :session for a code block?

2014-02-24 Thread Rainer M Krug
Andreas Leha writes: > Rainer M Krug writes: > >> Hi >> >> I would like to save all in org defined variables into an R data >> file. In general this works fine with the following code block: >> >> >> #+begin_src R :session null :results output >> dir.create("./data/", showWarnings=FALSE) >> save

Re: [O] Writing your book with orgmode and publishing it on Leanpub

2014-02-24 Thread Sebastien Vauban
Hello Waldemar, Waldemar Quevedo wrote: >> It is rather annoying that github understands the org syntax but not >> quite, so the sources appear almost but not quite right. > > I maintain the parser that is being by Github => > https://github.com/wallyqs/org-ruby > If you let me now the issues I ca

Re: [O] Writing your book with orgmode and publishing it on Leanpub

2014-02-24 Thread Juan Reyero
On Mon, Feb 24, 2014 at 8:39 AM, Waldemar Quevedo wrote: >> It is rather annoying that github understands the org syntax but not >> quite, so the sources appear almost but not quite right. > I maintain the parser that is being by Github => > https://github.com/wallyqs/org-ruby > If you let me now