Re: [Orgmode] does #+PROPERTY still exist ?

2010-09-21 Thread Nick Dokos
Vincent Belaïche wrote: > In the org manual node `(org) Property syntax' one can read the > following: > > > --8<-coupez ici--début-->8--- >If you want to set properties that can be inherited by any entry > in a file, use a line like > #+PROPERTY:

Re: [Orgmode] Trying to write an elisp function to move subtree to end of file

2010-09-21 Thread Nick Dokos
Charles Cave wrote: > I am writing an elisp function to move the subtree (at the point/cursor) > to the end of the file. The code from .elisp is shown > > I get an error message "Invalid function: (org-cut-subtree) > > (defun move-subtree-to-end () > (interactive) > (save-excursion ( > (

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-09-21 Thread Thomas S. Dye
Aloha Srinivas, Good news. I'm not sure what you mean by "close," though. In the LaTeX world, a document is supposed produce the same output regardless of the platform or the output device. "Close" is typically not good enough. Feel free to ask questions when they arise. All the best, T

Re: [Orgmode] Org capture with predefined entries from a list?

2010-09-21 Thread Miguel Ruiz
--- El mié, 22/9/10, Bastien escribió: > De: Bastien > Asunto: Re: [Orgmode] Org capture with predefined entries from a list? > Para: "Miguel Ruiz" > CC: emacs-orgmode@gnu.org > Fecha: miércoles, 22 de septiembre, 2010 01:00 > Hi Miguel, > > Miguel Ruiz > writes: > > > 1. In any buffer: M-

[Orgmode] Re: Trying to write an elisp function to move subtree to end of file

2010-09-21 Thread Noorul Islam K M
Charles Cave writes: > I am writing an elisp function to move the subtree (at the point/cursor) > to the end of the file. The code from .elisp is shown > > I get an error message "Invalid function: (org-cut-subtree) > > (defun move-subtree-to-end () > (interactive) > (save-excursion ( > (o

[Orgmode] does #+PROPERTY still exist ?

2010-09-21 Thread Vincent Belaïche
In the org manual node `(org) Property syntax' one can read the following: --8<-coupez ici--début-->8--- If you want to set properties that can be inherited by any entry in a file, use a line like #+PROPERTY: NDisks_ALL 1 2 3 4 --8<-coupez

Re: [Orgmode] [PATCH] Apply patch for hour/minute repeater support

2010-09-21 Thread Manish
Hello Andrew, I copied the diff from "---" to the version number at the end of the diff to a file and ran a "git apply " while on a local branch. It fails with "fatal: corrupt patch at line 12" which is: , | @cindex timestamp, with repeater interval ` Any clues what I could be doing wron

Re: [Orgmode] problem with label in latex export

2010-09-21 Thread Indraneel Majumdar
Sorry, forgot to cc to the list... Hi Bastien, I'm so glad to receive a reply. The problem is twofold. I need numbered paragraphs in Latex, with cross-references to the paragraphs. Since latex seems to have muddled with \par and \endpar, although numbered paragraphs are possible in Tex, the

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-09-21 Thread Thomas S. Dye
Srinivas, I don't know what is causing that. I've never seen it before. Are you able to compile successfully with the times option (which doesn't use the inconsolata font?) All the best, Tom On Sep 21, 2010, at 4:44 PM, Srinivas wrote: Thomas S. Dye tsdye.com> writes: Tom, I tried to

[Orgmode] Re: Sparse trees and searching for multiple words

2010-09-21 Thread Matt Lundin
Tom writes: > I see sparse trees can be constructed by searching for a regexp, but I > can't find the same ability for multiple searches. > > For example, I'd like to see entries which contains the words 'cat' and > 'dog' in any order. Or 'apple', 'orange', 'melon', 'plum' and 'pear' > in any ord

[Orgmode] Re: A LaTeX class for Org-mode export

2010-09-21 Thread Srinivas
Thomas S. Dye tsdye.com> writes: Tom, I tried to run and produce PDF using Miktex 2.8 on Windows (Emacs 23.1). I get an error: (C:\bin\miktex-2.8\tex\latex\inconsolata\inconsolata.sty)) ! LaTeX Error: File `nil.sty' not found. and the PDF is not produced. I am a newbie at trying LaTeX so don

[Orgmode] Howto define formula for table regions

2010-09-21 Thread Torsten Wagner
Hi, I am just playing around with the table function of org-mode. I tried to create a little table to track the financial status of a project. I thought it would be nice to distinguish between entries which really had billed the account already and entries which will bill the account in the future

[Orgmode] Trying to write an elisp function to move subtree to end of file

2010-09-21 Thread Charles Cave
I am writing an elisp function to move the subtree (at the point/cursor) to the end of the file. The code from .elisp is shown I get an error message "Invalid function: (org-cut-subtree) (defun move-subtree-to-end () (interactive) (save-excursion ( (org-cut-subtree) (end-of-buffer) (o

Re: [Orgmode] [WISH] ELPA repo for org-mode?

2010-09-21 Thread Scot Becker
> 1) more goes to org-mode/contrib/lisp: this is okay, but requires >   more people to have write access to Org I can't comment on whether that is undesirable, but I assume that if the number of contributions grows, it might be best to take one of the other routes. > 2) have a separate Org contri

Re: [Orgmode] Org capture with predefined entries from a list?

2010-09-21 Thread Bastien
Hi Miguel, Miguel Ruiz writes: > 1. In any buffer: M-x org-capture > 2. Appears a menu saying "Select a capture template". Of course, two options > [t] and [j], and [C] Customize org-capture-templates and [q] Abort. > 3. I press [t] and get a "capture buffer" with "* TODO" inserted, ready to >

[Orgmode] Re: Mediawiki and org-mode

2010-09-21 Thread Bastien
Hi Dan, Dan Davison writes: > This is a slightly cosmetic issue, but would it make sense to separate > the parsing functions from the strictly export-related stuff? I see no real problem here, but I'd rather wait for real use-cases before allowing the parsing code to sneak into org-mode/lisp/o

Re: [Orgmode] output of shell command in agenda

2010-09-21 Thread Bastien
Hi henry, henry atting writes: > I am using ledger to track my finances. I would like to have a brief > summary of some part of it in org agenda. http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.php should give direction on how to display ledger output in Org files. I don't se

Re: [Orgmode] problem with label in latex export

2010-09-21 Thread Bastien
Hi Indraneel, Indraneel Majumdar writes: > Since orgmode already uses hyperref, is there any reason why > \phantomsection is not added before \label by default? Can you explain why \phantomsection is useful here? Thanks, -- Bastien ___ Emacs-org

Re: [Orgmode] [WISH] ELPA repo for org-mode?

2010-09-21 Thread Bastien
Jambunathan K writes: > I think ELPA repository for orgmode-only packages (hosted where else but > on worg) could be quite useful. The idea came up in emacs-devel [1]. AFAIU there are now three possible locations for Org extensions: - the org-mode/contrib/lisp directory of Org's git repo http

Re: [Orgmode] Re: Sparse trees and searching for multiple words

2010-09-21 Thread Scot Becker
Tom, I agree that a flexible multi-term search would be a great addition to org-mode and Emacs in general. I'd say that Google has spoiled us, but like all who are spoiled I believe my inflated desires to be perfectly reasonable! I'm keeping more and more notes in org-mode, and the more I keep,

[Orgmode] Mail merge in isodoc class (with datatool... and Org)

2010-09-21 Thread Sébastien Vauban
Hi Eric, Going on within the _tangle_ route, I've managed getting *mail merge* working from Org, by using the =isodoc= class with the LaTeX package =datatool=. --8<---cut here---start->8--- #+TITLE: Org-isodoc #+AUTHOR:Seb Vauban #+DATE: 2010-09-21

Re: [Orgmode] MobileOrg pushing

2010-09-21 Thread Matthew Jones
Hi CW64Whiz... instead of posting this hear could you fill out a feature request in the Github bug tracker? That helps me consolidate these things. 73, Matthew W. Jones (KI4ZIB) http://matburt.net On Tue, Sep 21, 2010 at 1:48 PM, C64 Whiz wrote: > When pushing my .org files for publishing, I

[Orgmode] Re: [Babel] Can't export to LaTeX anymore (args-out-of-range 0 0)

2010-09-21 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> "Eric Schulte" wrote: >>> [...] >>> #+srcname: subject >>> #+begin_src org :results org replace :noweb yes >>> Composing letters using *Org mode* and the LaTeX isodoc class >>> >>> <> >>> #+end_src >> >> Question: =:results org replace=

[Orgmode] MobileOrg pushing

2010-09-21 Thread C64 Whiz
When pushing my .org files for publishing, I see the "content" of a heading is truncated for the Agenda views. i.e. I have a heading with 7 "- [ ]" lines. But in the "-agenda(W38-W42)" view on MobileOrg (Android 0.4.1), the entry for that heading is truncated to only 5 "- [ ]" lines (It's not

[Orgmode] Re: Sparse trees and searching for multiple words

2010-09-21 Thread Ilya Shlyakhter
> For example, I'd like to see entries which contains the words 'cat' and > 'dog' in any order. Or 'apple', 'orange', 'melon', 'plum' and 'pear' > in any order. Maybe this will help: http://www.emacswiki.org/emacs/StringPermutations ___ Emacs-orgmode

[Orgmode] Re: Generic LaTeX class support (scrlttr2/isodoc)

2010-09-21 Thread Jambunathan K
= 20100921 , to = Orgmode Mailing List \\ GNU Mailing List \\ World Wide Web \\ Internet - 11 , opening = Friends , subject = Composing letters using isodoc , closing = Thanks , enclosures = org-latex-generic.el org-scrlttr2.el org-isodoc.el org-letter-utils.el

[Orgmode] Generic LaTeX class support (scrlttr2/isodoc)

2010-09-21 Thread Jambunathan K
This is a follow upon my earlier posts in the following threads: [1] 'Composing letters using org-mode and scrlttr2' [2] Composingletters using Org mode and the LaTeX isodoc clas' I am attaching four files - org-latex-generic.el - org-letter-utils.el - org-scrlttr2.el - org-isodoc.el Functiona

Re: [Orgmode] Re: orgmode as a reference system: Storing private/sensitive information and syncing across devices.

2010-09-21 Thread Marcelo de Moraes Serpa
> Those who store _really_ sensitive data unencrypted in the cloud are > too lazy to think about it for a moment. Or just plain crazy. Or so > bored they are eagerly awaiting some trouble. Yeah, you are right. Even if the transport protocol is encrypted, storing in plaintext doesn't sound like a g

[Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Achim Gratz
Fix confirmed. Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ DIY Stuff: http://Synth.Stromeko.net/DIY.html ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org htt

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-09-21 Thread Nicolas Goaziou
Hello, > Carsten Dominik writes: > Nicolas, can you in particular please take a look at this - I > believe you earlier said that you saw problems with it. Sure, I will have a look at it on Sunday. But before testing it, there is, by design, one thing that seems dangerous to me. Let's conside

Re: [Orgmode] plantuml and svg format instead of png - feature request

2010-09-21 Thread Eric Schulte
Hi Rainer, Sorry about the delayed reply. Rainer M Krug writes: > On 10/09/10 20:40, Eric Schulte wrote: >> Hi Rainer, >> >> If you could send me an example of how to generate an svg image using >> plantuml on the command line, I'll add that functionality to >> ob-plantuml.el. > > from org: >

Re: [Orgmode] Re: [Babel] Can't export to LaTeX anymore (args-out-of-range 0 0)

2010-09-21 Thread Eric Schulte
Sébastien Vauban writes: > Hi Eric and all the others, > > "Eric Schulte" wrote: >> Sébastien Vauban writes: >>> "Eric Schulte" wrote: > The error occurs with such a simple document: > > #+TITLE: Org-isodoc > #+LANGUAGE: en_US > > * Context > > This is a lett

Re: [Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Eric Schulte
Applied, Thanks Dan Davison writes: > Christian -- thanks, I think your suggestion is better than mine. > > Eric -- here's a small change that allows it to work before the first > headline. (protected from patchwork I hope) > > Dan > > X diff --git a/lisp/ob.el b/lisp/ob.el > X index e

Re: [Orgmode] suggestion/feature-request for dynamic blocks

2010-09-21 Thread Eric Schulte
Hi, Inquisitive Scientist writes: > Dear Experts, > > I'd like to make a suggestion/feature-request for people who write dynamic > blocks (which are very cool): > > 1. It would be really handy to have a parameter of the form :tname > which puts a #+TBLNAME: into the top of the table created b

[Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Thanks for pointing this out, I've pushed up a fix to this spacing issue. Perfect. Fix tested. Confirmed OK. Thanks. Best regards, Seb -- Sébastien Vauban ___ Emacs-orgmode mailing list Please use `Reply All' to s

[Orgmode] Update for habit documentation

2010-09-21 Thread Robert Horn
I've been using habits and found additional uses that are actually implemented but not mentioned in the documentation. What I've found useful are: 1) Using a '++' repeat style for habits that have calendar constraints. I use this for some activities that must be done on Monday, or on weekends.

Re: [Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Dan Davison
Christian -- thanks, I think your suggestion is better than mine. Eric -- here's a small change that allows it to work before the first headline. (protected from patchwork I hope) Dan --8<---cut here---start->8--- X diff --git a/lisp/ob.el b/lisp/ob.e

[Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> Sébastien Vauban wrote: >>> "Eric Schulte" wrote: I've just added [org-babel-demarcate-block] to the org-mode repo. >>> >>> I don't see any key binding (yet), after org-reload. >> >> Just on that one point of my posting: I know hav

Re: [Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Christian Moe
Hi Eric, Great, thanks. Christian On 9/21/10 3:04 PM, Eric Schulte wrote: Hi Christian, I agree generalizing this function over all block types would be very useful. When I find the time I will make this change. Thanks -- Eric Christian Moe writes: Hi, I'm late to this discussion, but

Re: [Orgmode] Re: [PATCH] Allow code edit buffer to inherit active region

2010-09-21 Thread Dan Davison
Carsten Dominik writes: > Hi Dan, > > both changes look good to me. OK, that is applied. So now, if the region is contained within a src block, then it will be inherited by the language major mode edit buffer. One consequence is that commands like M-; (comment-region) and C-M-\ (indent-region) c

[Orgmode] Re: [PATCH] Allow no stripping of blank lines from code

2010-09-21 Thread Dan Davison
This patch has been applied. Now, if you have set `org-src-tab-acts-natively', then you can enter a new indented blank line at the start/end of a src block using e.g. RET TAB or C-j TAB. It might be nice to make the native indentation happen automatically with C-j but I haven't looked into that.

[Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Dan Davison
"Eric Schulte" writes: > Sébastien Vauban writes: > >> Hi Eric, >> >> Sébastien Vauban wrote: >>> "Eric Schulte" wrote: I've just added [org-babel-demarcate-block] to the org-mode repo. >>> For now it still lives in the babel keymap behind (C-c C-v d) since it is fundamentally cod

Re: [Orgmode] Re: [BABEL] Speed keys

2010-09-21 Thread Eric Schulte
Yes, I've had this marked for reply for some time now, I'll be sure to look at it by the end of the week. Best -- Eric Carsten Dominik writes: > Hi Eric, > > could I ask you to take a look at this? > > Thanks > > - Carsten > > On Sep 7, 2010, at 12:57 AM, Jambunathan K wrote: > >> Is it p

Re: [Orgmode] Re: [babel] Environment around exported results

2010-09-21 Thread Eric Schulte
Hi Seb, I think you've made a good point for adding this functionality. I'll put this on the Babel TODO stack, and reply to this email when we get something implemented. Best -- Eric Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >>> Would you mind creating an LaTeX environment

Re: [Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Eric Schulte
Hi Christian, I agree generalizing this function over all block types would be very useful. When I find the time I will make this change. Thanks -- Eric Christian Moe writes: > Hi, > > I'm late to this discussion, but just a lateral thought: > > Would you consider rewriting this as `org-demar

Re: [Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Eric Schulte
Hi Achim, Thanks for pointing these warnings out, they are now fixed. Achim Gratz writes: > Hi Eric, > > your commit 88b8b839 raises the following warnings during compile on > EMACS 23.1: > > In org-babel-demarcate-block: > ob.el:1157:27:Warning: `previous-line' used from Lisp code > That comma

Re: [Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Eric Schulte
Sébastien Vauban writes: > Hi Eric, > > Sébastien Vauban wrote: >> "Eric Schulte" wrote: >>> I've just added [org-babel-demarcate-block] to the org-mode repo. >> >>> For now it still lives in the babel keymap behind (C-c C-v d) since it is >>> fundamentally code-block related, however it can be c

Re: [Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Eric Schulte
Hi Seb, Thanks for pointing this out, I've pushed up a fix to this spacing issue. Best -- Eric Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> I've just added [org-babel-demarcate-block] to the org-mode repo. > > A comment. Consider the following, with a region beginning at =c

[Orgmode] Re: calendar and agenda entries

2010-09-21 Thread henry atting
On Mo, Sep 20 2010, Matt Lundin wrote: > henry atting writes: > >> On So, Sep 19 2010, Matt Lundin wrote: >> >>> henry atting writes: >>> When printing or exporting the emacs calendar it is possible to include diary entries or holidays. >> >> Mmh, this should be understood as a statem

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-09-21 Thread Carsten Dominik
Hi everyone, I would like to know if there are more people interested in this, and if there are people who are willing to test this patch, to make sure nothing breaks. Nicolas, can you in particular please take a look at this - I believe you earlier said that you saw problems with it. T

Re: [Orgmode] [PATCH] Apply patch for hour/minute repeater support

2010-09-21 Thread Carsten Dominik
Hi everyone, do we have any volunteers who are willing to test this patch? Thanks. - Carsten On Sep 14, 2010, at 7:06 PM, Andrew J. Korty wrote: This patch adds hour and minute granularity to repeaters. Let me know if there's interest in incorporating it, and I'll start the FSF paperwork

Re: [Orgmode] Re: [BABEL] Speed keys

2010-09-21 Thread Carsten Dominik
Hi Eric, could I ask you to take a look at this? Thanks - Carsten On Sep 7, 2010, at 12:57 AM, Jambunathan K wrote: Is it possible Speed Keys (Refer Org Manual - Sec. 15.3) for Babel blocks? Attached patch extends the speed key functionality. Usage notes: After applying the patch, use

Re: [Orgmode] Re: [PATCH] Allow code edit buffer to inherit active region

2010-09-21 Thread Carsten Dominik
Hi Dan, both changes look good to me. - Carsten On Sep 14, 2010, at 3:33 PM, Dan Davison wrote: Dan Davison writes: If we allow the current region to be inherited by the code edit buffer (patch below), then language major mode commands that operate on the region can be called remotely fr

[Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Richard Riley
Christian Moe writes: > Hi, > > I'm late to this discussion, but just a lateral thought: > > Would you consider rewriting this as `org-demarcate-block' or similar, > to operate on all #+begin_...end blocks, not just src? > > If generalized this function could be equally useful for non-src > blo

Re: [Orgmode] Re: New CSS for orgmode and Worg ?

2010-09-21 Thread Bastien
Hi Christian, thanks for the css. I've added the asciidoc-like css you propose to Worg as an alternate stylesheet - people can switch to it on their browsers: Menu -> View -> Page Style -> NextWorg. If other Worgers want to add new stylesheets to Worg, please feel free to do so! Only remember t

[Orgmode] Re: orgmode as a reference system: Storing private/sensitive information and syncing across devices.

2010-09-21 Thread Detlef Steuer
On Mon, 20 Sep 2010 18:41:19 -0500 Marcelo de Moraes Serpa wrote: > > I wonder what you guys think about other note-taking software, such as > Evernote, that operate in the cloud. I know many people that keep > their sensitive data on Evernote and sync with different computers and > devices. Th

Re: [Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Christian Moe
Hi, I'm late to this discussion, but just a lateral thought: Would you consider rewriting this as `org-demarcate-block' or similar, to operate on all #+begin_...end blocks, not just src? If generalized this function could be equally useful for non-src blocks as well. Example blocks come imme

[Orgmode] Re: [babel] Environment around exported results

2010-09-21 Thread Sébastien Vauban
Hi Eric, Sébastien Vauban wrote: > "Eric Schulte" wrote: >>> Would you mind creating an LaTeX environment around the =results= block, >>> so that we could have the code colorized (via listings or Minted), and >>> clearly distinguish the results, if we want so. >>> >>> Having an environment would a