[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

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] 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] 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] 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

[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

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

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] 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 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] 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-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

[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 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

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] 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
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] 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] 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-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 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] 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] 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] 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] 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-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] 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] 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] [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

[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] 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

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

[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] 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

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] 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

[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] 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...

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

[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

[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

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

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-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-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] 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] 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] 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] 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] 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] 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] 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] 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] 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

[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] 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] 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

[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://

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" >

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

[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] 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] =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] =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

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] 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-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-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] #+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] #+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] 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] 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] Custom title page in org-mode

2011-12-21 Thread John Hendy
On Wed, Dec 21, 2011 at 4:15 PM, Nick Dokos wrote: > Steve Prud'Homme wrote: > > > Ok so i use emacs for school work. > > I was trying to make a custom title page because, the default latex > > custom page do not respect my teacher standard > > > > So my org-file look like that : > > [...] > I

Re: [O] Custom title page in org-mode

2011-12-21 Thread John Hendy
On Wed, Dec 21, 2011 at 5:25 PM, Nick Dokos wrote: > John Hendy wrote: > > > That's all that's needed to produce separate title and TOC pages and > > keep the rest of the article class intact. If you don't like the > > titlepage format, you can

[O] Footnotes issue with LaTeX export

2011-12-26 Thread John Hendy
I'm experiencing an issue similar to this one: --- http://osdir.com/ml/emacs-orgmode-gnu/2011-10/msg00544.html I have a paragraph in which I reference a dollar amount (preceded by "$"). Attempting to insert a footnote anywhere in that paragraph gets me the error "Cannot insert a footnote here." In

Re: [O] just made orgmode-7.8.02

2011-12-29 Thread John Hendy
On Thu, Dec 29, 2011 at 3:12 PM, Jude DaShiell wrote: > We're now golden. When I ran git describe I was told no repository > exists. So I ran git init and created an empty repository and then ran > the git clone command and this time aI have an installed version of 7.8.02 > and am told I'm up to

[O] Gnuplot/babel issue with export to eps

2012-01-05 Thread John Hendy
I have the following gnuplot/babel block and for some reason the resultant .eps file comes up broken but a corresponding version of it gets converted to pdf somehow... what's going on? I stole an example just to check and make sure it wasn't my gnuplot code: http://t16web.lanl.gov/Kawano/gnuplot/in

Re: [O] Gnuplot/babel issue with export to eps

2012-01-05 Thread John Hendy
rsions and .emacs config files. I'm pulling from the org git repo and doing a make now on this computer as we speak. If it still works, I'll do the same at work tomorrow and see if that helps. Thanks for the input, John > Chris > > On Jan 5, 2012, at 3:54 PM, John Hendy wro

Re: [O] Gnuplot/babel issue with export to eps

2012-01-06 Thread John Hendy
On Thu, Jan 5, 2012 at 9:01 PM, John Hendy wrote: > On Thu, Jan 5, 2012 at 6:03 PM, Chris Malone wrote: > >> Hi John, >> >> I'm not sure what Org mode is doing behind the scenes, but I suspect >> something is getting muddled because you specify both the src bl

Re: [O] Gnuplot/babel issue with export to eps

2012-01-06 Thread John Hendy
On Fri, Jan 6, 2012 at 10:59 AM, John Hendy wrote: > On Thu, Jan 5, 2012 at 9:01 PM, John Hendy wrote: > >> On Thu, Jan 5, 2012 at 6:03 PM, Chris Malone wrote: >> >>> Hi John, >>> >>> I'm not sure what Org mode is doing behind the scenes, but

Re: [O] Footnotes issue with LaTeX export

2012-01-08 Thread John Hendy
On Tue, Dec 27, 2011 at 4:43 AM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > > > I'm experiencing an issue similar to this one: > > --- http://osdir.com/ml/emacs-orgmode-gnu/2011-10/msg00544.html > > > > I have a paragraph in which

Re: [O] Footnotes issue with LaTeX export

2012-01-09 Thread John Hendy
On Mon, Jan 9, 2012 at 1:05 AM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > > > #+begin_src orgmode > > * Header > > > > Test paragraph where I insert a dollar amount of $100. > > > > Test paragraph where I insert a dollar amount o

Re: [O] Footnotes issue with LaTeX export

2012-01-09 Thread John Hendy
On Mon, Jan 9, 2012 at 11:31 AM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > > >> One workaround would be to remove "$" as a math delimiter from > >> `org-format-latex-options'. > > > How about another idea... would it be possi

[O] Way to replace normal tabular env with booktabs?

2012-01-12 Thread John Hendy
Greetings, I was using wikibooks for some formatting assistance on tables the other day and ran into mention of the booktabs package in the "Professional tables" section. [1] [2] I really, really liked it's formatting, especially since one of my column headers was a fraction. The standard tabula

Re: [O] Way to replace normal tabular env with booktabs?

2012-01-12 Thread John Hendy
tty darn similar :) John > hth, > Tom > > John Hendy writes: > > > Greetings, > > > > > > I was using wikibooks for some formatting assistance on tables the other > > day and ran into mention of the booktabs package in the "Professional > > tab

Re: [O] Way to replace normal tabular env with booktabs?

2012-01-13 Thread John Hendy
. Not a huge fan of the method, especially with hiding my tables, but I'll give it a shot. I figure there's got to be a simpler way; just change the first \hline -> \toprule and the bottom one to \bottomrule; \midrules in between. Thanks again, John > hth, > Tom > > John Hen

Re: [O] Way to replace normal tabular env with booktabs?

2012-01-13 Thread John Hendy
astic. I love that you can leave it alone (default) or choose to change the variables. Thanks so much for chiming in. John > > On Fri, Jan 13, 2012 at 2:21 PM, John Hendy wrote: > >> On Thu, Jan 12, 2012 at 6:01 PM, Thomas S. Dye wrote: >> >>> Hi John, >&

Re: [O] Way to replace normal tabular env with booktabs?

2012-01-13 Thread John Hendy
ensure that the new > exporter will not lag behind. > > Regards > > - Carsten > > > > > > > > > On Fri, Jan 13, 2012 at 2:21 PM, John Hendy wrote: > > On Thu, Jan 12, 2012 at 6:01 PM, Thomas S. Dye wrote: > > Hi John, > > > > T

Re: [O] Way to replace normal tabular env with booktabs?

2012-01-13 Thread John Hendy
On Fri, Jan 13, 2012 at 12:32 PM, Daniel Bausch wrote: > Hello! > > > On a usage note, I was surprised that the patch causes automatic > insertion > > of top and bottom rules even when the org table doesn't use ascii > > top/bottom rules. In fact, if you use "|-" to put ascii rules on an org > >

[O] Organizing by time or by subject and an idea

2012-01-20 Thread John Hendy
I use org-mode for all of my work notes. For the most part, I'm very happy with it. I know everything is in there somewhere and I can find it. I currently have one file for my projects organized something like this: #+begin_src org * Tracking This is for misc todos. It's just a repo for holding

[O] Custom agenda skips "next" todos if deadlined/scheduled (by default)

2012-01-24 Thread John Hendy
I have a simple block agenda view that I use with a script and conky to display as on my background. It's like so: -- (setq org-agenda-custom-commands '(("e" "Export" ((agenda "" ((org-agenda-ndays 7))) (todo "next" ((org-agenda-overriding-header "Next Act

Re: [O] how do scientists use org mode?

2012-01-27 Thread John Hendy
On Thu, Jan 26, 2012 at 3:21 PM, GMX Christoph 13 wrote: > Hi > this is my first post here and although I am evaluating org mode with great > interest, I am also asking myself in which way other scientists are making > use of org mode. It will take a while to get my head around how to accomplish

Re: [O] Organizing by time or by subject and an idea

2012-01-30 Thread John Hendy
On Mon, Jan 23, 2012 at 3:00 AM, Eric S Fraga wrote: > Max Mikhanosha writes: > >> At Fri, 20 Jan 2012 12:04:51 -0600, >> John Hendy wrote: > > [...] > >> Generally I think the way to tackle this is to take advantage that you >> are working with plain t

[O] taskjuggler (tj3) export issues and proposals

2012-01-31 Thread John Hendy
Leading my first project and decided to dig into taskjuggler again. It just seems so natural to have everything in org if possible, so I took another look at the exporter, manual, and worg tutorial. [1][2] As is, as far as I can tell, the exporter does not work out of the box with tj3. I /think/ I

Re: [O] TaskJuggler 3.1 export (tj3)

2012-02-01 Thread John Hendy
On Wed, Feb 1, 2012 at 6:25 AM, d.tchin wrote: > Hello, > > Rainer M Krug gmail.com> writes: [...] >> >> 1) does the taskjuggler export work with tj3 (version 3.1.0) (John >> Hendy says it doesn't ("taskjuggler (tj3) export issues and >> propos

Re: [O] TaskJuggler 3.1 export (tj3)

2012-02-01 Thread John Hendy
On Wed, Feb 1, 2012 at 6:56 AM, Rainer M Krug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/02/12 13:25, d.tchin wrote: >> Hello, >> >> Rainer M Krug gmail.com> writes: [...] > > Oversight? Is somebody looking at enabling export for tj3? Or is there > a way that I can insta

Re: [O] taskjuggler (tj3) export issues and proposals

2012-02-01 Thread John Hendy
On Wed, Feb 1, 2012 at 8:09 AM, Christian Egli wrote: > Hi John > > John Hendy writes: > >> Leading my first project and decided to dig into taskjuggler again. It >> just seems so natural to have everything in org if possible, so I took >> another look at the expor

Re: [O] refile and link

2012-02-01 Thread John Hendy
On Tue, Jan 31, 2012 at 12:49 PM, Skip Collins wrote: > I would like to have a quick way to refile subtrees in another file > while creating a link to the new location. In my use case, I keep a > comprehensive list of projects in Projects.org. Each top level > headline is the title of a project. S

Re: [O] How do teachers use org-mode

2012-02-01 Thread John Hendy
On Wed, Feb 1, 2012 at 4:35 AM, BernardH wrote: > Venkatesh Choppella iiit.ac.in> writes: > >> >> Dear Org-mode users: [...] > > I'd like to use it for project planning with taskjuggler, but I'm currently > unable to do it (with taskjuggler v 3.1.0) (tried > https://github.com/alander/org-taskj

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