[Orgmode] How to match items with tags and special todo keyword

2010-10-26 Thread bar tomas
Hi,
I like to create an agenda view of all items that have a specific tag
and also a specific TODO keyword.
I've tried with

C-c a M

but this retrieves all TODO items that are not DONE but I would like
to match only a specific TODO keyword (I've defined my own TODO
categories with +SEQ_TODO)

Many thanks for any help

Tomas Bar

___
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


[Orgmode] How to turn off highlighting of headers matching tag search (Newbie)

2010-03-13 Thread bar tomas
Hi,
I've done a search on tags appearing in my orgmode document.
The relevant headers then appear highlighted in yellow in my  document.
How can I turn this highlighting off?
Many thanks.


___
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


[Orgmode] Re: Tagging a region of text without creating a branch

2009-10-09 Thread bar tomas
Thanks very much for your reply and your help.
I also think in terms of containers, but I was trying to figure out if
it is possible to have a container that has both subcontainers and
content that is not contained in a subcontainer.
For instance, in XML, this is the notion of an element with 'mixed
content'(subelements+character content). For example:


item1 priority='A' 
general stuff  about item1
subItem1 about subItem1 /subItem1
more general stuff about item1
/item1

I suppose, this kind of structure is not possible in orgmode?
you'd have to create 'artificial' subheadings:

* item1 [#A]
** general stuff item1
general stuff  about item1
**subItem1
about subItem1
** general stuff item1
more general stuff about item1

So, a container in orgmode can have either subcontainers or text but
not a mixture of both? Is this right?

Thanks also for the tip about freex. it looks interesting, pity its
not compatible with orgmode.
I'll have a look at inline tasks as you suggest.
Thanks again

On Fri, Oct 9, 2009 at 1:53 PM, Matt Lundin m...@imapmail.org wrote:
 bar tomas wrote:

 Hi,
 Maybe I use orgmode in a quirky way, but I often find the need of
 tagging internal regions.

 I don't have a problem with a creating a heading but what I find
 sometimes inconvenient is that implicitely everything that comes after
 the created headingis in it's scope until the next heading.
 I mean, don't you ever come across a situation like the following?

 * idea1
 Notes about idea1
 More notes about idea1
 still more about idea1

 IMO, this is precisely the strength of outlines. You can create
 subheadings to organize/categorize your thoughts. But perhaps I still
 misunderstand what you are trying to do? I like to think of org
 outline headings as data containers or database records. You attach
 metadata (tags, todos, properties, etc.) to the container.


 and you'd like to tag the second line (and only second line with
 :tellSueAboutIt:). If I understand correctly the only way to do this
 with headings is:

 * idea1
 Notes about idea1
 ** :tellSueAboutIt:
 More notes about idea1
 ** :DontTellSueAboutIt:
 still more about idea1

 This is very cumbersome and conceptually confusing.z It would be
 really convenient to sometimes be able to tag an internal region.
 Someone mentioned inline tasks. Is this possible with inline tasks?

 Yes. As Bernt suggested, I think inline tasks would achieve your ends
 very well here. Inline tasks act like normal headlines for the
 purposes of the agenda --- i.e., they will appear in your searches.
 But they will not be exported. Neither will they open with other
 headlines during cycling.

 You can create inline tasks by creating really deep outline headlings
 (I believe the default is 15).

 Here's an example:

 * idea1
  Notes about idea1
 *                   *** An inline task :tellSueAboutIt:
  More notes about idea1

 *                   *** Another inline task :DontTellSueAboutIt:
  still more about idea1

 See the variables org-inlinetask-export and org-inlinetask-min-level.

 BTW, There is a mode (freex-mode) that uses pymacs and an external
 database to enable tagging of selected nuggets of text. But I don't
 believe that it works with org-mode. I you don't mind the external
 dependencies, you might want to check it out.

 http://www.emacswiki.org/cgi-bin/emacs/FreexMode

 Hope this helps!
 Matt



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Tagging a region of text without creating a branch

2009-10-09 Thread bar tomas
ok. Many Thanks!

On Fri, Oct 9, 2009 at 3:43 PM, Stephan Schmitt
drmab...@cs.tu-berlin.de wrote:

 bar tomas wrote:

 Thanks very much for your reply and your help.
 I also think in terms of containers, but I was trying to figure out if
 it is possible to have a container that has both subcontainers and
 content that is not contained in a subcontainer.
 For instance, in XML, this is the notion of an element with 'mixed
 content'(subelements+character content). For example:


 item1 priority='A' 
 general stuff  about item1
 subItem1 about subItem1 /subItem1
 more general stuff about item1
 /item1

 I suppose, this kind of structure is not possible in orgmode?
 you'd have to create 'artificial' subheadings:

 * item1 [#A]
 ** general stuff item1
 general stuff  about item1
 **subItem1
 about subItem1
 ** general stuff item1
 more general stuff about item1

 So, a container in orgmode can have either subcontainers or text but
 not a mixture of both? Is this right?


 To be exact, a heading (container) can have both text and subheadings
 (subcontainers), but the subheadings have to follow the text.
 You can't close a subheading and go back to the previous outline level
 without a new heading.  I guess, that is a limitation of org-mode (inherited
 from outline-mode) you have to deal with.

 Greetings,
        Stephan



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Tagging a region of text without creating a branch

2009-10-08 Thread bar tomas
Hi,
Is it possible to tag a region of text without creating a new branch?
I mean, for instance, if I have the following orgmode document structure:

* item1
this is about item 1
bla bla
more about item1

I'd like to give a tag to the bit 'bla bla', but the scope of the tag
should not include 'more about item 1'; however if I do this:

* item1
this is about item 1
** subitem1 :urgent:
bla bla
more about item1

'more about item1' is now in the scope of the tag :urgent:  which is
not what I want (I'd like it be directly under the first level item1)

I mean, more generally, is it possible to tag an 'island' of text
within the content of a certain branch?
Thanks very much


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Setting timestamp format to English

2009-09-02 Thread bar tomas
Hi,
Many thanks for your reply.
How could I change the format-time string variable in my .emacs file?
Thanks again

On Wed, Sep 2, 2009 at 11:03 AM, Giovanni Ridolfi giovanni.rido...@yahoo.it
 wrote:

 --- Dom 30/8/09, bar tomas barto...@gmail.com ha scritto:
 Hi, Bar,
 
  I have a french version of windows so when I set a
  timestamp on an item with C-c , I get the timestamp in
  french.
 
 I've the italian version of windows XP, I get the
 timestamp in italian ;-)

  I'd like to get it in english.

 As a workaround, for org files, you can change
 the *format* of the date having the
 *appearance* of the English date.

 Please have a look at the variable
 org-time-stamp-custom-formats

 C-h v org-time-stamp-custom-formats

 In a file I have:

 #Local Variables:
 #org-time-stamp-custom-formats : (%d/%m/%Y . %d/%m/%Y %a %H:%M)
 #End:

 [2009-09-02 mer] becomes  [02/09/2009]

 Nice, but  you can only change the date day by day and the format
 will *not* be exported.

 Or [beware, untested!] you could change
 the format-time string variable in your .emacs.

 cheers,
 Giovanni




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Setting timestamp format to English

2009-09-02 Thread bar tomas
Great! Many thanks

On Wed, Sep 2, 2009 at 5:10 PM, Valentin Wüstholz wuesth...@gmail.comwrote:

 Hi,

 the following works for me:

 (setq system-time-locale C)

 Cheers,

 Valentin


 On Sun, Aug 30, 2009 at 8:06 PM, bar tomasbarto...@gmail.com wrote:
  Hi,
 
  First of all I'd like to say that I find orgmode great. I'd been looking
 for
  a tool like this for years.
  I have a french version of windows so when I set a timestamp on an item
 with
  C-c , I get the timestamp in french.
  I'd like to get it in english.
  I've tried setting the language environment to english through the menu
  (options/mule/set language environment) but it makes no difference.
  In a previous mail of this mailing list
  (http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03064.html), it is
  mentioned that this depends on the variable system-time-locale.
 
  How can I set system-time-locale to english permanently in my emacs init
  file? ( I'm a newbie to emacs)
 
  I've tried the following, but it doesnt work:
 
  (set-locale-environment English)
  (system-time-locale English)
 
  Thanks very much.
 
 
 
  ___
  Emacs-orgmode mailing list
  Remember: use `Reply All' to send replies to the list.
  Emacs-orgmode@gnu.org
  http://lists.gnu.org/mailman/listinfo/emacs-orgmode
 
 

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Setting timestamp format to English

2009-08-30 Thread bar tomas
Hi,

First of all I'd like to say that I find orgmode great. I'd been looking for
a tool like this for years.
I have a french version of windows so when I set a timestamp on an item with
C-c , I get the timestamp in french.
I'd like to get it in english.
I've tried setting the language environment to english through the menu
(options/mule/set language environment) but it makes no difference.
In a previous mail of this mailing list (
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03064.html), it is
mentioned that this depends on the variable system-time-locale.

How can I set system-time-locale to english permanently in my emacs init
file? ( I'm a newbie to emacs)

I've tried the following, but it doesnt work:

(set-locale-environment English)
(system-time-locale English)

Thanks very much.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode