[O] org-agenda - how to move columns

2015-02-23 Thread David Belohrad
Dear All,

I'm using quite long filenames for my org files
(e.g. emails_sent-pcbe13433.org). I get into troubles when constructing
an agenda as there is not enough space between the first filename
column and second time column. Is there any way how to adjust the widths
of the columns in the agenda?

many thanks
.d.




Re: [O] org-agenda - how to move columns

2015-02-23 Thread Yuri Niyazov
look into org-agenda-prefix-format. However, you can also change the
category of your org files by putting

#+CATEGORY: MYCAT

at the very top of your org files, and that decouples the category
(the first column in agenda) from the filename.

On Mon, Feb 23, 2015 at 11:59 AM, David Belohrad  wrote:
> Dear All,
>
> I'm using quite long filenames for my org files
> (e.g. emails_sent-pcbe13433.org). I get into troubles when constructing
> an agenda as there is not enough space between the first filename
> column and second time column. Is there any way how to adjust the widths
> of the columns in the agenda?
>
> many thanks
> .d.
>
>



Re: [O] org-agenda - how to move columns

2015-02-25 Thread David Belohrad
Hi Yuri,
thanks for hint. It works perfectly.

d.

Yuri Niyazov  writes:

> look into org-agenda-prefix-format. However, you can also change the
> category of your org files by putting
>
> #+CATEGORY: MYCAT
>
> at the very top of your org files, and that decouples the category
> (the first column in agenda) from the filename.
>
> On Mon, Feb 23, 2015 at 11:59 AM, David Belohrad  wrote:
>> Dear All,
>>
>> I'm using quite long filenames for my org files
>> (e.g. emails_sent-pcbe13433.org). I get into troubles when constructing
>> an agenda as there is not enough space between the first filename
>> column and second time column. Is there any way how to adjust the widths
>> of the columns in the agenda?
>>
>> many thanks
>> .d.
>>
>>