[Orgmode] How to align tag to the right margin

2010-12-07 Thread Chao LU
Dear all, Got another question, as titled, how to align tag to the right margin? My org tag look like below: *| blablabalblablab :Book:Doc:EBook:STAR5:*|* | | - | >There's some blank between the tags and the right boundary

Re: [Orgmode] Multi Todo state

2010-12-07 Thread suvayu ali
Hi Chao, On Tue, Dec 7, 2010 at 8:54 AM, Chao LU wrote: > Besides, what's the essential difference between TODO and TAG? Since to me, > TODO is kind of special TAG? > The way I understand it, TODO states have a flow/sequence to it. Although they need not always be sequential, e.g. a type TODO ke

Re: [Orgmode] Re: re-importing ascii export

2010-12-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/06/2010 06:34 PM, Sébastien Mengin wrote: > Le lun. 06/12/10 (05:49:34 +0100), Erik Butz a écrit : >> any hints at all? > Hi Sébastian > I read this morning that pandoc was now converting into orgmode... might > worth giving it a try? Sounds

Re: [Orgmode] Re: re-importing ascii export

2010-12-07 Thread Jeff Horn
> Sounds interesting - where did you find this? I can not find anything on > the website of pandoc ( http://johnmacfarlane.net/pandoc/index.html ) Puneeth mentioned this a few days ago on this list. Search the archives for "pandoc" maybe? Jeff -- Jeffrey Horn Graduate Lecturer and PhD Student i

Re: [Orgmode] Re: re-importing ascii export

2010-12-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/07/2010 09:30 AM, Jeff Horn wrote: >> Sounds interesting - where did you find this? I can not find anything on >> the website of pandoc ( http://johnmacfarlane.net/pandoc/index.html ) > > Puneeth mentioned this a few days ago on this list. Searc

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-07 Thread Sven Bretfeld
Hi Matthew Matthew Jones writes: > Alright guys, I've gotten this to work I've posted an early build of > MobileOrg that supports this here: > > http://matburt.net/files/mobileorg-debug.apk > > basically, you need to emit the action: com.matburt.mobileorg.CAPTURE > > it takes an "extra" inte

[Orgmode] Re: org-indent, org-inlinetask: patches on github

2010-12-07 Thread Sébastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: > It has been applied to master branch. > > I will keep an eye on reported bugs about it. It shouldn't change > anything for users not requiring org-inlinetask in their Org > configuration, though. Perfect. Thanks! Best regards, Seb -- Sébastien Vauban __

[Orgmode] Re: Two issues with :VISIBILITY: property

2010-12-07 Thread Matt Lundin
Cassio Koshikumo writes: > Thanks a lot, Matt! The patch did correct the second issue. > > About the first one: > >> I cannot replicate this. When I move the headlines, they remain folded. > > It's strange that you cannot replicate this behavior. I got today's > snapshot and disabled all my custo

Re: [Orgmode] Orgmode and Unicode characters

2010-12-07 Thread Eric S Fraga
Dov Grobgeld writes: > The way I see it, within org-mode you wouldn't have to change > anything in your input, but C-c C-c or other hot keys would do the > change automatically. But I really don't mind if the underlying > buffer stays the same, but only the display changes. Yes, I think the unde

[Orgmode] Sparse tree using regexp

2010-12-07 Thread Juri Artamonov
Hello, I have aquamacs and I have org file. I would like to leave lines that which contains only words TODO or INPROGRESS. I do Ctrl-C + / + / and then enter regular expression. If I enter TODO or just INPROGRESS then it works but when I try to enter TODO|INPROGRESS or TODO\|INPROGRESS in order t

[Orgmode] Re: Sparse tree using regexp

2010-12-07 Thread Marco (m) Wahl
Juri Artamonov writes: > Hello, > > I have aquamacs and I have org file. I would like to leave lines that > which contains only words TODO or INPROGRESS. > > I do Ctrl-C + / + / and then enter regular expression. If I enter TODO > or just INPROGRESS then it works but when I try to enter > TODO|IN

[Orgmode] Re: Coding systems in Babel

2010-12-07 Thread Vincent Beffara
Hello, > So, the instance of python spawned by C-c C-c receives the text as > latin-1 encoded. Somewhere a conversion from UTF8 to latin-1 > happens. But I don't want that, I want everything to stay in UTF8 from > the beginning to the end. I guess I have two questions: > > At what point in the pr

Re: [Orgmode] Re: Sparse tree using regexp

2010-12-07 Thread suvayu ali
On Tue, Dec 7, 2010 at 1:29 PM, Marco (m) Wahl wrote: > Juri Artamonov writes: > >> Hello, >> >> I have aquamacs and I have org file. I would like to leave lines that >> which contains only words TODO or INPROGRESS. >> >> I do Ctrl-C + / + / and then enter regular expression. If I enter TODO >> o

Re: [Orgmode] Re: Sparse tree using regexp

2010-12-07 Thread Juri Artamonov
Hello Marco, this way it's working. Do you know why it's required additional brackets and it's handling? Thank you, Juri. On Tue, Dec 7, 2010 at 12:29 PM, Marco (m) Wahl wrote: > Juri Artamonov writes: > > > Hello, > > > > I have aquamacs and I have org file. I would like to

[Orgmode] Re: Sparse tree using regexp

2010-12-07 Thread Marco (m) Wahl
hi Juri, > > I do Ctrl-C + / + / and then enter regular expression. If I enter TODO > > or just INPROGRESS then it works but when I try to enter > > TODO|INPROGRESS or TODO\|INPROGRESS in order to see records containing > > one of these words then no records are shown. > > >

[Orgmode] [Babel] Tangling ignores LOB file?

2010-12-07 Thread Sébastien Vauban
#+TITLE: Tangling process ignores LOB? #+DATE: 2010-12-07 #+LANGUAGE: en_US #+BABEL: :cmdline -S server -U user -P password -d database -n -w 700 :results output :exports both * Abstract References to named code blocks located in a LOB file seem to be ignored by the tangling process.

Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-07 Thread Thomas S. Dye
Aloha Chuck, On Dec 6, 2010, at 6:48 PM, Charles C. Berry wrote: On Mon, 6 Dec 2010, Sunny Srivastava wrote: Hello Chuck: Your idea is very interesting. I am curious to make use of your ideas. If it is not too much trouble, can you please share an example org file that you use for package

[Orgmode] [Babel] (Don't) recenter buffer after evaluating code block

2010-12-07 Thread Sébastien Vauban
Hi, I've noticed that, after every (single) code block evaluation, the buffer is getting re-centered around point. I personally find this annoying, and tried to get rid of it. So I've searched all `ob-*.el' files for the string `recenter', but I did not find any. Any idea on how to turn this off

[Orgmode] Re: Sparse tree using regexp

2010-12-07 Thread Matt Lundin
marcow...@gmail.com (Marco (m) Wahl) writes: > hi Juri, > >> > I do Ctrl-C + / + / and then enter regular expression. If I enter TODO >> > or just INPROGRESS then it works but when I try to enter >> > TODO|INPROGRESS or TODO\|INPROGRESS in order to see records containing >> > one o

[Orgmode] [babel] void-function org-babel-load-file

2010-12-07 Thread Karl Maihofer
Dear Orgmode Users, when I try to update to the latest git version of Org I get the following error. What do I miss? , | Debugger entered--Lisp error: (void-function org-babel-load-file) | (org-babel-load-file (expand-file-name "e:/configs/emacs-config.org" dotfiles-dir)) | eval-buf

[Orgmode] Latex preview - working directory

2010-12-07 Thread Maximilian Matthé
Hi guys, I just wanted to try out the latex snippet preview. There is a problem with that since I have in my org-document the following preamble: #+LATEX_HEADER: \input{../vlstyle} which refers to a .tex-file relative to the location of my document. The file contains some definitions for math. s

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-07 Thread Matthew Jones
Hi Sven... that's a nice one, you might could add that to the scripts section of the MobileOrg wiki. Pretty soon the Capture interface will be extended to allow settings tags and other things on captured notes... once these are in place I will extend the CAPTURE action to also take these values as

Re: [Orgmode] Multi Todo state

2010-12-07 Thread Eric S Fraga
suvayu ali writes: > Hi Chao, > > On Tue, Dec 7, 2010 at 8:54 AM, Chao LU wrote: >> Besides, what's the essential difference between TODO and TAG? Since to me, >> TODO is kind of special TAG? >> > > The way I understand it, TODO states have a flow/sequence to it. > Although they need not always

Re: [Orgmode] How to align tag to the right margin

2010-12-07 Thread Eric S Fraga
Chao LU writes: > Dear all, > > Got another question, as titled, how to align tag to the right > margin? My org tag look like below: check out the variable =org-tags-column= (C-h v org-tags-column RET). -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.3 (

Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-07 Thread Charles C. Berry
On Tue, 7 Dec 2010, Thomas S. Dye wrote: Aloha Chuck, On Dec 6, 2010, at 6:48 PM, Charles C. Berry wrote: On Mon, 6 Dec 2010, Sunny Srivastava wrote: {snip] I posted the vanilla version of the file at http://famprevmed.ucsd.edu/faculty/cberry/org-mode/RpkgExample.org It has the src bloc

[Orgmode] source code block export no expansion

2010-12-07 Thread Andreas Leha
Hi all, I have a question about exporting source code blocks. Say, I have several modules (mod1, mod2), that build a bigger part (part1) of my program, e.g.: #+srcname: mod1 #+begin_src R :tangle no :export code print("mod1") #+end_src #+srcname: mod2 #+begin_src R :tangle no :ex

[Orgmode] [PATCH] displaymath environment and MathJax

2010-12-07 Thread Łukasz Stelmach
Greetings All. The following patch makes MathJax consider \begin{displaymath} and \end{displaymath} as math environmetn boundaries. For someone who, like me, keeps "The not so short introduction to LaTeX2e" alway around, the displaymath environment is the default way to introduce a block of math.

Re: [Orgmode] source code block export no expansion

2010-12-07 Thread Thomas S. Dye
Aloha Andreas, Perhaps :noweb tangle will do what you want. hth, Tom On Dec 7, 2010, at 7:38 AM, Andreas Leha wrote: Hi all, I have a question about exporting source code blocks. Say, I have several modules (mod1, mod2), that build a bigger part (part1) of my program, e.g.: #+srcname: mo

[Orgmode] calling to Emacs server to export to PDF

2010-12-07 Thread Herbert Sitz
I'm trying to call a function in an Emacs server to export a file to PDF using the following command: "c:\program files (x86)\emacs\emacs\bin\emacs.exe" -batch --visit=[myfile] --funcall org-export-as-pdf It works okay but it doesn't seem to use the default latex class that I've defined in my .em

[Orgmode] [PATCH] Place Footnotes section before signature in all message-mode derived modes.

2010-12-07 Thread Tassilo Horn
* org-footnote.el (org-footnote-create-definition): Place Footnotes section before message-signature-separator also in modes derived from message-mode. --- lisp/org-footnote.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el

Re: [Orgmode] source code block export no expansion

2010-12-07 Thread Andreas Leha
Hi Tom, thanks for this answer. This indeed comes closer to what I want. But, some comments: (1) There seems to be an error in the manual: In the manual the :noweb tangle header argument is given as :noweb yes, which is why I missed that option. (2) The noweb link are expanded *always* (i.e. e

[Orgmode] Elsevier's "Executable Paper Grand Challenge"

2010-12-07 Thread Bill White
In light of recent paper by Davison, Dominik, Dye and Schulte, this sounds like something org-mode could address: http://www.executablepapers.com There is a USD 1 first-place award. Executable Paper Grand Challenge is a contest created to improve the way scientific information is commun

Re: [Orgmode] calling to Emacs server to export to PDF

2010-12-07 Thread Nick Dokos
[Resending to the list: I got bitten by my old server verification nemesis. Hope this makes it. Apologies to Herb for the duplicates.] Herbert Sitz wrote: > I'm trying to call a function in an Emacs server to export a file to PDF usin g > the following command: > > "c:\program files (x86)\emac

Re: [Orgmode] Re: Questions about org-capture templates and usage

2010-12-07 Thread Nick Dokos
[Resending to the list, after fixing a mail problem. I badly wanted to correct my mistake, but my mail to the list kept disappearing. Apologies to Alan for the multiple copies.] Nick Dokos wrote: > Alan E. Davis wrote: > > > I have org-capture assigned to C-c, so C-u C-u C-c c goes straight

Re: [Orgmode] source code block export no expansion

2010-12-07 Thread Thomas S. Dye
Aloha Andreas, On Dec 7, 2010, at 8:49 AM, Andreas Leha wrote: Hi Tom, thanks for this answer. This indeed comes closer to what I want. But, some comments: (1) There seems to be an error in the manual: In the manual the :noweb tangle header argument is given as :noweb yes, which is why I

[Orgmode] Re: calling to Emacs server to export to PDF

2010-12-07 Thread Herbert Sitz
Nick Dokos hp.com> writes: > Yes, --batch implies -q, so you have to load your .emacs explicitly (or > perhaps > strip it down to its essentials and create a minimal .emacs for such a use). > > Probably not: try > > emacs --batch --load $HOME/minimal.emacs --visit --funcall org-export-as-pd

Re: [Orgmode] source code block export no expansion

2010-12-07 Thread Andreas Leha
Hi Tom, thanks for the answer and thanks for spotting the typo. But even with the typo corrected during export the noweb links are still exported. #+srcname: mod1 #+begin_src R :tangle no :export code print("mod1") #+end_src #+srcname: mod2 #+begin_src R :tangle no :export code

[Orgmode] Export of quoted region to HTML

2010-12-07 Thread Vincent Belaïche
Hello, In the following: --- * grmag, #+begin_quote flkan mvrj: + vfdeovndeq vdQ GV DRGB RGH RF HR H RH TR HTR HTZNTS FEZ GFE GEGERBGER EGAGEG FEZ AGG ERG R GHRA + fe zf el eaglv erg rbg ergnr brpa bgrek bgrekbg rekbg er gver

Re: [Orgmode] Export of quoted region to HTML

2010-12-07 Thread Jeff Horn
What happens if you add two blank lines after your last list item, before closing the quote? On Tue, Dec 7, 2010 at 3:06 PM, Vincent Belaïche wrote: > Hello, > > In the following: > > --- > * grmag, > > #+begin_quote > flkan  mvr

Re: [Orgmode] source code block export no expansion

2010-12-07 Thread Thomas S. Dye
Aloha Andreas, Thanks for your patience and persistence. I think this might qualify as a bug. Using your code, if I don't run R in a session, or if I run R in a session but don't name the session, everything works as expected. The behavior changes for me when the session gets a name. A

[Orgmode] (org-log-done 'time) and the subsequent line

2010-12-07 Thread Rob Moss
Greetings, I've just started using org-mode. I began with a tutorial (http://dto.github.com/notebook/orgtutorial.html) and have also read bits of the Compact Org-mode Guide and the org-mode manual. But after an hour or two of fruitless searching, I am stuck with a problem/question concerning the l

Re: [Orgmode] (org-log-done 'time) and the subsequent line

2010-12-07 Thread Joost Helberg
Rob, what's the version of your software. With an emacs -q which only loads (require 'org) and sets (set 'org-log-done t) your symptoms don't appear. regards, Joost > "Rob" == Rob Moss writes: > Subject: [Orgmode] (org-log-done 'time) and the subsequent line > From: Rob Moss > To: em

Re: [Orgmode] How to align tag to the right margin

2010-12-07 Thread Chao LU
Hi Eric, Yes, it works, by (setq org-tags-column 90). But new question arise, it does not apply to the tags which have already been there (only new tags after the modification of the alignment number), so how could I get all the tags updated? Thanks and best, Chao On Tue, Dec 7, 2010 at 10:24 A

[Orgmode] Feature request [7.3]

2010-12-07 Thread Dave Abrahams
When using Org for planning, I often find myself corrupting my Org files. All kinds of things can go wrong, but the basic issue is that agenda items have a syntax, and it's easy to violate, especially when I'm going *fast*, which after all is what Org is supposed to enable! For example, a typica

Re: [Orgmode] How to align tag to the right margin

2010-12-07 Thread Martin Pohlack
On 07.12.2010 21:48, Chao LU wrote: > Hi Eric, > > Yes, it works, by (setq org-tags-column 90). But new question arise, it does > not apply to the tags which have already been there (only new tags after the > modification of the alignment number), so how could I get all the tags > updated? org-al

Re: [Orgmode] Elsevier's "Executable Paper Grand Challenge"

2010-12-07 Thread Thomas S. Dye
Aloha Bill, On Dec 7, 2010, at 9:26 AM, Bill White wrote: In light of recent paper by Davison, Dominik, Dye and Schulte, this sounds like something org-mode could address: http://www.executablepapers.com There is a USD 1 first-place award. Executable Paper Grand Challenge is a contest cr

Re: [Orgmode] Elsevier's "Executable Paper Grand Challenge"

2010-12-07 Thread Erik Iverson
The purpose of the Executable Paper Challenge is to invite scientists to put forth their ideas pertaining to these pressing and unsolved questions. I come up with the same answer to all four questions --- Org-mode! Yes, these are only unsolved questions to those who haven't discovered

Re: [Orgmode] (org-log-done 'time) and the subsequent line

2010-12-07 Thread Rob Moss
Hi Joost, I'm running Emacs 23.2.1 (with orgmode 6.33 bundled) on OS X 10.6 and I have also tested this with orgmode 7.3. Thanks for the "emacs -q" tip. The symptoms don't appear when I do this, and it only took a minute or two to discover that turning off longlines-mode in my regular emacs sessi

[Orgmode] Babel & sh & Windows

2010-12-07 Thread Srinivas
Hi I am trying to learn how to use Babel on a Windows system and need some help. I would like to produce the directory tree for a given directory (/bin in this example). I tried the following: #+srcname: directory-tree #+BEGIN_SRC sh :dir /bin :results output org replace :exports results tree

Re: [Orgmode] How to align tag to the right margin

2010-12-07 Thread Rodney Price
C-u C-c C-q works for me. I switch between machines with different monitors, and I find that in the agenda view, the tags can intrude on the headline space. That is, an entry I make on one machine puts the tag in a different place than an entry I make on another machine. The following snippet l

[Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-07 Thread Sébastien Vauban
Hi Eric, Let's see if I'm a good proof-reader. Here are my comments, looking at things not already said by others: Page 1 -- "... desirable to mix prose, (add input data?,) code, and computational results." Page 3 -- It'd be better not to have commas in front of the Org-mode block in Figure 1.

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-07 Thread Sven Bretfeld
Hi Matthew Matthew Jones writes: > Hi Sven... that's a nice one, you might could add that to the scripts section > of > the MobileOrg wiki. Did it. > Pretty soon the Capture interface will be extended to allow settings tags and > other things on captured notes... once these are in place I wil

Re: [Orgmode] Latex preview - working directory

2010-12-07 Thread Matthew Leifer
One solution would be to put you math definitions into a .sty file instead of a .tex file so that you can use \usepackage{vlstyle} instead of \input. If you put (or symlink) the file in your local texmf path it should work. I do this for my math shortcuts and it works fine with org-mode. To make

[Orgmode] Automatically insert inactive timestamps

2010-12-07 Thread Julian Burgos
Dear list, This is the newbie question of the day. I would like to get an inactive time stamp automatically in each new entry in org mode. Could somebody explain me how to do this? Many thanks, Julian -- Julian Mariano Burgos Hafrannsóknastofnunin/Marine Research Institute Skúlagata 4, 121 Re

[Orgmode] Clock report: ignore empty entries (7.3)

2010-12-07 Thread Markus Heller
Hello everybody, I also like the new looks of the clock report, but I have one question. My scope is set to agenda-with-archives, and I'm wondering if it is possible to ignore files with no clock info for the tstart tend interval. Thanks and Cheers! Markus _

[Orgmode] [MobileOrg] Specify files to be sync'ed

2010-12-07 Thread Markus Heller
Hello list, I'm wondering if it is possible to specify a list of files for use with MobileOrg, as opposed to having all agenda files sync'ed. In case you're wondering why I would like to do this: I'm working for a company, and I cannot put confidential information on a public webserver (I know D

Re: [Orgmode] Automatically insert inactive timestamps

2010-12-07 Thread Russell Adams
On Wed, Dec 08, 2010 at 12:24:33AM +, Julian Burgos wrote: > Dear list, > > This is the newbie question of the day. I would like to get an inactive > time stamp automatically in each new entry in org mode. Could somebody > explain me how to do this? > > Many thanks, > > Julian If you are usin

[Orgmode] Re: Automatically insert inactive timestamps

2010-12-07 Thread Bernt Hansen
Julian Burgos writes: > This is the newbie question of the day.  I would like to get an inactive time > stamp automatically in each new > entry in org mode. Could somebody explain me how to do this? Hi Julian, Here is what I use in my setup: Creating new headlines insert inactive timestamps a

[Orgmode] Re: Clock report: ignore empty entries (7.3)

2010-12-07 Thread Bernt Hansen
Markus Heller writes: > Hello everybody, > > I also like the new looks of the clock report, but I have one question. > > My scope is set to agenda-with-archives, and I'm wondering if it is > possible to ignore files with no clock info for the tstart tend > interval. Yes it's possible. Add :file

Re: [Orgmode] Feature request [7.3]

2010-12-07 Thread Jeff Horn
I don't know about others, but I just put note text below everything else, but before the next headline On Tue, Dec 7, 2010 at 3:59 PM, Dave Abrahams wrote: > > When using Org for planning, I often find myself corrupting my Org > files.  All kinds of things can go wrong, but the basic issue is th

Re: [Orgmode] [MobileOrg] Specify files to be sync'ed

2010-12-07 Thread Matthew Jones
Hey Markus, http://orgmode.org/manual/Pushing-to-MobileOrg.html#Pushing-to-MobileOrg If you configure org-mobile-files to contain just the files you want copied over, then that is all that will be synced during an org-mobile-push http://matburt.net On Tue, Dec 7, 2010 at 7:43 PM, Markus Heller

Re: [Orgmode] source code block export no expansion

2010-12-07 Thread Andreas Leha
Hi Tom, thanks a lot for looking into it! Fixing this is unfortunately off my limits. But for me the unnamed session is a valid work-around for me, since I do not need several sessions right now. Thanks for this hint. Cheers, Andreas Am 07.12.2010 21:14, schrieb Thomas S. Dye: > Aloha Andre

[Orgmode] Another LaTeX export corner case...

2010-12-07 Thread Richard Lawrence
This evening, I noticed that the footnote syntax breaks if you use LaTeX commands with an optional argument inside a footnote, e.g.: * Some headline Blah blah blah blah[fn:: This enlightened message brought to you by \cite[p. 100]{SomeBibKey}] The internal square brackets in the \cite command cau