Re: [O] org-mode habit consistency graph not displaying

2016-07-07 Thread Brenda Butler
Thanks for this answer.

Unfortunately it didn't work for me.  But when I have more time I will
investigate further.  This gives me a hint as to what
(next-single-property-change (point-min) 'org-habit-p)) does and the
environment it assumes.

bjb


On Thu, Jul 7, 2016 at 11:29 PM, Josiah Schwab  wrote:

> Hello Brenda,
>
> > When I started using org-mode from elpa, the habit consistency graph
> > stopped showing. I was using a version of org-mode that comes with
> > debian before, with emacs 23 and the graph showed.
>
> When I upgraded to org 8.3, my org-habits did not display correctly,
> because the PROPERTY drawer where the habit style was indicated came
> after the LOGBOOK in my org files.
>
> After using org-repair-property-drawers
>
>   http://orgmode.org/Changes.html
>
> my habits returned to their previous appearance.
>
> Hope that helps,
> Josiah
>
>


Re: [O] The power of '-'

2016-06-24 Thread Brenda Butler
I'm not super advanced in org-mode, so take what I have to say as
"non-authoritative", but:

I don't think you need any prefix on lines in your org-mode file.
Lines with some number of * are headers as you noted
Lines that start with a - make a list of items.

I'm not sure what you can do with lists ... but probably that has an effect
on formatting.
So you can have a paragraph (no prefix), then a list (list items start with
-) then another paragraph ...

I haven't tried to "export" my org files so I don't know how it would
look.  I just use the files as a todo/done list/database/thing.

bjb


On Fri, Jun 24, 2016 at 12:11 PM, Chris Patti  wrote:

> So, this is one of those weird moments where I feel really stupid
> saying this, but I can imagine others have dealt with this as well.
>
> When I first started using org-mode, I thought you prefixed every line
> with some number of *.
>
> Then, I discovered that the *** were headings, and actual items under
> those headings were prefixed with '-'.
>
> This is a simple thing, but WOW did it make a huge difference.
>
> * I kept wondering why exports to PDF or HTML looked like crud
> * Things like beamer wouldn't render my slides properly
>
> etc etc.
>
> I'm going to go over the documentation and ensure I wasn't just
> looking past something, but I wonder if others have had this problem.
>
> -Chris
>
> --
> Christopher Patti - Geek At Large | GTalk: cpa...@gmail.com | AIM:
> chrisfeohpatti | P: (260) 54PATTI
> "Technology challenges art, art inspires technology." - John Lasseter,
> Pixar
>
>


Re: [O] org files and projects nested git repositories

2015-12-31 Thread Brenda Butler
On Thu, Dec 31, 2015 at 1:38 PM, Tyler Smith  wrote:

> I have tried links, but in all my attempts the links break whenever the
> source or the target is committed to version control. My understanding
> that each new commit to a file effectively changes the inode, breaking
> the link


Sounds like you might be using hard links instead of symbolic links ...
but first, are you using a unix-like system or another system?  The
symbolic link is a unix-like thing.

bjb


Re: [O] Filtering properties in agenda view

2015-11-02 Thread Brenda Butler
On Mon, Nov 2, 2015 at 4:35 AM, Georg Otto <g.o...@ucl.ac.uk> wrote:

> On 01/11/2015 21:49, Brenda Butler wrote:
>
>
>
> On Sun, Nov 1, 2015 at 4:04 PM, Georg Otto <g.o...@ucl.ac.uk> wrote:
>
>> Thanks for your answer! Unfortunately, it does not work for me as
>> described in the manual.
>>
>> For example I have an entry with the Property "Test"
>>
>> * TODO test
>> SCHEDULED: <2015-11-01 Sun>
>> :PROPERTIES:
>> :CATEGORY: Test
>> :END:
>>
>>
>> C-c am
>>
>> Match: Category=Test
>>
>
> Try putting the value in double-quotes:
>
> Match: Category="Test"
>
>
> I should have mentioned that I tried quotes and upper case/ lower case,
> but no avail...
>

I tried a few times with different case in the keyword and in the value -
it seems both are case-sensitive and must match the item in the entries
exactly.  And the double-quotes around the value are required.

Now that I look back at your example, I see the search term should be

CATEGORY="Test"


> My impression given the message
>
> Headlines with TAGS match: Category="Test"
> Press `C-u r' to search again with new search string
>
> is that for some reason it only searches for tags.
>

But, on the prompt before you get to this one, it says:

m match a TAGS/PROP/TODO query

bjb


Re: [O] Filtering properties in agenda view

2015-11-01 Thread Brenda Butler
On Sun, Nov 1, 2015 at 4:04 PM, Georg Otto  wrote:

> Thanks for your answer! Unfortunately, it does not work for me as
> described in the manual.
>
> For example I have an entry with the Property "Test"
>
> * TODO test
> SCHEDULED: <2015-11-01 Sun>
> :PROPERTIES:
> :CATEGORY: Test
> :END:
>
>
> C-c am
>
> Match: Category=Test
>

Try putting the value in double-quotes:

Match: Category="Test"

bjb


On 30/10/2015 17:25, Subhan Michael Tindall wrote:

> Read a little further down.  It's all in the syntax, you have to specify a
> property name and value.
> From the org manual:
>
> C-c a m
> Match: BIB_AUTHOR="Walter Evensong"
>
>
> On Fri, Oct 30, 2015 at 8:13 AM Georg Otto < 
> g.o...@ucl.ac.uk> wrote:
>
>> Dear all,
>>
>> I am trying to filter my entries in agenda view by properties
>>
>> According to the orgmode manual, this can be done with C-c a m
>>
>> However for me, C-c a m filters only on tags, not on properties. Also
>> the commands C-c / m and C-c \ give me an error, saying they are
>> undefined.
>>
>> Has anybody an idea what is going on? How can I filter properties in
>> agenda view. and vice versa, how can I exclude a property from agenda
>> view?
>>
>> I am running emacs 24.3.1 and orgmode 7.9.3f
>>
>> Cheers,
>>
>> Georg
>>
>>
>>
>