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,
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]
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
__
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
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
***
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
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
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
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
>
> 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
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
> 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
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
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
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
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
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)
... 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
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
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
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.
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
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
>
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
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
"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
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
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
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
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
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
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
>
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
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
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
> "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
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
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
38 matches
Mail list logo