[Orgmode] category keyword

2009-05-06 Thread eraldo
use those for a special purpose in a non-inheritance fashion.Is there a way to have the prefix of my agenda sort by using that (CATEGORY) keyword?That would be really helpful for me...Thank you guys... I love org!Eraldo signature.asc Description: OpenPGP digital signature

[Orgmode] send mail without starting gnus first

2010-09-14 Thread Eraldo Helal
exit value 1 Greetings from Austria, Eraldo ___ 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] add a whole directory as one item to refile targets

2009-10-04 Thread Eraldo Helal
inbox.org/ Reference/ In other words... I would like to have a whole directory as one item listed in my refile targets. Greetings from Austria, Eraldo & Lea PS: Another possibility would be to be able to refile to any other place apart from the defined ones via pref

Re: [Orgmode] org-agenda-suffix-format ?

2009-10-04 Thread Eraldo Helal
It could be placed before or after the tags. For export and printing I would still like this feature. :) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/em

[Orgmode] agenda prefix - fixed/max width

2009-10-05 Thread Eraldo Helal
I have set org-agenda-prefix-format to: (org-agenda-prefix-format " %-8:c ") making the agenda look like so: home:[ ] brainstorm redesign home evening school: [ ] chose DE spec. evening school: [ ] ask Lea re: spec topics evening school: [ ] brainstorm Learners Gro

Re: [Orgmode] agenda prefix - fixed/max width

2009-10-06 Thread Eraldo Helal
Awesome! Thank you Carsten! | Why do you define categories longer than 7 characters if you don'e want to display them? > because sometimes the filename is used and I don't want to truncate it. Greetings, Eraldo ___ Emacs-orgmode mailing

Re: [Orgmode] agenda prefix - fixed/max width

2009-10-07 Thread Eraldo Helal
(setq org-agenda-prefix-format " %-8.8:c ") Works great! =] ___ 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] newline in tag menu not working after groupend

2009-10-10 Thread Eraldo Helal
tead: (setq org-tag-alist '((:startgroup . nil) ("anywhere" . ?a) ("call" . ?c) ("internet" . ?i) ("errand" . ?e) ("home" . ?h) ("school" . ?s) (:endgroup . nil) (&quo

Re: [Orgmode] add a whole directory as one item to refile targets

2009-10-10 Thread Eraldo Helal
TAB // TAB TAB cut the headline ;; C-k change buffer again. ;; C-x o // C-c b // C-x b // Alt+TAB paste the headline ;; C-y If there is a better / easier way I would be glad to know :) Thanks for your patience, Eraldo ___ Emacs-orgmode maili

[Orgmode] Re: add a whole directory as one item to refile targets

2009-10-12 Thread Eraldo Helal
h case I need to create it. Any ideas? Do I need to further try to make clear what I mean? Greetings, Eraldo ___ 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] newline in tag menu not working after groupend

2009-10-12 Thread Eraldo Helal
if I add the ":newline" after the last group item and before the group is closed | { [a] antwhere[c] call[i] internet [p] pharmacy | } | [p] Person1[q] Person2 (...etc) Greetings, Eraldo ___ Emacs-orgmode mailing list Remem

Re: [Orgmode] Re: add a whole directory as one item to refile targets

2009-10-17 Thread Eraldo Helal
" to use as refile target (if it does not exist > create) Wouldn't that be an awesome option? Greetings, Eraldo ___ 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] Re: add a whole directory as one item to refile targets

2009-10-17 Thread Eraldo Helal
;org-refile))) > > Would offer all top-level headlines in any org files in the ~/Reference > directory "directory-files" only outputs directories but no .org files therefore with the pattern "*.org" as a filter ... nothing is returned! But I like the idea a

[Orgmode] all org files from directory as refile targets (recursive)

2009-10-17 Thread Eraldo Helal
inding depth exceeds max-specpdl-size") How (else) can I move a headline to a file that is not part of my agenda? Any fix for my refile-targets issue? Greetings, Eraldo ___ 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] global config for table and export style

2009-10-18 Thread Eraldo Helal
ll" frame="all" - #+OPTIONS: \n:t in my .emacs file? Greetings, Eraldo ___ 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] global config for table and export style

2009-10-18 Thread Eraldo Helal
Yup... Thank you for your feedback... However this solution conflicts with some publish settigs of mine ;; timestamps I would still prefer a global setting if that is possible. I prefer my tables to be with borders in any file! The same holds true for html export. __

[Orgmode] howto view all categories

2009-10-18 Thread Eraldo Helal
Is there a method with which I can view all categories that I have? (including the default ones defined by filename) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

[Orgmode] use todo-keyword to assign category

2009-10-18 Thread Eraldo Helal
t "#+CATEGORY" > this however would result in the following Agenda buffer for our example: school: TODO call Tom: beamer school: TODO search pictures school: TODO homework p. 42 school: TODO homework sheet Nr. 4 > PROBLEM: agenda buffer unclear (school is not precise enough) Any

Re: [Orgmode] global config for table and export style

2009-10-19 Thread Eraldo Helal
Thank you! I underestimated the customize search. Thank you Carsten for reminding me. This is exactly what I was looking for. MfG Eraldo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] use todo-keyword to assign category

2009-10-19 Thread Eraldo Helal
gratefully use your code. Eraldo (happy about the good news) ___ 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] use todo-keyword to assign category

2009-10-19 Thread Eraldo Helal
sounds good... thanks again ___ 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] agenda files list

2009-10-19 Thread Eraldo Helal
\\.org$" (insert (concat "- [[" file "][" desc "]]\n")) ) ) (org-mode) ) (switch-to-buffer list-buf)) If anyone else has use for this please give some feedback. If someone could h

[Orgmode] Re: agenda files list

2009-10-19 Thread Eraldo Helal
code update: ;; list all agenda categories (linking to their files) in a new buffer (defun orgx-list-agenda-files() "Create a list of all org-agenda files as org-mode links" (interactive) (let ((list-buf (get-buffer-create "*org-agenda-files*"))) (with-current-buffer list-buf (eras

[Orgmode] agenda flag in mode-line?

2009-10-19 Thread Eraldo Helal
file is part of the agenda or not. Has anyone done this? Anyone else interested in such an option? Greetings, Eraldo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.o

Re: [Orgmode] agenda flag in mode-line?

2009-10-20 Thread Eraldo Helal
That will not work on my system since my org files are spread across maaany gigabytes of files. But thanks for the feedback. Any other ideas? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org htt

[Orgmode] html export - howto change UP|HOME link style?

2009-11-14 Thread Eraldo Helal
How can I make style changes to "UP and HOME" links? (#+LINK_UP/HOME) without messing with the other link styles? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/list

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-15 Thread Eraldo Helal
> This patch fixes it. I've put the LINK_UP and ..._HOME directly after > the tag: > > > - HERE --- > > How can I now style them with css ...without messing with the other links? > By defining links in "body" for UP and HOME and defining lin

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-17 Thread Eraldo Helal
Thanks again for this Sebastiran! Will this be changed in newer versions of orgmode? If so... I will just wait. Greetings from Austria, Eraldo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gn

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-21 Thread Eraldo Helal
It seems to me that they need to be inside because otherwise the page does not validate. Eraldo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-21 Thread Eraldo Helal
> > I believe this may apple for the tag. However, I was talking about > the "content" div, which is something we have in orgmode to give people > something to hook their css on. > - Carsten > Oh, I see. =] I am working on making a homepage with org-mode a.t.m.: http://eraldo.org/ Let's see if t

[Orgmode] keep newlines on pdf export

2009-12-12 Thread Eraldo Helal
When I export an org file like the following to pdf: test.org > line1 > line2 > line3 what I get is: test.pdf > line1 line2 line3 however, I would like to get the following in the pdf: test.pdf > line1 > line2 > line3 How can I get pdf export to keep my org newlines? Remark: I do have "\n:t" set

[Orgmode] keep newlines on pdf export

2009-12-13 Thread Eraldo Helal
When I export an org file like the following to pdf: test.org > line1 > line2 > line3 what I get is: test.pdf > line1 line2 line3 however, I would like to get the following in the pdf: test.pdf > line1 > line2 > line3 How can I get pdf export to keep my org newlines? Remark: I do have "\n:t" set

Re: [Orgmode] keep newlines on pdf export

2009-12-14 Thread Eraldo Helal
but afaik one of the ideas behind org is that you can write plain text and the exporter does the markup. The "\n:t" option should tell the latex exporter to put a "\\" at the end of each linebreak. At least that is what I would

Re: [Orgmode] keep newlines on pdf export

2009-12-14 Thread Eraldo Helal
One other reason behind this is that I can not export my document to html anymore after I added "\\" at the end of every line... well I can but it does not look the way I want it to be. =] ___ Emacs-orgmode mailing list Please use `Reply All' to send re

Re: [Orgmode] keep newlines on pdf export

2009-12-16 Thread Eraldo Helal
eed to be exported to html at all... so I just added "\\" to the end of every line. Nontheless I took notice of the problem and wanted to get and give some feedback. Greetings from Austria, Eraldo ___ Emacs-orgmode mailing list Please use `Reply All&

[Orgmode] footnote: org >> latex

2009-12-16 Thread Eraldo Helal
rce definition" ² GPL: "General Public License" Am I using the wrong syntax or is it a bug? Any idea how to fix it? Greetings from Austria, Eraldo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] stuck todos agenda view

2010-03-20 Thread Eraldo Helal
with which I can get such a view? Greetings from Austria, Eraldo ___ 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: [OT] Re: Org mode and emacs email

2010-04-08 Thread Eraldo Helal
Henri-Paul Indiogine writes: > I would like to truncate the subject line. Right now it wraps to the > next line and that does not look well. > > Anyone knows how to do that? I am very new to all this, but... how about turning off line wrapping in that buffer? Greet

[Orgmode] changing Gnus paths: 'News' and 'Mail'

2010-04-30 Thread Eraldo Helal
News' or will it still be '~/News'? Making it necessary for me to change it as well. (and maybe others too?) Greetings from Austria, Eraldo ___ 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] nicely managing multiple calendars in the agenda

2010-05-01 Thread Eraldo Helal
I have switched to using org files as 'calendars'. (events.org, university.org, etc) I am using the agenda to view them. However I am still having some troubles with 2 things: 1. different colors for different calendars (e.g. entries from events.org in orange) 2. toggling the visibility of indiv

[Orgmode] Re: changing Gnus paths: 'News' and 'Mail'

2010-05-01 Thread Eraldo Helal
gered recreation of Mail ind News directories in my home. The solution for me was to move .newsrc and .newsrc-dribble to the new location as well. Thank you Paul. And additional thanks to Sebastian Rose, Nicholas Dokos and Eric S Fraga for your ideas and suggestions. Greetings from Austria, Eraldo

[Orgmode] Re: icalendar import in to Org mode

2010-05-01 Thread Eraldo Helal
working? That is exactly what I am looking for as well. Unluckily my scripting skills are not good enough yet to transform a diary file into org-mode format. Please Giles keep me updated as soon as you find a solution. Greetings from Austria, Eraldo ___

Re: [Orgmode] Re: icalendar import in to Org mode

2010-05-02 Thread Eraldo Helal
apt it for use on my Linux machine? Why does it need an install? Isn't that a script? In any case... thank you for the link and the quick response. Greetings from Austria, Eraldo ___ Emacs-orgmode mailing list Please use `Reply All' to s

[Orgmode] huge font in column view

2010-05-07 Thread Eraldo Helal
According to what I read, column view gets the font size from the 'default font'. Until now I thought I had changed the default font with '(set-face-attribute 'default nil :height 80)'. How else can I set the default font size? Or is the problem elsewhe

Re: [Orgmode] huge font in column view

2010-05-10 Thread Eraldo Helal
Carsten Dominik writes: > Hi Eraldo, > > what is the spec of the face org-column in your setup? Font: DejaVu Sans Mono Height in 1/10 pt: 120 > Please read the docstring of that face and see if that helps > you track down the problem. Does it make a difference to > specif

[Orgmode] QUESTION how to revert repeating sub-tasks?

2010-05-17 Thread Eraldo Helal
` desired output: , | * TODO daily review | SCHEDULED: <2010-05-18 .+1d > | :LOGBOOK:... | :PROPERTIES:... | ** TODO task A... | ** TODO task B... ` I would prefer 'TODO's instead of checkboxed if possible. Any ideas how to get there? Greetings from Austria, Eraldo

Re: [Orgmode] QUESTION how to revert repeating sub-tasks?

2010-05-20 Thread Eraldo Helal
ake a hook that you could use to fix the > issue for yourself. I guess more than just witching the states would > be need, for example cleaning up logging time stamps and notes??? For me, changing all 'DONE's to 'TODO's for all sub-tasks wou

[Orgmode] language independent personal word list

2010-05-29 Thread Eraldo Helal
ds to have such a format: ".aspell.lang.pws" where "lang" is the language it is bound to. I tried to leave out the "lang" and use a wildcard "*" but neither worked. Help would be appreciated =] Greetings from Austria, Eraldo ___

[Orgmode] insert a remember template at point

2010-05-29 Thread Eraldo Helal
How can I insert a remember template at point? Until now I had identical remember templates and yasnippets. This is only a workaround and I would prefer to be able to insert a remember template at point since I have found it to have features I could not reproduce. Greetings from Austria, Eraldo

Re: [Orgmode] insert a remember template at point

2010-06-01 Thread Eraldo Helal
t would go in org-remember if I understand that correctly. Greetings from Austria, Eraldo ___ 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] day-agenda: show whole-day-events first

2010-06-05 Thread Eraldo Helal
could enlighten me with the matching sorting strategy. :) Or suggest what else I could do/use instead. Greetings from Austria, Eraldo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] day-agenda: show whole-day-events first

2010-06-07 Thread Eraldo Helal
hat variable and found it to do what I intended. Great Great Great Great =] Thank you Greetings from Austria, Eraldo PS: Is there any way to get the deadlines to the end since they are not directly part of the current date. ,[ I thought of leaving the deadlined events below like so: ] | - day eve

Re: [Orgmode] day-agenda: show whole-day-events first

2010-06-07 Thread Eraldo Helal
Daniel Martins writes: > Sorry, > > but I did not understand. Which of the 4 variables should be set? > > I have the same intention as Eraldo. ;; time-specific entries come after whole-day entries in agend (setq org-sort-agenda-notime-is-late nil) Greetings from

[Orgmode] inline tasks (org-inlinetask.el)

2010-06-29 Thread Eraldo Helal
her issues that are not seem prior to having used them for quite some time. Could someone using this please comment on it? Greetings from Austria, Eraldo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmo

[Orgmode] non-text file handling method / stucture

2009-03-13 Thread Eraldo Helal
ideal! - e.g. a "script" or something similar that makes sure that the project names (headlines with a :PROJECT: tag) at the same time link to that project if a directory exists in my "projects" directory. Please let me know what you think... any idea is welcome... comments

[Orgmode] Re: emacs org-mode

2009-03-18 Thread Eraldo Helal
Carsten Dominik science.uva.nl> writes: > > Hi Eraldo, > Wow,... I am baffled... Thank you! I did not expect to get such a fast reply. I am new to mailing-lists in general and have to get used to the style of handling. Until now I was used to talk to people all the time so pleas

[Orgmode] prompt for tag if todo state gets active

2009-03-21 Thread Eraldo Helal
get prompted for) a tag (prompted from my tag list). * clean garage ** ACTION call cleaning service:call: >> This would help me to make sure there are no tasks that do not have any context! Greetings, Eraldo ___ Emacs-orgmode mailin

[Orgmode] todo sequence with exceptions

2009-03-21 Thread Eraldo Helal
d featues? (without lisp programming) Greetings, Eraldo ___ 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] manual missing variable org-use-fast-todo-selection

2009-03-21 Thread Eraldo Helal
Salve! The variable "org-use-fast-todo-selection" is missing in the manual. Greetings, Eraldo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

[Orgmode] Re: manual missing variable org-use-fast-todo-selection

2009-03-21 Thread Eraldo Helal
Eraldo Helal eraldo.at> writes: > > Salve!The variable "org-use-fast-todo-selection" is missing in the manual.Greetings,Eraldo > > ___ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies t

[Orgmode] Re: todo sequence with exceptions

2009-03-21 Thread Eraldo Helal
Solution > Fast Selection Method http://orgmode.org/org.html#Fast-access-to-TODO-states ___ 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] Re: manual missing variable org-use-fast-todo-selection

2009-03-21 Thread Eraldo Helal
Eraldo Helal eraldo.at> writes: > > Eraldo Helal eraldo.at> writes: > > sorry variable is not used... must have had something wrong. Veto... it does exist and it seems to be missing. ___ Emacs-orgmode mailing list Remember:

Re: [Orgmode] todo sequence with exceptions

2009-03-21 Thread Eraldo Helal
Yep... that is exactly what I was looking for. Thanks for the reply! On Sun, Mar 22, 2009 at 03:51, Matthew Lundin wrote: > > Hi Eraldo, > > Eraldo Helal writes: > > > I have the following todo states: > > TODO ACTION WAITING DONE and CANCELED > > I would

Re: [Orgmode] manual missing variable org-use-fast-todo-selection

2009-03-22 Thread Eraldo Helal
On Sun, Mar 22, 2009 at 07:58, Carsten Dominik wrote: > > On Mar 22, 2009, at 3:24 AM, Eraldo Helal wrote: > > Salve! >> >> The variable "org-use-fast-todo-selection" is missing in the manual. >> > > The manual lists only some variables, not all of t

[Orgmode] Handling org-file agenda dependenncies?

2009-03-26 Thread Eraldo Helal
I have projects with non-text files. Many of them having sub-,subsub-projects etc. (nested) Therefore I made directories for them using the project name. ///etc Each having it's own <(sub-)project name>.org file in it. My question: How can I add|remove a whole project from the agenda? e.g. If I

[Orgmode] Re: Handling org-file agenda dependenncies?

2009-03-28 Thread Eraldo Helal
a macro that I could use while in an emacs buffer. The macro should search through the attachment directory (saved as a property) of the headline and remove from the agenda all the *.org files that it finds. Comments? Suggestions? Greetings, Eraldo __

[Orgmode] remember template indentation

2009-03-28 Thread Eraldo Helal
If the :LOGBOOK: property gets created via TODO state change... ; log state changes into a drawer (introduced in Orgmode 6.23) (setq org-log-into-drawer "LOGBOOK") > the :LOGBOOK: item is indented (has as many spaces to the left as the headline) and gets moved(left right) together with the headli

[Orgmode] newline before headline

2009-03-28 Thread Eraldo Helal
I just found out that there is a newline before each headline in the recent version of org-mode (6.24). Is there a post explaining why this change was made? I have troubles with that, for example: when adding a new headline while looking at the overview... the newline does not get made... and th

Re: [Orgmode] remember template indentation

2009-03-28 Thread Eraldo Helal
: > Evening, > > On 28 Mar 09, Eraldo Helal wrote: > > > > If I create it with my remember template however... > > > > ("inbox" ?i "* %^{topic}%i\n:LOGBOOK:\n- Created: %U from > > %a\n:END:\n%?" "inbox.org" "stuff") > >

Re: [Orgmode] Re: newline before headline

2009-03-28 Thread Eraldo Helal
Changed that variable... works great again. I remember reading about a setting to auto-indent description text. On Sun, Mar 29, 2009 at 01:32, Matthew Lundin wrote: > Bernt Hansen writes: > > > Eraldo Helal writes: > > > >> I just found out that there is a newline

[Orgmode] todo state trigger tag options

2009-03-28 Thread Eraldo Helal
), etc). It's not a matter of speed... but rather a way to make sure I never forget to give my next actions a context as well! Greetings, Eraldo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmo

Re: [Orgmode] Re: Emacs-orgmode Digest, Vol 37, Issue 121

2009-03-29 Thread Eraldo Helal
> > An interesting question would be how to generalize this to update > remember templates accordingly. Possibly the best approach would be to > have a defining form that would define a project in a single > s-expression, adding both remember templates and agenda entries, and > then that form coul

Re: [Orgmode] embedded/inherited tags

2009-03-30 Thread Eraldo Helal
Hi Kostya! I am still pretty new to emacs and org-mode, but from what I have read until now... Could you use the tag hook to automatically assign the :tech: tag along with :firefox: and|or :emacs: etc... This is still not exactly what you wished afaics, but it may make things a little more conveni

Re: [Orgmode] hide current heading

2009-03-31 Thread Eraldo Helal
On Tue, Mar 31, 2009 at 22:11, Deric Bytes wrote: > I know you can hide the current content when on the heading by pressing > TAB. > > Is there a way to do this when the cursor is within the content of the > heading. I have to admint, that I was looking for this too. (There is just so much new s

Re: [Orgmode] hide current heading

2009-03-31 Thread Eraldo Helal
On Wed, Apr 1, 2009 at 00:41, Matthew Lundin wrote: > > Eraldo Helal writes: > > > On Tue, Mar 31, 2009 at 22:11, Deric Bytes > > wrote: > > > > I know you can hide the current content when on the heading by > > pressing TAB. > > > &g

Re: [Orgmode] Bug if `org-refile-use-outline-path' is set to 'file

2009-04-01 Thread Eraldo Helal
file I am in when customizing, instead of the word file. If I set it to "file" => I get the same as if set to "t" ...I think that is the same problem you have. Greetings, Eraldo On Wed, Apr 1, 2009 at 09:56, Tassilo Horn wrote: > Hi all, > > the docs state:

Re: [Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-03 Thread Eraldo Helal
> > How do you set it? With M-x set-variable RET ..., or with M-: (setq > ...)? In each case you have to quote file, e.g. say 'file. > Thank you, works like a charm now. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the lis

[Orgmode] refile headline with inherited tags

2009-04-04 Thread Eraldo Helal
Today I refiled a headline that was part of a tree using inherited tags: * topic1 :tag1: ** headline1 ** headline2 * topic2 If I refile headline1 to another file... the tag "tag1" is not on it anymore... I am not sure if the best way to handle such cases is to add t

Re: [Orgmode] refile headline with inherited tags

2009-04-05 Thread Eraldo Helal
On Sun, Apr 5, 2009 at 08:44, Carsten Dominik wrote: > > On Apr 5, 2009, at 12:00 AM, Eraldo Helal wrote: > > Today I refiled a headline that was part of a tree using inherited tags: >> >> * topic1 :tag1: >> ** headline1 >> ** hea

Re: [Orgmode] refile headline with inherited tags

2009-04-05 Thread Eraldo Helal
I am not sure if you understood what I meant... to calrify: when refiling headline1 to another file (C-c C-w) this headline does not have the tag :tag1: in the new file. did your test refile it with the inherited tag? On Sun, Apr 5, 2009 at 16:31, Eraldo Helal wrote: > > > On Sun, Ap

[Orgmode] export to html: timestamp-kwd

2009-04-13 Thread Eraldo Helal
mestamp. Reason: This would enable me to move the whole thing to the right side of the headline (float: right). Comments on this idea are welcome :) Greetings and happy orging, Eraldo Ps: If you have any other idea on how to get the same result.. please let me know. ___

Re: [Orgmode] Use tagging in table rows? (was: Personal Finance in org-mode)

2009-04-14 Thread Eraldo Helal
Could using headlines and editing 'rows' with table view in agenda be an option? (using properties in drawers) Greetings, Eraldo .oO( newbie trying to give support *g* ) On Tue, Apr 14, 2009 at 14:20, Carsten Dominik wrote: > Hi Jeff, > > taggin in tables is not supp

[Orgmode] Agenda headlines match tag and todo keyword.

2009-04-22 Thread Eraldo Helal
How do I get only the headlines that match the *tag* "test" *and* the * todo-keyword* "ACTION" ? I read through the manual and this site " http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php"; but did not find it. Than

[Orgmode] Blocked Agenda without newlines but with separator

2009-04-22 Thread Eraldo Helal
At the moment my blocked agenda looks somthing like this: > internet: > > > > home: > eraldo:

Re: [Orgmode] Blocked Agenda without newlines but with separator

2009-04-22 Thread Eraldo Helal
) Could that be an option? Thank you for the answer though! On Wed, Apr 22, 2009 at 21:37, Manish wrote: On Wed, Apr 22, 2009 at 11:34 PM, Eraldo Helal wrote: > At the moment my blocked agenda looks somthing like this: > >> >> == =

[Orgmode] agenda export error

2009-04-22 Thread Eraldo Helal
I get the following error when trying to export my agenda: > org-write-agenda: Cannot open load file: htmlize Any idea how to fix this? Greetings, Eraldo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the lis

Re: [Orgmode] agenda export error

2009-04-22 Thread Eraldo Helal
On Wed, Apr 22, 2009 at 22:48, Nick Dokos wrote: > Eraldo Helal wrote: > > > I get the following error when trying to export my agenda: > > > > > org-write-agenda: Cannot open load file: htmlize > > > > > > Any idea how to fix this? > > >

Re: [Orgmode] agenda export error

2009-04-22 Thread Eraldo Helal
> > > > So, I guess htmlize.el is not part of org-mode. > > Is there a way of keeping uptodate with this file? > > Will it survive when I do my git pull, etc? > > > > No, it's fine - Carsten got permission from Hrvoje Niksic (the author of > htmlize.el) to include it in the contrib/lisp/ directory

[Orgmode] ascii export error

2009-04-24 Thread Eraldo Helal
When pressing C-c C-e, a // export to ascii I get the following error: > org-export: Autoloading failed to define function org-export-as-ascii Any idea how to fix this? Eraldo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send re

Re: [Orgmode] ascii export error

2009-04-24 Thread Eraldo Helal
Thank you Nick for helping me troubleshoot! Are you using the upstream org-mode or the one that comes with your emacs? In particular, what version?[1] Org-mode version 6.26trans And how do you load org-mode from your .emacs (including any settings of load-path)? ; Orgmode; http://orgmode.org; us

Re: [Orgmode] ascii export error

2009-04-24 Thread Eraldo Helal
good idea to include the org-version with >any questions/problems you send to the list, as well as the >corresponding emacs version: C-u M-x emacs-version . > GNU Emacs 23.0.91.1 (x86_64-pc-linux-gnu, GTK+ Version 2.16.0) of 2009-04-05 on crested, modified by Debian Eraldo _

Re: [Orgmode] ascii export error

2009-04-24 Thread Eraldo Helal
Did all of this... problem persists. :( On Sat, Apr 25, 2009 at 00:28, Nick Dokos wrote: > Eraldo Helal wrote: > > > > Org-mode version 6.26trans > > > > > Also, can you do C-h f org-export-as-ascii and include the > output > > in your r

Fwd: [Orgmode] ascii export error

2009-04-27 Thread Eraldo Helal
Okay, thank's. Unfortunately my main problem is still unsolved. :( > org-export: Autoloading failed to define function org-export-as-ascii > On Mon, Apr 27, 2009 at 21:00, Manish wrote: > On Sat, Apr 25, 2009 at 2:44 AM, Eraldo Helal wrote: > > Thank you Nick for hel

Re: [Orgmode] ascii export error

2009-04-28 Thread Eraldo Helal
> > So what's in your site-init file? > > Do M-x locate-library site-start > Library is file /etc/emacs/site-start.el > > to find the file and take a look at it. You can send it to me and I'll > take a look, but if you feel like honing your skills, you can try your > hand at it. The basic idea

Re: [Orgmode] ascii export error

2009-04-28 Thread Eraldo Helal
I discovered that there is a directory: /etc/emacs/site-start.dhttp://paste.org/6848Does this also get loaded by default and ignored with --no-site-file ? // that would make some sense again (to me) signature.asc Description: OpenPGP digital signature __

Re: [Orgmode] ascii export error

2009-04-28 Thread Eraldo Helal
Is it save to just delte that directory: /etc/emacs/site-start.dBecause I guess the error lies somewhere in there.Or is this directory important for something?On Tue, Apr 28, 2009 at 22:46, Eraldo Helal wrote:I discovered that there is a directory: /etc/emacs/site-start.dhttp://paste.org/6848Does

Re: [Orgmode] ascii export error

2009-04-29 Thread Eraldo Helal
e at a time (tryiing your export with emacs -Q each time, to see where the offending file is. Scot On Tue, Apr 28, 2009 at 10:02 PM, Eraldo Helal <off...@eraldo.at> wrote: > Is it save to just delte that directory: /etc/emacs/site-start.d > Because I guess the error lies somew

[Orgmode] higher level headline as category

2009-05-08 Thread Eraldo Helal
headline1TODO headline3 headline4TODO headline7:tag1: headline5TODO headline6 That would be a supercool feature for my use. :) Greetings from Austria, Eraldo (spreading the Org virus) ___ Emacs-orgmode mailing list Remember: use `Reply

Re: [Orgmode] Re: higher level headline as category

2009-05-09 Thread Eraldo Helal
EGORY: headline1 >:END: > Or do I have to type: :PROPERTIES: :CATEGORY: headline :END: by hand every time? I would like to be able to add the *category* with a *keyboard-shortcut*instead of typing all it all out. Any (alternative) suggestion

[Orgmode] local org-mode user near linz (or Austria) ?

2009-05-15 Thread Eraldo Helal
necessary) The feature could be implemented by searchable user-profiles in the work for instance. Or If there is already a way to find local (or closest possible) org-users... please let me know. Thank you! Eraldo ___ Emacs-orgmode mailing list Remember: use

  1   2   >