Re: [O] MobileOrg for Android question about calendar integration

2012-06-05 Thread Stephen Eglen
> As long as that calendar is set to sync then it will pull them into the web > based Google Calendar service. The way that I made sure this would happen > is to create the calendar from the web interface and then make sure that is > synced to the phone... then go into the MobileOrg settings a sel

Re: [O] plain text best practice?

2012-06-05 Thread Eric Abrahamsen
On Wed, Jun 06 2012, scraw...@gmail.com wrote: > howdy guys, > > I want to use org-mode for writing documents that don't necessarily > have very many headings or sub-headings. > > I could do: > > * Chapter One > lots of text > * Chapter Two > lots more text Is there anything wrong with this appr

Re: [O] plain text best practice?

2012-06-05 Thread Nick Dokos
scraw...@gmail.com wrote: > howdy guys, > > I want to use org-mode for writing documents that don't necessarily > have very many headings or sub-headings. > > I could do: > > * Chapter One > lots of text > * Chapter Two > lots more text > > or: > > * Chapter One > - lots of text > * Chapte

Re: [O] plain text best practice?

2012-06-05 Thread William LÉCHELLE
I'd go the first way if you don't need/use much markup, but if you want to structure more deeply your document, you can have subheadings without actually giving them a title (just the stars and a blank space are enough for a heading) It's also a matter of what you want to do with the document, if

Re: [O] plain text best practice?

2012-06-05 Thread Christopher Schmidt
scraw...@gmail.com writes: > * Chapter One > - lots of text > * Chapter Two > - lots more text These are lists (info "(org)Plain lists"). I do not think you want that. > * Chapter One > ** paragraph 1 >lots of text > ** paragraph 2 >lots of text > * Chapter Two This is exactly what

[O] plain text best practice?

2012-06-05 Thread scrawler
howdy guys, I want to use org-mode for writing documents that don't necessarily have very many headings or sub-headings. I could do: * Chapter One lots of text * Chapter Two lots more text or: * Chapter One - lots of text * Chapter Two - lots more text or: * Chapter One ** paragraph 1

Re: [O] Documents for old versions of org-mode

2012-06-05 Thread François Pinard
suvayu ali writes: > For step by step instructions you can look in the following FAQ entries: > Without being fully sure, and while the above procedure long worked without problem for me, I think that more recently, I got rid of some Org pro

Re: [O] Smart Quotes Exporting

2012-06-05 Thread Mark E. Shoulson
Update on the smart-quotes patch. Supports the odt exporter now too, which I think covers all the current major "new" exporters for which it is relevant (adding smart quotes to ASCII export is a contradiction in terms; should it be in the "publish" exporter? It didn't look like it to me). A

Re: [O] MobileOrg for Android question about calendar integration

2012-06-05 Thread Matthew Jones
Hey Stephen, glad you like the app! As long as that calendar is set to sync then it will pull them into the web based Google Calendar service. The way that I made sure this would happen is to create the calendar from the web interface and then make sure that is synced to the phone... then go into

Re: [O] python/babel inline images

2012-06-05 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte > Sent: Tuesday, June 05, 2012 9:57 AM > To: henry atting > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] python/babel inline images > > I'm n

Re: [O] [babel] Why #+name: is not a member of params?

2012-06-05 Thread Mikhail Titov
> -Original Message- > From: Eric Schulte [mailto:eric.schu...@gmx.com] > Sent: Tuesday, June 05, 2012 7:42 PM > To: Mikhail Titov > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] [babel] Why #+name: is not a member of params? > > "Mikhail Titov" writes: > > > Hello! > > > > I’d like to in

[O] Preprocessing on export

2012-06-05 Thread Alan L Tyree
I need to run some functions before exporting. This used to work: (add-hook 'org-export-preprocess-hook 'alt/disable-plain-foonotes-and- allow-brackets-hack) but it has stopped. I also need to run some post export cleanup. I seemed to have missed some change and can't seem to turn it up. Can a

Re: [O] [babel] Why #+name: is not a member of params?

2012-06-05 Thread Eric Schulte
"Mikhail Titov" writes: > Hello! > > I’d like to insert a comment into tangle output with a block name. I thought > I could easily access it (like from org-babel-expand-body:XXX function) with > > (cdr (assq :name params)) > > But apparently it does not work. When I do C-c C-v C-v trying to expa

Re: [O] python/babel inline images

2012-06-05 Thread William LÉCHELLE
At Tue, 05 Jun 2012 08:57:19 -0600, Eric Schulte wrote: > > henry atting writes: > > > Hi, > > > > I do not succeed in generating an inline image as a result of a > > python code block. The code itself works, C-c C-c generates the > > according picture, but only in my home directory. The code bl

[O] [babel] Why #+name: is not a member of params?

2012-06-05 Thread Mikhail Titov
Hello! I’d like to insert a comment into tangle output with a block name. I thought I could easily access it (like from org-babel-expand-body:XXX function) with (cdr (assq :name params)) But apparently it does not work. When I do C-c C-v C-v trying to expand body, I get nil as it is not there.

Re: [O] Taskjuggler and installation

2012-06-05 Thread Nick Dokos
Simon Thum wrote: > Hi all, > > I am using org-mode's taskjuggler export on two machines (win7 standard > emacs 23.3/linux emacs 23.4.2) with 99% identical configuartion. Except > for one funny thing: > What org-version? Do you byte-compile the code on both platforms? > Taskjuggler export r

Re: [O] org-capture and org-link-type for Outlook mail messages on Mac OSX

2012-06-05 Thread Mike McLean
On Jun 3, 2012, at 6:56 AM, Christopher J. White wrote: > Hi Folks, > > I thought I'd share a bit of hacking I've been doing over the last couple > days. > > I had 2 basic needs: > * create a TODO entry associated with an email message > * include a clickable link back to that message in the

Re: [O] if both schedule and deadline, appear only once in agenda

2012-06-05 Thread Mike McLean
On Jun 1, 2012, at 4:09 AM, Eric S Fraga wrote: > SW writes: >> However, this is not what my question is about. My question relates to >> advance >> warning that an item is scheduled in the future. I want to know on Friday >> that I >> have scheduled a large project to start on Monday. That is

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Achim Gratz
Nick Dokos writes: > The "no org-version.el" case looks wrong with the unbalanced paren: Thanks. Should be fixed now. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http://Synth.Stromeko.net/Downloads.html

[O] Taskjuggler and installation

2012-06-05 Thread Simon Thum
Hi all, I am using org-mode's taskjuggler export on two machines (win7 standard emacs 23.3/linux emacs 23.4.2) with 99% identical configuartion. Except for one funny thing: Taskjuggler export raises an undefined function on windows. Yes, I do require 'org-install, org-mode from identical sou

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Achim Gratz wrote: > Nick Dokos writes: > > Thanks - I added a warning note to the hack. When the recipe is fixed, > > we can delete the note again. > > Fixed it up for good (hopefully). Please check. > The "no org-version.el" case looks wrong with the unbalanced paren: , | emacs -batch

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Achim Gratz
Nick Dokos writes: > Thanks - I added a warning note to the hack. When the recipe is fixed, > we can delete the note again. Fixed it up for good (hopefully). Please check. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles fo

Re: [O] Updating info files

2012-06-05 Thread Nick Dokos
Mike Fitzgerald wrote: > Windows 7, EMACS 23.4 > > I tried this in my .emacs to update info files >   > ;; Info directory > (add-to-list 'Info-default-directory-list > (expand-file-name "~/.emacs.d/org-7.8.11/doc)")) > > As recommended here. > http://orgmode.org/worg/org-faq.html >

[O] Updating info files

2012-06-05 Thread Mike Fitzgerald
Windows 7, EMACS 23.4 I tried this in my .emacs to update info files ;; Info directory (add-to-list 'Info-default-directory-list (expand-file-name "~/.emacs.d/org-7.8.11/doc)")) As recommended here. http://orgmode.org/worg/org-faq.html C-h i still brings up the old info files. fil

Re: [O] alignment of description list in Org and export old and new

2012-06-05 Thread Michael Brand
Hi Jambunathan, hi all Jambunathan K wrote: > Tables allow for finer control and alignment. Unfortunately, Org > doesn't support multi-line tables. To alleviate this, (Old) ODT > exporter has a feature called as List-Tables [1]. This feature is not > available with any other backends [2]. > >

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Achim Gratz
Nick Dokos writes: > I did *not* byte-compile anything and capture works with no problems. Yes. Forget about the byte-compilation for a moment, it is really a red herring... it works for you because you are running it with Emacs 24 (which does have an autoload for org-called-interactively-p alrea

[O] GSoC -- org-sync

2012-06-05 Thread Aurélien Aptel
Hi all, Since I've reached a usable point in my Google Summer of Code project Org-sync, I'm posting to the ML to show my progress and to get some feedback. For those who don't know or don't remember, Org-sync is a tool to synchronize parts of your document with external services in a generic way.

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Achim Gratz wrote: > Nick Dokos writes: > > On which wiki page? What is the complete code? > > Found it. It's on Worg: > > http://orgmode.org/worg/org-hacks.html > > One of the more obvious problems is that it seems to compile the > autoloads file: that's a no-no. The current master branch a

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Achim Gratz
Nick Dokos writes: > On which wiki page? What is the complete code? Found it. It's on Worg: http://orgmode.org/worg/org-hacks.html One of the more obvious problems is that it seems to compile the autoloads file: that's a no-no. The current master branch and hopefully Org itself starting from t

Re: [O] Difficulty of using Org mode

2012-06-05 Thread suvayu ali
Hi, On Tue, Jun 5, 2012 at 5:09 PM, Stephen Eglen wrote: > I guess if you were to ask me what I found difficult, was that it was > quite overwhelming knowing where to start.  (So I started small by > learning the agenda features...) IMO the reason many have this problem because they think "I nee

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Nick Dokos wrote: > Mike Fitzgerald wrote: > > > Setup > > -I performed my org-mode update by downloading org-7.8.11.zip > > from orgmode.org? or somewhere else? > I've now downloaded the zip file from http://orgmode.org/org-7.8.11.zip, unpacked it in ~/.emacs.d and started an emacs wit

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Mike Fitzgerald wrote: > Setup > -I performed my org-mode update by downloading org-7.8.11.zip from orgmode.org? or somewhere else? > Then extracting using something like >    rt click, "extract here" > > I also ran a defun that I found on wiki pages with the subject > "Compiling without make"

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Achim Gratz
Nick Dokos writes: > [I hope Achim Gratz takes a look at this: he would have a much better > handle on what exactly is going wrong here - in particular, emacs on > windows is a black box to me] Thanks for the flowers, but I don't think I've got any more clues than you on the issue. The OP said he

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Mike Fitzgerald
*Setup* -I performed my org-mode update by downloading org-7.8.11.zip Then extracting using something like rt click, "extract here" I also ran a defun that I found on wiki pages with the subject "Compiling without make" (defun my/compile-org(&optional directory) "Compile all *.el files that

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Mike Fitzgerald wrote: > Debugger entered--Lisp error: (invalid-function org-called-interactively-p) > org-called-interactively-p(interactive) > org-paste-subtree(4 #("* %?\nEntered on [2012-06-05 Tue 11:04]\n" 0 5 > (fontified nil) 5 16 (fontified nil) 16 17 (fontified nil) 17 37 (fontified

[O] [org-e-html] New HTML exporter has an extra blank line in pre sections

2012-06-05 Thread Bernt Hansen
Hi, I noticed that the new exporter has one extra blank line in the output of source and example blocks while the old exporter does not. Regards, Bernt --8<---cut here---end--->8--- * Test export #+begin_src sql SELECT * FROM some_table #+end_src #+begin_e

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Mike Fitzgerald
As requested. Thanks Mike On Tue, Jun 5, 2012 at 10:55 AM, Nick Dokos wrote: > Mike Fitzgerald wrote: > > > Org-mode version 7.8.11 > > > > Downloaded a zip file, not a GIT user. > > Where did you get the zip file? > > > > > Backtrace from a non-edebug run attached. > > > > Yup - not useful:

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Mike Fitzgerald wrote: > Org-mode version 7.8.11 > > Downloaded a zip file, not a GIT user. Where did you get the zip file? > > Backtrace from a non-edebug run attached. > Yup - not useful: the condition-case has stripped all useful information. You will need to modify org-capture.el as des

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Nick Dokos wrote: > Mike Fitzgerald wrote: > > > 1) CAPTURE-journal buffer opens around line 485 but is is killed shortly > > after > > without the user (me) doing anything (just spacebar to step thru the code) > > > > (if (and (buffer-base-buffer (current-buffer)) > > (

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Mike Fitzgerald
Org-mode version 7.8.11 Downloaded a zip file, not a GIT user. Backtrace from a non-edebug run attached. Thanks Mike On Tue, Jun 5, 2012 at 10:35 AM, Nick Dokos wrote: > Mike Fitzgerald wrote: > > > --0016e6dee7746941fa04c1ba62e3 > > Content-Type: text/plain; charset=ISO-8859-1 > > > > Took

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Nick Dokos
Mike Fitzgerald wrote: > --0016e6dee7746941fa04c1ba62e3 > Content-Type: text/plain; charset=ISO-8859-1 > > Took the suggestion to run edebug. > A couple of observations: > > 1) CAPTURE-journal buffer opens around line 485 but is is killed shortly > after > without the user (me) doing anything (

[O] MobileOrg for Android question about calendar integration

2012-06-05 Thread Stephen Eglen
Hi, I love the new MobileOrg Android app, especially the Calendar integration. A quick question: if I sync on the android app, I see new org agenda items in the phone's Calendar. Do those items sync back from my phone to appear also on the web at google.com/calendar? For now, my org-generated

[O] org-mobile-push: copying read-only files

2012-06-05 Thread Stephen Eglen
If I have an org mode file that is read-only (e.g. because I've checked it in to RCS) in my org-agenda, when I do M-x org-mobile-push (from my desktop machine to dropbox) the 2nd time I get a permission denied error from (org-mobile-copy-agenda-files) -- this is because there is already a read-onl

Re: [O] Difficulty of using Org mode

2012-06-05 Thread Stephen Eglen
As Yihui was following up to an email of mine about Org mode on the ESS (emacs speaks statistics list), I will email him to find out if I can see what issues he had. For the record: I also found learning Org mode quite challenging, and I consider myself a diehard Emacs person. I guess if you wer

Re: [O] python/babel inline images

2012-06-05 Thread Eric Schulte
henry atting writes: > Hi, > > I do not succeed in generating an inline image as a result of a > python code block. The code itself works, C-c C-c generates the > according picture, but only in my home directory. The code block: > > -*- org-babel-python-command: "python3" -*- > #+begin_src python

Re: [O] [PATCH] Re: [babel] Relative path for "dir" header argument

2012-06-05 Thread Eric Schulte
Hans-Peter Deifel writes: > On Di, Mai 29 2012, Hans-Peter Deifel wrote: >> Currently, the 'dir'-argument only understands absolute paths, because >> it simply sets default-directory. >> >> I think it would be quite useful to be able to specify paths relative to >> the default-directory of the bu

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-05 Thread Mike Fitzgerald
Took the suggestion to run edebug. A couple of observations: 1) CAPTURE-journal buffer opens around line 485 but is is killed shortly after without the user (me) doing anything (just spacebar to step thru the code) (if (and (buffer-base-buffer (current-buffer)) (string-matc

Re: [O] Use [org-latex] or [org-e-latex] for exporter problems

2012-06-05 Thread Jambunathan K
> This was code for Beamer slides, hence using the old LaTeX exporter. Why not use [beamer] or [org-beamer] in addition to other tags that might be required? --

[O] Variable naming (old vs new exporter)

2012-06-05 Thread Sebastien Vauban
Hello, A quick question about the future of the exporters: when the new exporter will be (more) integrated into Org, - will the old ones be removed? - will the packages be renamed? - will the variables be renamed (for example, from `org-e-html-preamble-format' to `org-html-preamble-format')?

Re: [O] python/babel inline images

2012-06-05 Thread Brett Viren
henry atting writes: > I do not succeed in generating an inline image as a result of a > python code block. The code itself works, C-c C-c generates the > according picture, but only in my home directory. The code block: Could you not just follow the block with a hand-written link to the output

Re: [O] Use [org-latex] or [org-e-latex] for exporter problems

2012-06-05 Thread Sebastien Vauban
Hi Jambunathan, Jambunathan K wrote: > Please use [org-latex] or [org-e-latex] while reporting exporter > problems. Likewise for other exporters. This was code for Beamer slides, hence using the old LaTeX exporter. > If you are exporting with old exporter, export once with the new > exporter al

Re: [O] LaTeX export -- Table with align option

2012-06-05 Thread Sebastien Vauban
Hi Eric, Eric Fraga wrote: > Sebastien Vauban writes: >> I want to customize a bit the layout of a table, using the =align= parameter >> as >> explained on http://orgmode.org/manual/Tables-in-LaTeX-export.html. >> >> That works well for the first two common usages (see ECM) but not with >> @-exp

[O] Use [org-latex] or [org-e-latex] for exporter problems

2012-06-05 Thread Jambunathan K
Please use [org-latex] or [org-e-latex] while reporting exporter problems. Likewise for other exporters. If you are exporting with old exporter, export once with the new exporter also, just for the fun of it. More importantly report problems or inconsistencies. This will immensely help to impr

Re: [O] LaTeX export -- Table with align option

2012-06-05 Thread Eric Fraga
Sebastien Vauban writes: > Hello, > > I want to customize a bit the layout of a table, using the =align= parameter > as > explained on http://orgmode.org/manual/Tables-in-LaTeX-export.html. > > That works well for the first two common usages (see ECM) but not with > @-expressions (see, for examp

[O] python/babel inline images

2012-06-05 Thread henry atting
Hi, I do not succeed in generating an inline image as a result of a python code block. The code itself works, C-c C-c generates the according picture, but only in my home directory. The code block: -*- org-babel-python-command: "python3" -*- #+begin_src python import csv import matplotlib.pyplot

Re: [O] showing standard references (e.g. column B) in tables using C-c }

2012-06-05 Thread Carsten Dominik
Hi Stephen, On 5.6.2012, at 12:23, Stephen Eglen wrote: > > When using C-c } in a table, the columns are labelled $1, $2, etc. How > can I get them labelled as "A", "B" etc, as in the figure > > http://orgmode.org/worg/images/bzg/reference_visualization.jpg > > Thanks, Stephen > this would

[O] showing standard references (e.g. column B) in tables using C-c }

2012-06-05 Thread Stephen Eglen
When using C-c } in a table, the columns are labelled $1, $2, etc. How can I get them labelled as "A", "B" etc, as in the figure http://orgmode.org/worg/images/bzg/reference_visualization.jpg Thanks, Stephen

Re: [O] Problems exporting Org code blocks in LaTeX

2012-06-05 Thread Sebastien Vauban
Hello, > I want to show (in Beamer slides) how to write an Org table [...]. > > I write an Org source block, which is exported to LaTeX... but not fully... > The line "#+ATTR_LaTeX: align=rrl" disappears from the exported code! Here a compilable ECM, for the sake of ease: --8<---cut

Re: [O] [PATCH] Re: [babel] Relative path for "dir" header argument

2012-06-05 Thread Forian Schmaus
Hans-Peter Deifel gmx.de> writes: > > On Di, Mai 29 2012, Hans-Peter Deifel wrote: > > Currently, the 'dir'-argument only understands absolute paths, because > > it simply sets default-directory. > > > > I think it would be quite useful to be able to specify paths relative to > > the default-dir