[Orgmode] How to do Properties search by define an agenda command

2010-11-10 Thread Chao LU
Dear all, I'm trying to figure out how to do Properties search by define an agenda command. Here is my item in org file: *** Franz Schwabl / Quantum Mechanics :PROPERTIES: :TITLE: Quantum Mechanics :AUTHOR: Franz Schwabl :CATEGORY: Quantum Mechanics :TAGS: Quantum Mechanics,

Re: [Orgmode] Re: value of properties

2010-11-10 Thread Christian Moe
On 11/9/10 11:00 PM, Alin Soare wrote: Hi again, I write you again, perhaps this time somebody can help me solve the problem. I'll take a shot at this, but others may have better solutions to your first problem. Suppose I have a list like this * TODO vêtements [0/0]

[Orgmode] include an .org file and lower the level of all its headers

2010-11-10 Thread Jianshi Huang
Hi, I know I can include any file using #+INCLUDE. I need to include several org files, but they were edited independently as a complete document. Now I want to lower the levels of headers in these org files automatically during inclusion. Is there a way to do that? Cheers, Jianshi __

Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-10 Thread Scot Becker
Jianshi, I've never heard of any way to do that with an #+INCLUDE. There are variables that automatically demote subtrees that you yank in with CTRL-Y, but that's a hard-INCLUDE, so to speak, and you probably have your reasons for wanting to keep them in separate files. Scot On Wed, Nov 10, 20

[Orgmode] Demote a tree while narrowing?

2010-11-10 Thread Dov Grobgeld
Is it possible to connect narrowing to tree demoting? I'm not sure that I'm using the right terminology so I'll give an example. Entire journal: * 2010 ** Jan *** <2011-01-03 Mon> Todays agenda * Do this * Do that Meeting *** <2011-01-04 Tue> Todays agenda * Do this ***

Re: [Orgmode] agenda mode - carrying over tasks from previous week

2010-11-10 Thread Greg Troxel
sergio_101 writes: > how would i go about making items/tasks that didn't get completed last > week carry over into this week? Type 'm' in front of each and then "B s" to a new date. If you want to move them all forward one week to the same day, I think you'll have to write some elisp. pgpds

[Orgmode] Proposing a new way for org-get-level-face to behave (customizable)

2010-11-10 Thread Jonathan BISSON
Hi, I'm new to this list, and an 6-8 month (or so) user of org-mode. I needed to get my outline-level-9 and further to look at least like the outline-level-8 and not cycling to outline-level-1 as my customization for this one got a bigger face. And I don't want a child to be bigger than its paren

Re: [Orgmode] Use Tags in Properties

2010-11-10 Thread Giovanni Ridolfi
Chao LU writes: > Dear all, Is it possible to hide the Tags in the Properties Drawer? manual: "Special properties" TAGS The tags defined directly in the headline. cheers, Giovanni ___ Emacs-orgmode mailing list Please use `Reply All' to

Re: [Orgmode] Use Tags in Properties

2010-11-10 Thread Carsten Dominik
On Nov 10, 2010, at 7:36 AM, Giovanni Ridolfi wrote: Chao LU writes: Dear all, Is it possible to hide the Tags in the Properties Drawer? manual: "Special properties" TAGS The tags defined directly in the headline. This is only a special method to access the tags in the headl

Re: [Orgmode] agenda mode - carrying over tasks from previous week

2010-11-10 Thread sergio_101
> > Type 'm' in front of each and then "B s" to a new date.  If you want to > move them all forward one week to the same day, I think you'll have to > write some elisp. > > hmm... for some reason, i thought i had it set up before to just automagically pull tasks over to the next week.. unfortunat

Re: [Orgmode] agenda mode - carrying over tasks from previous week

2010-11-10 Thread Carsten Dominik
On Nov 10, 2010, at 8:02 AM, sergio_101 wrote: Type 'm' in front of each and then "B s" to a new date. If you want to move them all forward one week to the same day, I think you'll have to write some elisp. hmm... for some reason, i thought i had it set up before to just automagical

Re: [Orgmode] agenda mode - carrying over tasks from previous week

2010-11-10 Thread sergio_101
> Tasks that have a SCHEDULED date will stay in the agenda until they are > done. ah! perfect.. that's what i had before.. writing some new automations, and i just used the word "Due": instead of scheduled .. thanks! -- peace, sergio photographer, journalist, visionary http://www.CodingF

Re: [Orgmode] agenda mode - carrying over tasks from previous week

2010-11-10 Thread Carsten Dominik
On Nov 10, 2010, at 8:58 AM, sergio_101 wrote: Tasks that have a SCHEDULED date will stay in the agenda until they are done. ah! perfect.. that's what i had before.. writing some new automations, and i just used the word "Due": instead of scheduled .. thanks! You can customize Org to use

[Orgmode] Rebinding of home and end keys

2010-11-10 Thread Liam Healy
I have in my .emacs (global-set-key [(home)] 'beginning-of-buffer) (global-set-key [(end)] 'end-of-buffer) Starting with a recent (last few months) org-mode version, the home and end keys are bound to be beginning of end of line when in org files. This happens even if I do my keybinding after I

[Orgmode] Re: org-odt: list bug

2010-11-10 Thread Jambunathan K
Matt > Hi Jambunathan, > > I thought I'd sent this out before but I can't find my message in my Sent > folder, so resending  The attached org file results in an error in content.xml > when using org-odt.el -- the final item in a simple list is missing the > closing > tag for  .  I'm assuming ther

[Orgmode] Re: agenda mode - carrying over tasks from previous week

2010-11-10 Thread Bernt Hansen
Greg Troxel writes: > sergio_101 writes: > >> how would i go about making items/tasks that didn't get completed last >> week carry over into this week? > > Type 'm' in front of each and then "B s" to a new date. If you want to > move them all forward one week to the same day, I think you'll hav

Re: [Orgmode] agenda mode - carrying over tasks from previous week

2010-11-10 Thread Samuel Wales
On 2010-11-10, Carsten Dominik wrote: > You can customize Org to use Due instead if you prefer this shorter > word - even though I think Due is more like DEADLINE. I was wondering about that. Is the latter hardcoded in important places? e.g. (defun org-get-deadline-time (pom &optional inherit)

Re: [Orgmode] agenda mode - carrying over tasks from previous week

2010-11-10 Thread Samuel Wales
... or are all the places such as above merely keywords for looking up the DUE value? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] agenda mode - carrying over tasks from previous week

2010-11-10 Thread Samuel Wales
On 2010-11-10, Samuel Wales wrote: > ... or are all the places such as above merely keywords for looking up > the DUE value? That must be it. I think I just noised the list with that. ___ Emacs-orgmode mailing list Please use `Reply All' to send repli

Re: [Orgmode] Demote a tree while narrowing?

2010-11-10 Thread Samuel Wales
Your terminology is correct, except you want promoting. I don't think this is possible. Samuel ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] agenda mode - carrying over tasks from previous week

2010-11-10 Thread Carsten Dominik
On Nov 10, 2010, at 10:47 AM, Samuel Wales wrote: On 2010-11-10, Carsten Dominik wrote: You can customize Org to use Due instead if you prefer this shorter word - even though I think Due is more like DEADLINE. I was wondering about that. Is the latter hardcoded in important places? e.g.

Re: [Orgmode] Org-attach-link on Windows XP

2010-11-10 Thread David Maus
At Tue, 9 Nov 2010 23:49:42 -0500, Chao LU wrote: > I'm trying to manage a small personal library using org-mode. The command I > find really useful is org-attach, then choose link. However, unluckily, > seems Window XP seems not work well with this function, what it actually did > is COPY the file

Re: [Orgmode] How to do Properties search by define an agenda command

2010-11-10 Thread David Maus
At Wed, 10 Nov 2010 02:59:58 -0500, Chao LU wrote: > I'm trying to figure out how to do Properties search by define an agenda > command. > > Here is my item in org file: > > *** Franz Schwabl / Quantum Mechanics > :PROPERTIES: > :TITLE: Quantum Mechanics > :AUTHOR: Franz Schwabl >

Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-10 Thread Mark Elston
Scott, I don't know about Jianshi's specific needs but I have also wanted the same thing for myself. I often put together "standard" information on a variety of topics that I talk about in separate files. When I put together a talk for a given topic I include many of these sub-topics in a given

Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-10 Thread Samuel Wales
I have often wanted this, specified by org-id, to include a subtree. I would not want it to be in a separate file, but that could be arranged also, in principle. I have also wanted to include the body text of a node without any structure at all directly into some text. Just insert those paragraph

[Orgmode] Re: [BUG] ob-sqlite.el, -init doesn't work with some options

2010-11-10 Thread Łukasz Stelmach
"Eric Schulte" writes: > Łukasz Stelmach writes: > >> ob-sqlite.el uses -init option to provide sqlite with a src block >> content, however, this prevetns sevarl options' from taking an >> effect. Particularly -header (and it's opposite), -csv and -header [...] > Thanks for mentioning this issue

[Orgmode] Bridging bugtrackers and orgmode (CC Labs blogpost)

2010-11-10 Thread Christopher Allan Webber
Hello all, I pushed a blogpost today on how I bridge together our bugtracker at Creative Commons with my own private TODO list in orgmode: http://labs.creativecommons.org/2010/11/10/bridging-public-bugtrackers-and-local-tasklists/ I'm curious if other people are doing something different or simi

[Orgmode] s5 presentation

2010-11-10 Thread Dov Grobgeld
I tried to get the s5 presentation mode from https://github.com/sigma/org-s5running, but I'm missing something. I followed all the steps in the README, but how do you generate the S5:ified html? I tried simply doing [C-c C-e b] but it did not open up in s5 mode. What am I missing? Should the genera

Re: [Orgmode] Re: [BUG] ob-sqlite.el, -init doesn't work with some options

2010-11-10 Thread Eric Schulte
Hi Łukasz, Please try out the attached patch which pushed code block bodies to the sqlite command using org-babel-eval (which itself uses the shell-command-on-region command). This patch works for me. If it works for you and solves your issue, then I'll push it through to the Org-mode core. Muc

Re: [Orgmode] Bridging bugtrackers and orgmode (CC Labs blogpost)

2010-11-10 Thread Eric Schulte
Hi Christopher, David Maus is maintaining a page on Worg which tracks Org-mode development tasks [1] and maintains links to both messages in this mailing list and patches in the Org-mode patchwork server [2]. While this solves a slightly different problem than the setup you describe in your blog

Re: [Orgmode] Bridging bugtrackers and orgmode (CC Labs blogpost)

2010-11-10 Thread Christopher Allan Webber
Yes, I've seen org-issues, which is very cool. It's actually almost the reverse of what I'm describing (using orgmode to make a bugtracker out of other data), so in that sense it is related. :) I'll look at adding it, or a link to the post, to worg somewhere then. Thanks, and glad you enjoyed th

[Orgmode] Re: org-odt: list bug

2010-11-10 Thread Matt Price
forgot to send to orgmode ml, so resending (apologies j) On Wed, Nov 10, 2010 at 1:58 PM, Matt Price wrote: > > On Wed, Nov 10, 2010 at 11:14 AM, Jambunathan K wrote: > >> >> I am unable to reproduce the said behaviour. >> >> From my work-area (which is same as that in git), the odt produced is >

Re: [Orgmode] s5 presentation

2010-11-10 Thread John Hendy
I was interested in this but hadn't tried it. After seeing your message I decided to give it a whirl. The only thing the README may leave slightly to the imagination is that one needs to setup org-publish in addition to the rest of the steps. I had never done this before so I followed Worg's instru

Re: [Orgmode] s5 presentation

2010-11-10 Thread Rick Moynihan
I used this recently, and all I did was use M-x org-export-as-html. On 10 November 2010 20:53, Dov Grobgeld wrote: > I tried to get the s5 presentation mode from https://github.com/sigma/org-s5 > running, but I'm missing something. I followed all the steps in the README, > but how do you generate

[Orgmode] Pretty-up Log Entries

2010-11-10 Thread Nathan Neff
If I recall correctly, the log entries shown in the agenda are pretty much hard-coded and difficult to change. I recall fairly easy ways of sending data from emacs to external files, and then formatting that data with script(s) or some external program, then reading them back into emacs. Would or

[Orgmode] Re: s5 presentation

2010-11-10 Thread Yann Hodique
> "Dov" == Dov Grobgeld writes: > I tried to get the s5 presentation mode from > https://github.com/sigma/org-s5running, but I'm missing something. I > followed all the steps in the README, > but how do you generate the S5:ified html? I tried simply doing [C-c C-e b] > but it did not open up

Re: [Orgmode] Re: s5 presentation

2010-11-10 Thread Dov Grobgeld
Thanks for your code, and for your help. I don't know what I did yesterday, but today, I got queried whether to allow BIND values in the buffer, and I then managed to see s5-demo.org in S5 mode in my browser, but something is messed up in the display. I see the first slide, but "in a layer below

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

2010-11-10 Thread Nathaniel Flath
Are there any further issues? Thanks, Nathaniel Flath On Thu, Oct 28, 2010 at 12:17 AM, Nathaniel Flath wrote: > New patch fixing these issues is attached. > > Let me know of any other problems. > > On Tue, Oct 26, 2010 at 1:23 AM, Carsten Dominik > wrote: >> >> On Oct 26, 2010, at 10:21 AM, Ni