Re: [O] Align argument in #+attr_latex for tabular env. is whitespace sensitive

2013-02-12 Thread John Hendy
On Tue, Feb 12, 2013 at 1:44 PM, Nicolas Goaziou wrote: > John Hendy writes: > >> On Tue, Feb 12, 2013 at 1:22 PM, Nicolas Goaziou wrote: >>> Hello, >>> >>> John Hendy writes: >>> >>>> Was not getting the results I expected fro

Re: [O] Align argument in #+attr_latex for tabular env. is whitespace sensitive

2013-02-12 Thread John Hendy
On Tue, Feb 12, 2013 at 1:22 PM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> Was not getting the results I expected from #+attr_latex, so I created >> a simplified table to test: >> >> #+begin_src org >> >> Center

[O] Align argument in #+attr_latex for tabular env. is whitespace sensitive

2013-02-12 Thread John Hendy
Was not getting the results I expected from #+attr_latex, so I created a simplified table to test: #+begin_src org Centered (will be sent to LaTeX as =\begin{tabular}{cc}=: #+attr_latex: align=cc | test | test | | test of longer | test | Left aligned (will be sent to LaTeX as =\begin{

[O] Org interpreting multiple ^{*} instances as bold in LaTeX beamer export

2013-02-12 Thread John Hendy
Here's a minimal example: #+begin_src org #+startup: beamer #+latex_class: beamer #+options: tex:t * A headline a word^{*} followed by another^{*} - bullet item^{*} - bullet item^{*} - bullet item - bullet item #+end_src I just wanted an asterisk to put a little footnote for two items in a l

Re: [O] internal links not being followed; instead, offer to create new heading

2013-02-10 Thread John Hendy
On Sun, Feb 10, 2013 at 4:28 PM, Brian van den Broek wrote: > On 10 February 2013 16:21, John Hendy wrote: >> On Sun, Feb 10, 2013 at 12:53 PM, Brian van den Broek >> wrote: >>> Hi all, >>> >>> I am having trouble with following internal org links. Aft

Re: [O] internal links not being followed; instead, offer to create new heading

2013-02-10 Thread John Hendy
On Sun, Feb 10, 2013 at 12:53 PM, Brian van den Broek wrote: > Hi all, > > I am having trouble with following internal org links. After carefully > reading the documentation (especially 4.2 Internal Links > ) with the following > test.org file, I would e

Re: [O] Confused about inline html images

2013-02-06 Thread John Hendy
On Thu, Jan 31, 2013 at 3:45 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> Still one issue: it's applying the attr_html to the wrong bit. Here's >> the resultant export output: >> >> #+attr_html: width="400px" >> [[ht

Re: [O] Export of subtree does not include header

2013-01-25 Thread John Hendy
On Thu, Jan 24, 2013 at 7:55 AM, Søren Mikkelsen wrote: > John Hendy writes: > >> On Fri, Jan 18, 2013 at 4:35 AM, Søren Aagaard Mikkelsen >> wrote: >>> I have used orgmode for a while, but hasn't used any of its advanced >>> features that much. I'

Re: [O] block quotes in prose?

2013-01-22 Thread John Hendy
On Tue, Jan 22, 2013 at 6:13 PM, Peter Salazar wrote: > 1. What's the best way to demarcate block quotes in org-mode? I'd like a way > to demarcate them that makes it visually clear at a glance that it's a block > quote and not regular text. > > I would prefer not to have to put them inside #+BEGI

Re: [O] Export of subtree does not include header

2013-01-22 Thread John Hendy
On Fri, Jan 18, 2013 at 4:35 AM, Søren Aagaard Mikkelsen wrote: > I have used orgmode for a while, but hasn't used any of its advanced > features that much. I'm currently writing a minutes report and what to > export a specific subtree, e.g. > > * Minutes from <2013-01-11> > > * Minutes from <2013

Re: [O] #+PROPERTY documentation

2013-01-21 Thread John Hendy
On Mon, Jan 21, 2013 at 4:35 PM, Daimrod wrote: > John Hendy writes: > >> On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote: >>> Hi, >>> >>> It would be nice if the documentation mentioned the need to reparse the >>> org buffer with `C-c C-c&#x

Re: [O] #+PROPERTY documentation

2013-01-21 Thread John Hendy
On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote: > Hi, > > It would be nice if the documentation mentioned the need to reparse the > org buffer with `C-c C-c' when a property is set with #+PROPERTY. > (info "(org) Property syntax") As in adding to the header arguments? Yeah, probably wouldn't hur

Re: [O] Problem exporting code

2013-01-21 Thread John Hendy
On Mon, Jan 21, 2013 at 11:45 AM, Ken Williams wrote: > > On Mon, Jan 21, 2013 at 10:48 AM, John Hendy wrote: >> >> >> Awesome that you got it going. Do you still have =(require >> 'org-install)= in your .emacs? ETA: just checked and you do. I checked >&g

Re: [O] Problem exporting code

2013-01-21 Thread John Hendy
On Mon, Jan 21, 2013 at 9:58 AM, Ken Williams wrote: > I believe I've figured it out. I must have an old version of 'htmlize' > installed somewhere, I 'edebug' traced through the code and fell through to > this part: > > (when lang > (if (featurep 'xemacs) >(require 'htmlize) > (require

Re: [O] Problem exporting code

2013-01-20 Thread John Hendy
On Sun, Jan 20, 2013 at 11:36 PM, John Hendy wrote: > On Sun, Jan 20, 2013 at 10:57 PM, Ken Williams wrote: >> >> On Sun, Jan 20, 2013 at 9:15 PM, Eric S Fraga wrote: >>> >>> Ken Williams writes: >>> >>>> Unfortunately, downgrading to 7.8.

Re: [O] Problem exporting code

2013-01-20 Thread John Hendy
On Sun, Jan 20, 2013 at 10:57 PM, Ken Williams wrote: > > On Sun, Jan 20, 2013 at 9:15 PM, Eric S Fraga wrote: >> >> Ken Williams writes: >> >>> Unfortunately, downgrading to 7.8.11 didn't change the behavior - all >>> code sections are still exported to HTML as class "example". >>> I also see t

Re: [O] =C-c '= isn't working to visit setupfile; bug?

2013-01-16 Thread John Hendy
On Wed, Jan 16, 2013 at 12:31 PM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> I can no longer =C-c '= to visit the file listed in #+setupfile: > > It should be fixed now. Thank you for the report. > Confirmed fixed! Thanks so much, John > > Regards, > > -- > Nicolas Goaziou

[O] =C-c '= isn't working to visit setupfile; bug?

2013-01-14 Thread John Hendy
I can no longer =C-c '= to visit the file listed in #+setupfile: I get "No special environment to edit here" in the mini-buffer. M-x org-version: Org-mode version 7.9.3a (release_7.9.3a-803-gf8f548 Just to be sure, I loaded emacs with =emacs -q= followed by =M-x load-file=, and used the followin

Re: [O] mobileorg encryption in iOS vs. Android

2013-01-14 Thread John Hendy
On Mon, Jan 14, 2013 at 10:43 AM, Greg Troxel wrote: > > It seems that the android version should act like the ios version and > just use the symmetric cipher. Is that hard, or is there some advantage > to the gpg scheme? Or perhaps the android-style encryption should be > supported directly in

[O] mobileorg encryption in iOS vs. Android

2013-01-14 Thread John Hendy
See this thread on the Android mobileorg mailing list for reference: - https://groups.google.com/forum/#!topic/mobileorg-android/IELoLsOCvos I was having issues with org-mobile-use-encryption, and think it ended up being that this variable is only for the iOS version. It encrypts with openssl (at

Re: [O] Confused about inline html images

2013-01-13 Thread John Hendy
On Sun, Jan 13, 2013 at 1:54 PM, John Hendy wrote: > On Sun, Jan 13, 2013 at 1:48 PM, John Hendy wrote: >> I'm trying to recreate this html: >> >> http://path/to/image.jpg";>http://path/to/image.jpg"; >> width="400px" /> >> >&g

Re: [O] Confused about inline html images

2013-01-13 Thread John Hendy
On Sun, Jan 13, 2013 at 1:48 PM, John Hendy wrote: > I'm trying to recreate this html: > > http://path/to/image.jpg";>http://path/to/image.jpg"; > width="400px" /> > > My approach was like so: > > #+attr_html: width="400px" >

[O] mobileorg and encryption

2013-01-11 Thread John Hendy
I have the following in emacs config: (setq org-mobile-use-encryption t) (setq org-mobile-encryption-password "password") I installed android privacy guard on the phone, and can verify that staged files are encrypted... but I don't see how to decrypt in the app. The documentation states (https://

[O] org-mobile-push not generating index.org or checksum

2013-01-09 Thread John Hendy
I just setup mobileOrg to use Dropbox. Setting up synchronizer in mobileOrg worked fine, Dropbox login worked fine, and I chose an existing folder named "mobile-org" to sync with. This is in my emacs config: #+begin_src .emacs (custom-set-variables ... '(org-agenda-files (quote ("~/org" "~/org/a

Re: [O] Fill-mode not working when lines start with *bold* word

2013-01-08 Thread John Hendy
On Tue, Jan 8, 2013 at 1:05 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> I have the following fill-mode related settings: >> >> (setq-default fill-column 90) >> (add-hook 'text-mode-hook 'turn-on-auto-fill) >> >> I just no

[O] Fill-mode not working when lines start with *bold* word

2013-01-07 Thread John Hendy
I have the following fill-mode related settings: (setq-default fill-column 90) (add-hook 'text-mode-hook 'turn-on-auto-fill) I just noticed this behavior the other day when adding a note for a report: #+begin_src org Note: this line, starting with a plain vanilla word will wrap just fine. It wil

Re: [O] org-store-link and org-link-to-org-use-id issue

2012-12-20 Thread John Hendy
On Sat, Dec 15, 2012 at 2:21 AM, Bastien wrote: > Hi John, > > John Hendy writes: > > > (setq org-link-to-org-use-id "create-if-interactive") > > This should be > > (setq org-link-to-org-use-id 'create-if-interactive) > > Grrr. I bet I know

Re: [O] Adding tags when capturing?

2012-12-20 Thread John Hendy
On Thu, Dec 20, 2012 at 2:11 AM, Alan Schmitt < alan.schm...@polytechnique.org> wrote: > Hello, > > Is there a shortcut to add tags when doing a capture? C-c C-c obviously > does not work. > > If one could specify a list of tags from which to complete, it would be > great as well. > > Are you usin

Re: [O] Sort by Inactive Timestamp

2012-12-07 Thread John Hendy
On Thu, Dec 6, 2012 at 4:13 PM, Jeff Mickey wrote: > Hey Org mailing list! > > So, I have been using org for years (2006?) now, absolutely adore it. > The generic org-export in contrib really excites me as well, I want to > try and write an org-e-mediawiki.el after I learn some more about > org's

Re: [O] Redundant todo keywords in agenda todo view

2012-12-05 Thread John Hendy
On Wed, Dec 5, 2012 at 4:28 AM, Sebastien Vauban wrote: > Hi John, > > John Hendy wrote: > > This is what the top of my agenda todo view: > > > > -- > > Global list of TODO items of type: ALL > > Available with `N r': (0)[ALL] (1)todo (2)next (

Re: [O] hiding footnotes

2012-11-28 Thread John Hendy
On Wed, Nov 28, 2012 at 7:03 AM, 42 147 wrote: > Self-explanatory. I like how org-mode handles footnotes, but I want an > option to hide them while reading (for they are distracting). Reading what? The org file or resultant PDF? If you're talking about the org file, I don't think there's going

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-16 Thread John Hendy
; >>> > >>> Welcome to Org-mode. > >>> > >>> Aaron Ecay writes: > >>> > >>>> 2012ko azaroak 13an, John Hendy-ek idatzi zuen: > >>>> > >>>> [...] > >>>>> Crazy. I really wondered if it

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-13 Thread John Hendy
On Tue, Nov 13, 2012 at 9:27 PM, Aaron Ecay wrote: > I just ran into this problem. It is caused by the calls to > ‘org-babel-import-elisp-from-file’ on lines 310 and 343 of ‘ob-R.el’ > (for non-session and session code blocks respectively). I determined > this by setting ‘debug-on-quit’ to t in

Re: [O] Include a limited level of subheadings for export/publish?

2012-11-07 Thread John Hendy
On Wed, Nov 7, 2012 at 10:48 AM, Phil! Gold wrote: > I've been through all of the export and publishing documentation and what > I could find about includes and I can't see a way to do what I want to > accomplish. > > I have multiple org files, each of which represents a project, with the > first

Re: [O] Yes, I'm still alive

2012-11-06 Thread John Hendy
On Tue, Nov 6, 2012 at 7:35 PM, Luis Anaya wrote: > Hi: > > > It has been a while since I've posted or said anything, but right now at > work it's the mad dash before the holidays. I've been keeping the Groff > exporter up to date from the changes in the main repository with the > exception of th

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-01 Thread John Hendy
On Thu, Nov 1, 2012 at 10:38 AM, Nick Dokos wrote: > John Hendy wrote: > > > o run top (or whatever equivalent is available on your OS) and see > > whether the CPU (or one of the CPUs) gets pegged at 100% > utilization > > and stays there. If yes,

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-01 Thread John Hendy
On Thu, Nov 1, 2012 at 10:38 AM, Nick Dokos wrote: > John Hendy wrote: > > > o run top (or whatever equivalent is available on your OS) and see > > whether the CPU (or one of the CPUs) gets pegged at 100% > utilization > > and stays there. If yes,

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-01 Thread John Hendy
On Wed, Oct 31, 2012 at 5:53 PM, Nick Dokos wrote: > John Hendy wrote: > > > On Wed, Oct 31, 2012 at 3:12 PM, wrote: > > > > John Hendy writes: > > > > > On Wed, Oct 31, 2012 at 11:41 AM, cbe...@tajo.ucsd.edu> wrote: > >

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-10-31 Thread John Hendy
On Wed, Oct 31, 2012 at 3:12 PM, wrote: > John Hendy writes: > > > On Wed, Oct 31, 2012 at 11:41 AM, cbe...@tajo.ucsd.edu> wrote: > > John Hendy <mailto:jw.he...@gmail.com> writes: > > > >> I edited the subject to be more concise/clear.I let orgmode

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-10-31 Thread John Hendy
On Wed, Oct 31, 2012 at 11:41 AM, wrote: > John Hendy writes: > > > I edited the subject to be more concise/clear.I let orgmode chug away > > on reading in some ~10-30mb csv files for nearly 30min. > > [rest deleted] > > You need an ECM. > I did my best to

[O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-10-30 Thread John Hendy
ame line manually. The results are unbelievably different. I didn't let the org session finish as once it took longer than 30sec I figured I'd get the same results as with my actual file in this example. Changing to the R session and it was done in less than 5sec with a ~70mb csv. Any sugge

[O] Doew output to minibuffer when using babel + R and :results silent hurting working with larger data?

2012-10-30 Thread John Hendy
I'm working with a large dataset. I try to minimize overhead by doing some bigger data rearranging and calculations in a single block that I execute once per session and then switch :eval to "no." This block is set with :results silent, but I know with this option the results are still printed to

Re: [O] Running babel blocks in :noexport: sections

2012-10-28 Thread John Hendy
Just kidding... just checked *Messages* buffer, and all the headlines I converted to COMMENT headlines are *not* executing the enclosed babel blocks. Is there a setting for this you have and I don't? John On Sun, Oct 28, 2012 at 12:23 PM, John Hendy wrote: > On Sat, Oct 27, 2012 at

Re: [O] Running babel blocks in :noexport: sections

2012-10-28 Thread John Hendy
On Sat, Oct 27, 2012 at 5:57 PM, Eric Schulte wrote: > John Hendy writes: > >> For papers and beamer presentations, I sometimes hide more "universal" >> babel blocks inside a sort of setup headline. I thought I'd done this >> before, but perhaps not...

[O] Running babel blocks in :noexport: sections

2012-10-27 Thread John Hendy
For papers and beamer presentations, I sometimes hide more "universal" babel blocks inside a sort of setup headline. I thought I'd done this before, but perhaps not... The idea would be like so: * Data setup :noexport: #+begin_src R :session r load libraries read data files do universal oper

Re: [O] Insert TODO Item at Bottom

2012-10-19 Thread John Hendy
One could use capture if always filing to the same basic tree. I believe the default puts it at the end of the list, hence the =:prepend= option. -- http://orgmode.org/manual/Template-elements.html#Template-elements I'm curious in this as well, as capture wouldn't work so well if filing all over t

Re: [O] Trouble with in-line images and iimage.el

2012-10-14 Thread John Hendy
On Sat, Oct 13, 2012 at 2:31 PM, Joao Brito wrote: > John Hendy gmail.com> writes: > >> I had to track down a bunch of .dlls and copy them into my Emacs bin/ >> directory. From there it worked. For the record, I added the following > > Thanks, John, it worked for m

Re: [O] org-store-link and org-link-to-org-use-id issue

2012-10-12 Thread John Hendy
Disregard... missed the bit about having org-id in loaded modules for all of this to work. Everything's now fine. Sorry for the noise, John On Fri, Oct 12, 2012 at 3:34 PM, John Hendy wrote: > Hi, > > > I have the following in .emacs: > > (setq org-link-to-org-use-id

[O] org-store-link and org-link-to-org-use-id issue

2012-10-12 Thread John Hendy
Hi, I have the following in .emacs: (setq org-link-to-org-use-id "create-if-interactive") When I navigate to a headline and do =C-c l=, a unique ID is not created for that headline. Am I misunderstanding the 'create-if-interactive' setting for this variable? It reads as though if I call =org-st

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-03 Thread John Hendy
On Wed, Oct 3, 2012 at 4:26 AM, Bastien wrote: > Hi Charles, > > Charles writes: > >> I ran make autoloads again and then make update2 - no complaints this time. >> >> Was this to be expected? > > There might be some hicups in the transition from the old org-install > way to the new org-loaddefs

Re: [O] Conditional capture template headline based on tag?

2012-10-01 Thread John Hendy
On Fri, Sep 14, 2012 at 1:01 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> Just wondering if a capture template could be setup to file into the >> "Tasks" headline (sub-headline) of the matching top level headline >> with that tag or something

[O] Turn off orgmode link syntax in babel src blocks

2012-09-25 Thread John Hendy
I have a babel block containing a bash script using double square brackets. This gets converted to an org-mode style link. Copying/pasting will still work fine, but the appearance is still a bit bothersome. Is there a way to turn off link fontification/transformation when inside a babel block? Min

Re: [O] [OT] Current website not very attractive

2012-09-22 Thread John Hendy
For firewalls (im behind one too) see if theres an https alternative. I guess you solved this, but some might not be able to futz with proxies (or shouldn't) at work :) On Sep 21, 2012 5:50 PM, "Nick Dokos" wrote: > Marcelo de Moraes Serpa wrote: > > > Bastien, > > > > I can't clone the orgweb r

Re: [O] Using org-mode for laboratory notes.

2012-09-19 Thread John Hendy
On Wed, Sep 19, 2012 at 8:44 PM, Torsten Wagner wrote: > Hi, > > one way which works rather differently is the combination of git and org-mode. > You could write your protocols in separate org-files and link to them > in your records. > org allows (at least it did a while ago) to link not only to

Re: [O] Using org-mode for laboratory notes.

2012-09-19 Thread John Hendy
On Wed, Sep 19, 2012 at 10:18 PM, Eric Lubeck wrote: > Hey, > > Thanks for the good idea. I'll have to look into figuring that system out. > > On the broader point of organizing the notebook, I am still having a bit of > a dilemma coming up with an effective system. My first thought was to just

Re: [O] state of the art for html5 presentations?

2012-09-19 Thread John Hendy
On the note of presentations... one thing to spice things up I've used is impress!ve: - http://impressive.sourceforge.net/ It's pretty cool! Fades, presenter-only displayed timer, zoom, mouse spotlight, drag to create highlight boxes, a OSX-like zoom out on all slides to select one you want. Anywa

Re: [O] Org HTML->PDF publishing

2012-09-18 Thread John Hendy
If you have the html, there seem to be some things around to convert to PDF: - http://code.google.com/p/wkhtmltopdf/ - http://pypi.python.org/pypi/xhtml2pdf/ - http://www.winnovative-software.com/download.aspx - http://www.html2pdf.fr/en Good luck! John On Tue, Sep 18, 2012 at 12:58 PM, Marcelo d

Re: [O] state of the art for html5 presentations?

2012-09-18 Thread John Hendy
On Tue, Sep 18, 2012 at 10:20 AM, Puneeth Chaganti wrote: > On Tue, Sep 18, 2012 at 8:24 PM, John Hendy wrote: > [..] >> >> Has anyone used this? I just cloned it and created the example >> presentation. For Chromium, Google-Chrome, and Firefox on Linux, I get >> m

Re: [O] state of the art for html5 presentations?

2012-09-18 Thread John Hendy
On Tue, Sep 18, 2012 at 6:48 AM, Fabrice Popineau wrote: > [[http://imakewebthings.com/deck.js/][Deck.js HTML Slides ]] > [[http://webf1.soc.port.ac.uk/2011/style/lecture/#s%3D1][[WebF1: Web > Foundations 1]] > [[http://fooo.fr/~vjeux/github/dassault_presentation/#slide-0][Javascript > Rocks]] > [

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-18 Thread John Hendy
On Tue, Sep 18, 2012 at 1:50 AM, Bastien wrote: > Hi Yann, > > Yann Hodique writes: > >> At the moment I'm kinda contemplating doing a major rewrite of the TJ >> exporter to use the org-export framework, which would make it easier to >> introduce things like task references through org links, and

Re: [O] Graphics in LaTeX pdf output.

2012-09-11 Thread John Hendy
On Tue, Sep 11, 2012 at 4:05 PM, Neuwirth Erich wrote: > Excuse my sloppy report, I copied from the wrong terminal window. > And after rebooting my Mac, things suddenly worked again. No worries, and an unknown solution still gets the job done :) John > > On Sep 11, 2012, at 5:26 PM, Neuwirth Er

Re: [O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-11 Thread John Hendy
On Tue, Sep 11, 2012 at 12:43 PM, Achim Gratz wrote: > John Hendy writes: >> Ah. That makes much more sense. So the `-l lisp` puts me into lisp, >> and from there I call ../mk/org-fixup. Gotcha. > > Even though this may further the confusion: "-l lisp" does not &quo

Re: [O] Graphics in LaTeX pdf output.

2012-09-11 Thread John Hendy
On Tue, Sep 11, 2012 at 10:26 AM, Neuwirth Erich wrote: > I am trying to produce pdf through latex with R in org. > I am using MacTeX 2012, Emacs 24.2, and org mode version 7.9.1 (on Mountain > Lion) > > I have the the following code segment. > > > #+BEGIN_SRC R :session *R* :results output graph

Re: [O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-10 Thread John Hendy
On Mon, Sep 10, 2012 at 3:52 PM, Achim Gratz wrote: > John Hendy writes: >> I don't understand. This is the default Worg command. I posted that >> this was failing, and you wrote: >> >>>>> On Fri, Sep 7, 2012 at 2:00 PM, Achim Gratz wrote: >>&

Re: [O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-10 Thread John Hendy
Copying your last response in from the other thread: On Mon, Sep 10, 2012 at 2:58 PM, Achim Gratz wrote: > John Hendy writes: >> From what I understand of the above, it still isn't working. I tried this: >> #+begin_src cmd >> emacs -batch -Q -L C:\path\to\org.git lis

Re: [O] Compilation problem

2012-09-10 Thread John Hendy
On Mon, Sep 10, 2012 at 2:45 PM, Achim Gratz wrote: > Alan Schmitt writes: >> EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs > > As with the problems John Hendy has: is that the actual Emacs binary or > a wrapper script? If it is a script, it seems that it doesn't c

Re: [O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-10 Thread John Hendy
On Mon, Sep 10, 2012 at 2:42 PM, John Hendy wrote: > I'm starting a new thread for this issue. My process: > > - git pull > > - cd into ~/path/org.git/mk > > - run Worg compile command from cmd utility: > #+begin_src cmd > C:\path\to\emacs-23.3\bin\emacs.exe -batch

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-10 Thread John Hendy
On Mon, Sep 10, 2012 at 2:24 PM, Achim Gratz wrote: > John Hendy writes: >>> I don't really know where your other problems come from, but it seems >>> that whatever you are invoking as "emacs" fails to properly set up the >>> load path. You can try

[O] Problem compiling on Windows 7: Symbol's function definition is void: org-find-library-dir

2012-09-10 Thread John Hendy
I'm starting a new thread for this issue. My process: - git pull - cd into ~/path/org.git/mk - run Worg compile command from cmd utility: #+begin_src cmd C:\path\to\emacs-23.3\bin\emacs.exe -batch -Q -L lisp -l ../mk/org-fixup -f org-make-autoloads-compile #+end_src - get following error ,-

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-10 Thread John Hendy
On Fri, Sep 7, 2012 at 2:00 PM, Achim Gratz wrote: > John Hendy writes: >> [1] http://orgmode.org/worg/org-hacks.html#compiling-org-without-make > > I've just fixed this to refer to mk/ rather than UTILITIES/. > > I don't really know where your other problems

Re: [O] any org[/beamer] experts in the ottawa area available for consulting?

2012-09-09 Thread John Hendy
On Sun, Sep 9, 2012 at 4:47 PM, Rasmus wrote: > "Robert P. J. Day" writes: > >> p.s. i asked this on the org list hoping for someone who also knows >> beamer, of course. if that doesn't work, i can ask on the beamer >> list, looking for someone who also knows org. :-) > > I don't get the questi

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread John Hendy
On Fri, Sep 7, 2012 at 8:14 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> Can someone else confirm? I'm just pulled again and have no UTILITIES >> dir. > > I confirm there is no UTILITIES/ directory anymore. > > It has been rename as mk/ for

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread John Hendy
On Fri, Sep 7, 2012 at 7:45 AM, Jonathan Leech-Pepin wrote: > Hello, > > On Fri, Sep 7, 2012 at 8:33 AM, John Hendy wrote: >> On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan wrote: >>> Hello, >>> I notice that the makefile in version 7.9.1 has been changed (with

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread John Hendy
On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan wrote: > Hello, > I notice that the makefile in version 7.9.1 has been changed (with regard to > v. 7.8.11). When I tried to run it under Windows7, it didn't work (the > makefile for 7.8.11 ran OK). Can anyone provide some information? Can you prov

Re: [O] Alternate format for datetree

2012-09-06 Thread John Hendy
The time always is reported as 22:31 (I guess that's the time I launched > emacs). Is there a way for the time stamp to be corrected based on the > current time? I generally leave emacs running for days together, so the time > it's launched doesn't really work for me. Did you c

[O] Org-babel and octave/Matlab?

2012-09-04 Thread John Hendy
Just getting into Octave and wanted to give Orgmode a whirl. The Worg page is a bit sparse and I'm having a tough time getting things to work. - Originally, it wasn't finding octave at all. Per a previous long and arduous discussion with the list about setting up R on Win 7, I was able to take a h

[O] Plug for Org-mode on Coursera

2012-09-04 Thread John Hendy
I'm taking a Machine Learning course via Coursera, taught by Andrew Ng of Stanford University. I ran into a discussion thread where someone asked for a notetaking application, so I plugged why I think Org-mode is great for a class like this (in particular, the class is taught using Octave as the pr

Re: [O] Trouble with in-line images and iimage.el

2012-09-04 Thread John Hendy
On Tue, Sep 4, 2012 at 2:29 PM, Charles Philip Chan wrote: > John Hendy writes: > > Hi John: > >> I'm trying to display inline images. I downloaded iimage.el and added >> it's path to my load-path. I also added the code found on Worg for >> inline image

[O] Trouble with in-line images and iimage.el

2012-09-04 Thread John Hendy
Hi, I'm trying to display inline images. I downloaded iimage.el and added it's path to my load-path. I also added the code found on Worg for inline images with iimage.[1] Lastly, I've added =#+startup: inlineimages= just to be sure nothing is holding things back. I've tried both =[[file:c:/path/t

Re: [O] creating a list from an R source block

2012-09-04 Thread John Hendy
On Tue, Sep 4, 2012 at 11:42 AM, Greg Tucker-Kellogg wrote: > Creating a list in Org from a Ruby Array is trivial > > #+BEGIN_SRC ruby :exports results :results value list > ["x" , "y", "z" ] > #+END_SRC > > #+RESULTS: > - x > - y > - z > > > But trying the same thing from R gives a surprising (to

[O] Capturing to second level headline that does not exist

2012-08-31 Thread John Hendy
I'm sure this is trivial, but I'm missing it. If I use file+olp to try something like this #+begin_src .emacs (setq org-capture-templates `(("c" "clock" entry (file+olp "~/org/clocking.org" ,(format "%s" (format-time-string "%Y")) ,(format "%s" (f

[O] Conditional capture template headline based on tag?

2012-08-29 Thread John Hendy
My main org file for work is something like so: #+begin_src org * Tasks General tasks here * Proj 1 :proj1: ** Tasks ** Notes * Proj 2 :proj2: ** Tasks ** Notes etc. #+end_src Just wondering if a capture template could be setup to file into the "Tasks" headline (sub-headline) of the ma

Re: [O] Kudos to Auréliens and Andrew who finished the GSoC successfully!

2012-08-29 Thread John Hendy
On Wed, Aug 29, 2012 at 7:28 AM, Jason F. McBrayer wrote: > On 24.08.2012 12:11, Bastien wrote: > >> Andrew's Org Merge driver (put your own favorite music): >> http://www.youtube.com/watch?v=GbaaFmoEfGw > > > I'm fairly excited about the Org merge driver. It seems like a lot of > the conflicts I

Re: [O] Multicolumn

2012-08-29 Thread John Hendy
On Wed, Aug 29, 2012 at 2:44 AM, Neuwirth Erich wrote: > That is probably what I will have to do. > But since I want both html and LaTeX output, I have to two write separate > output routines > in R which I had hoped to be able to avoid. How often do you anticipate having to change this? I've ex

Re: [O] Alternate format for datetree

2012-08-29 Thread John Hendy
On Wed, Aug 29, 2012 at 2:49 AM, Ian Barton wrote: > On 28/08/12 13:50, Nick Dokos wrote: >> >> Ian Barton wrote: >> >>> I would like to use something like this. However, using a recent git >>> checkout of org mode and the following simple template from the >>> original list message: >>> >>> ("u"

Re: [O] Multicolumn

2012-08-28 Thread John Hendy
On Tue, Aug 28, 2012 at 8:05 PM, Neuwirth Erich wrote: > My problem is that the tables are produce by R code snippets. > The code snippets produce plain org tables, bracketed by attributes > identifying > the text as ORG code. > > > > #+RESULTS: > #+BEGIN_ORG > | Jahr | Region | m | w | pWert

Re: [O] LaTeX table formatting

2012-08-28 Thread John Hendy
On Tue, Aug 28, 2012 at 1:10 PM, Neuwirth Erich wrote: > I would like to add some twists to tables. > Using the ATTR_LaTeX attribute I can control > alignment and vertical gridlines in the table. > I also would like to have horizontal gridlines, > and I would like to have multicol top headers. > t

Re: [O] Including multiple plots resulting from a loop of R code in LaTeX

2012-08-27 Thread John Hendy
On Mon, Aug 27, 2012 at 3:40 PM, Nick Dokos wrote: > John Hendy wrote: > >> There are six of these sections, however when I do C-c C-c on the >> block and then C-c C-e p to export to LaTeX, I get duplicate sections >> back to back. I have to delete the entire results sect

Re: [O] Including multiple plots resulting from a loop of R code in LaTeX

2012-08-27 Thread John Hendy
On Mon, Aug 27, 2012 at 3:50 PM, Eric Schulte wrote: > John Hendy writes: > >>> Disregard again... adding multiple newlines with cat() doesn't work, >>> but I had the idea to do: >>> >>> cat(paste("[[../plots/",filename,"]]",se

Re: [O] Including multiple plots resulting from a loop of R code in LaTeX

2012-08-27 Thread John Hendy
> Disregard again... adding multiple newlines with cat() doesn't work, > but I had the idea to do: > > cat(paste("[[../plots/",filename,"]]",sep=""), sep="\n") > cat("\n") > > Works great. I suppose I can use this to add #+attr_latex options as > well as captions. Cool stuff. Getting a bit of odd

Re: [O] Alternate format for datetree

2012-08-26 Thread John Hendy
On Sun, Aug 26, 2012 at 11:04 PM, Nick Dokos wrote: > John Hendy wrote: > >> On Sun, Aug 26, 2012 at 3:11 PM, c b <24x7x...@gmail.com> wrote: >> > Hi, >> > >> > I have been using org-mode for about 18 months now and love it. I recently >> > c

Re: [O] Including multiple plots resulting from a loop of R code in LaTeX

2012-08-26 Thread John Hendy
On Sun, Aug 26, 2012 at 10:15 PM, John Hendy wrote: > On Thu, Aug 23, 2012 at 11:43 AM, Eric Schulte wrote: >> John Hendy writes: >> >>> I'm conducting some neural network analysis, and the results are >>> highly dependent on the random seed set prior to

Re: [O] Including multiple plots resulting from a loop of R code in LaTeX

2012-08-26 Thread John Hendy
On Thu, Aug 23, 2012 at 11:43 AM, Eric Schulte wrote: > John Hendy writes: > >> I'm conducting some neural network analysis, and the results are >> highly dependent on the random seed set prior to creating the model. I >> loop through seeds 1-500, storing the

Re: [O] Including multiple plots resulting from a loop of R code in LaTeX

2012-08-26 Thread John Hendy
On Thu, Aug 23, 2012 at 11:43 AM, Eric Schulte wrote: > John Hendy writes: > >> I'm conducting some neural network analysis, and the results are >> highly dependent on the random seed set prior to creating the model. I >> loop through seeds 1-500, storing the

Re: [O] Alternate format for datetree

2012-08-26 Thread John Hendy
On Sun, Aug 26, 2012 at 3:11 PM, c b <24x7x...@gmail.com> wrote: > Hi, > > I have been using org-mode for about 18 months now and love it. I recently > came across the org-capture file+datetree format and it is just what I am > looking for, except that I need a slightly different format described a

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-26 Thread John Hendy
On Sun, Aug 26, 2012 at 3:58 AM, Moritz Ulrich wrote: > > John Hendy writes: > >> On Sat, Aug 25, 2012 at 2:39 PM, Achim Gratz wrote: >>> Filippo A. Salustri writes: >>>> I haven't yet installed Xcode on some of my Lion machines, so I haven't >&

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread John Hendy
On Sat, Aug 25, 2012 at 2:39 PM, Achim Gratz wrote: > Filippo A. Salustri writes: >> I haven't yet installed Xcode on some of my Lion machines, so I haven't >> got 'make' everywhere. > > Why do you need Xcode to get make? Having a Mac myself, I'm assuming the answer is that it's just the easiest

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread John Hendy
Can you just compile without make tools? This is what I do on Windows in combination with git, which is easier to setup than trying to get a compiler up and running, at least for me :) http://orgmode.org/worg/org-hacks.html#compiling-org-without-make Hope that helps! John On Aug 25, 2012 12:32 PM

Re: [O] Babel latex block puts resulting file link inside latex block instead of including pdf output

2012-08-24 Thread John Hendy
On Fri, Aug 24, 2012 at 4:37 PM, Eric Schulte wrote: > maybe change ":results output" to ":results output raw" > That does it! Any reason :results output doesn't do the magic on it's own? John > Best, > > John Hendy writes: > >> Here

[O] Does html table export require that the top row be treated as a header?

2012-08-24 Thread John Hendy
I have a document I will export via pdf and html. My table is like so: #+attr_latex: align={lp{0.8\textwidth}} #+attr_html: width="600px" | *R1* | stuff| |--+--| | *R2* | more stuff | |--+--| | *R2* | some third stuff | I'd like horizontal

<    2   3   4   5   6   7   8   9   10   11   >