Re: [Orgmode] Too much text is interpreted as a code fragment

2009-02-07 Thread Daniel Clemente
-02-06 dv 10:12] = 0:33 a=b -- It's not so strange to write = in an entry -- Daniel ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo

[Orgmode] Move point to next-line after clocking in

2009-02-06 Thread Daniel Clemente
this, for instanc clocking in for a second time (thus adding a properties block). It's probably not needed. Thanks, Daniel with org 6.20g ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Too much text is interpreted as a code fragment

2009-02-06 Thread Daniel Clemente
) (set-face-foreground 'org-code #1f1) (set-face-underline-p 'org-code nil) -- Daniel with org 6.20g ___ 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

Re: [Orgmode] org-agenda-to-appt adds DONE tasks

2009-01-31 Thread Daniel Clemente
Carsten Dominik domi...@science.uva.nl writes: (defun my-org-appts () (let ((org-agenda-skip-deadline-if-done t) (org-agenda-skip-scheduled-if-done t)) (org-agenda-to-appt))) Of course; thanks. ___ Emacs-orgmode mailing list

[Orgmode] Convert list to checkbox list

2009-01-28 Thread Daniel Clemente
, Daniel ___ 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] Remind functionality?

2009-01-27 Thread Daniel Clemente
Hi, could you paste the commands that you used to export the agenda to a file? (cron job, Emacs invocation, Lisp code to open the agenda) A Worg section explaining this setup would be useful; for instance in org-hacks.org (http://orgmode.org/worg/org-hacks.php) Thanks, Daniel

Re: [Orgmode] Command key problem in agenda view

2009-01-21 Thread Daniel Clemente
correctly now. Thanks for your help! Bruce Since it's common that users experience strange problems due to an old version of Org being loaded, I wrote an entry about that in the FAQ, in Worg: http://orgmode.org/worg/org-faq.php#loaded-old-org -- Daniel

Re: [Orgmode] Re: Link to heading in another org file

2009-01-19 Thread Daniel Clemente
search in org file} news:comp.emacs @r{Usenet link} mailto:adent@@galaxy.net @r{Mail link} vm:folder @r{VM folder link} Thanks, Daniel Daniel Clemente n142...@gmail.com writes: Ok, so it was [[file:proj.org

Re: [Orgmode] Command key problem in agenda view

2009-01-16 Thread Daniel Clemente
configuration; try M-x org-version and be sure that you are running the latest org-mode (current one is 6.17c). At your ~/.emacs you should have something like (add-to-list 'load-path /somewhere/org-mode/lisp) (require 'org-install) And not (require 'org). Just an idea. Daniel

Re: [Orgmode] Command key problem in agenda view

2009-01-16 Thread Daniel Clemente
very well with that. -- Daniel ___ 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] Link to heading in another org file

2009-01-14 Thread Daniel Clemente
be added there. Thanks, Daniel ___ 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: Link to heading in another org file

2009-01-14 Thread Daniel Clemente
Daniel ___ 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] Regexp problem: org-mode and remind integration

2009-01-13 Thread Daniel Martins
to find a text which satisfies A but DO NOT satisfy B nor C how can I write uch regexp? 2009/1/13 Olaf Dietsche olaf+list.orgm...@olafdietsche.deolaf%2blist.orgm...@olafdietsche.de Daniel Martins daniel...@gmail.com writes: I did your test wuth a null regexp It is a regexp problem

Re: [Orgmode] WISH: Add the possiblity to add captions to tables/images

2009-01-12 Thread Daniel Pörsch
! Will try it out soon! Great thanks! -- Daniel Pörsch daniel...@gmx.de ___ 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] Function to get the title of a heading

2009-01-11 Thread Daniel Clemente
Carsten Dominik domi...@science.uva.nl writes: Hi Daniel, I have added `org-heading-components'. That helps, and it also makes easier other inquiries like the current headline level. Formerly I had to do (org-reduced-level (funcall outline-level)) which was not obvious. Thanks

[Orgmode] org-map-entries narrows to subtree

2009-01-11 Thread Daniel Clemente
. Should (save-excursion) be used inside (org-map-entries ... 'tree) ? -- Daniel ___ 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: org-map-entries narrows to subtree

2009-01-11 Thread Daniel Clemente
Daniel Clemente n142...@gmail.com writes: Should (save-excursion) be used inside (org-map-entries ... 'tree) ? Sorry, I meant (save-restriction) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] Re: org-mode and remind integration

2009-01-11 Thread Daniel Martins
-scheduled-string) but this seems to be a mistake. Any hint?? Daniel --- Details --- org-deadline-string is a variable defined in `org.el'. Its value is DEADLINE: org-scheduled-string is a variable defined in `org.el'. Its value is SCHEDULED: org-ts-regexp2 is a variable defined in `org.el

[Orgmode] Re: org-mode and remind integration

2009-01-10 Thread Daniel Martins
-string) ;;; ) but it did not work either. I am probably having Any help for this stupid doubt? Thank you Daniel 2009/1/9 Olaf Dietsche olaf+list.orgm...@olafdietsche.deolaf%2blist.orgm...@olafdietsche.de Yes, I am. [...] I am sending the last version of org2rem which

[Orgmode] Re: org-mode and remind integration

2009-01-09 Thread Daniel Martins
] [60%] SCHEDULED: 2009-01-12 Mon +1w - [ ] 2 dvds - [ ] 1 cd - [ ] 1 disk - [X] extra 1 - [X] extra 2 I opt to kill all the bracketed enclosed regions REM 12 Jan 2009 MSG Shop % Since REM 12 Jan 2009 MSG Shop 1/5 60% % may generate a problem due to % Daniel 2009/1/9 Carsten Dominik

[Orgmode] Function to get the title of a heading

2009-01-06 Thread Daniel Clemente
: - This could also be implemented as a parameter to (org-get-heading). - Or the title returned in (org-entry-properties) - And (org-get-header HEADER) could be removed. - In any case, such a function can be included in Org-mode so that it is easy to find. Thanks, Daniel

Re: [Orgmode] structure editing in brainstorming mode

2008-12-31 Thread Daniel Clemente
and more readable. I wish you a (transient-mark-mode -1) and a happy new year :-) Daniel ___ 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] org-mode and remind integration

2008-12-31 Thread Daniel Martins
admit that gnus always frightened me! First thanks for all the good work done with org-mode Daniel ___ 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

Re: [Orgmode] structure editing in brainstorming mode

2008-12-31 Thread Daniel Martins
I wish you a (transient-mark-mode -1) and a happy new year :-) ??? May your transition into the next year be highlighted ??? (comment-add 0) (setq happy-new-year t) Daniel 2008/12/31 Carsten Dominik domi...@science.uva.nl On Dec 31, 2008, at 12:36 PM, Daniel Clemente wrote: Thanks

Re: [Orgmode] Export without TODO keywords

2008-12-25 Thread Daniel Clemente
as you like. -- Daniel (defun org-export-remove-notes-from-all-headings () Removes all the tracking information of headings, like log notes, keywords, and clocking. Add this as a hook to `org-export-preprocess-hook' (show-all) (org-map-entries 'org-export-remove-notes-from-heading nil nil

Re: [Orgmode] help with checklist/shopping list

2008-12-17 Thread Daniel J. Sinder
(Sorry for chiming in a week later.) I think the best way to accomplish this, in that it combines the strengths of other suggestions, is to use properties and column view. Building the structure is pretty easy since you only have to manually create the property drawer under the top-most

Re: [Orgmode] Tasks under COMMENT section are added to appt

2008-12-12 Thread Daniel Clemente
Carsten Dominik domi...@science.uva.nl writes: could you please try if the following patch fixes this problem? A simple patch, and it works! Thanks for commiting it. -- Daniel diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index ffcabde..25f2baa 100644 --- a/lisp/org-agenda.el

[Orgmode] Tasks under COMMENT section are added to appt

2008-12-11 Thread Daniel Clemente
them added as appointments to appt after an (org-agenda-to-appt). Both were added (you can check it with appt-delete) and they will be displayed from now on. I think they should be always be ignored by default. Thanks, Daniel ___ Emacs-orgmode

[Orgmode] Documentation for org-log-done

2008-12-09 Thread Daniel Clemente
Hi. Documentation for org-log-done referred still to the old settings. I updated it and copied some notes from org-log-repeat. Feel free to change the wording. Thanks, Daniel diff --git a/lisp/org.el b/lisp/org.el index 3ac7b08..b597e09 100644 --- a/lisp/org.el +++ b/lisp/org.el

Re: [Orgmode] Export without TODO keywords

2008-12-05 Thread Daniel Clemente
Carsten Dominik [EMAIL PROTECTED] writes: (setq org-export-with-timestamps nil) also removes the DEADLINE and SCHEDULED keywords. Nice! And it has the equivalent #+OPTIONS: :nil Then only „log notes“ exporting is not configurable. Daniel

Re: [Orgmode] Export without TODO keywords

2008-12-04 Thread Daniel Clemente
. With that, all tracking information could be filtered out on export. Greetings, Daniel Carsten Dominik [EMAIL PROTECTED] writes: Hi Daniel, Sebastian, in addition t the variables Sebastian has listed, I have now created new ones org-export-with-todo-keywords org-export-with-priority which

[Orgmode] WISH: Add the possiblity to add captions to tables/images

2008-11-21 Thread Daniel Pörsch
]] #+IMGCAP: Org-mode logo. Deplate for example has something similar for tables, see http://deplate.sourceforge.net/Markup.html#tables. Did you consider this already? Cheers, Daniel -- Daniel Pörsch [EMAIL PROTECTED] ___ Emacs-orgmode mailing list

[Orgmode] Re: WISH: Add the possiblity to add captions to tables/images

2008-11-21 Thread Daniel Pörsch
Hi Bernt 2008/11/21 Bernt Hansen [EMAIL PROTECTED]: Daniel Pörsch [EMAIL PROTECTED] writes: Proposal would be to introduce an optional special comment to give a caption, e.g.: | ... |-+-+---+---| #+TBLCAP: This table expresses my wish to have a caption

Re: [Orgmode] easypg and multiple prompts

2008-11-20 Thread Daniel Clemente
Richard Riley [EMAIL PROTECTED] writes: (require 'epa) (epa-file-enable) although I thinks its default is on anyway. Yes. One is prompted three times for the passphrase I got the same behaviour when using 3 mail accounts in Gnus which make use of one sole authinfo file. I described

[Orgmode] (require 'htmlize) in org-exp should have NOERROR set

2008-11-16 Thread Daniel Clemente
are exporting to HTML (condition-case nil (require 'htmlize) (nil t)) That should be just (require 'htmlize nil t) I have also seen the idiom (condition-case nil (require 'htmlize) (error t)), but I think (require 'htmlize nil t) is cleaner because it doesn't throw errors. -- Daniel

[Orgmode] exporting a table to latex without the document stuff?

2008-11-14 Thread Daniel M German
Hi everybody, I'd like to keep my latex tables in org, and then use a makefile to export them to Latex for inclusion in the document. Is it possible to only export the table without any of the preamble and \begin{document} stuff in it? thanks a lot! --daniel

[Orgmode] Verbatim blocks are subject to markup

2008-11-11 Thread Daniel Clemente
in with the external headings. It happens the same with „#+BEGIN_SRC c“, for instance. Is this a bug, feature, or misconfiguration? -- Daniel. [1]: http://orgmode.org/manual/Literal-examples.html#Literal-examples ___ Emacs-orgmode mailing list Remember: use

Re: [Orgmode] Re: ANN: org-eval-light.el was: Re: Embedded elisp formulas, was: Spreadsheet and weighted means

2008-11-10 Thread Daniel Clemente
and uneasy rules about handling of line breaks and special characters. Therefore I think that org-eval* is needed and that the 2 could be combined. -- Daniel ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode

Re: [Orgmode] Languages again

2008-11-10 Thread Daniel Clemente
I attach translations for Catalan and Esperanto. (ca Autor Data Iacute;ndex Peus de pagrave;gina) (eo A#365;toro Dato Enhavo Piednotoj) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] Where to define functions for use with org

2008-10-30 Thread Daniel Clemente
but for functions. How do you do this? Thanks, Daniel ___ 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] latex and org-mode

2008-10-19 Thread Daniel M German
) This would be even useful for programming in languages that allow comment prefixing: i.e # , or if any prefix is allowed, any // --daniel -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot

Re: [Orgmode] orgstruct-mode for Emacs Lisp files

2008-10-16 Thread Daniel Clemente
orgstruct-mode do what the FAQ explains? From the manual it seems as if it could; therefore I think that it would be useful to explain in the manual (section 2.10) more about orgstruct's shortcomings or alternatives. Thanks, Daniel PS: yes, there's also outline-magic.el (by the way

[Orgmode] orgstruct-mode for Emacs Lisp files

2008-10-15 Thread Daniel Clemente
(less than 10 results on many search engines!). Thanks, Daniel ___ 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: n810.... Re: [Orgmode] Re: Any iPhone devellopers here

2008-10-14 Thread Daniel M German
Carsten Hi Daniel, Carsten I think your message is not off-topic at all, and reminds me that, of Carsten course, Carsten any attempt to get limited mobile support is always destined to look Carsten pale Carsten against a mobile version of Emacs :-( Carsten - Carsten Here is my

[Orgmode] Error about TODO sequence states with 6.09 on Emacs 22.1.1

2008-10-10 Thread Daniel Clemente
on terranova, modified by Ubuntu org-mode 6.09 Thanks, Daniel ___ 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

n810.... Re: [Orgmode] Re: Any iPhone devellopers here

2008-10-07 Thread Daniel M German
Emacs very usable. I now have org in it and it is great. I use subversion to syncronize devices. One think I really like is remember mode in it. It is way better to take notes in remember than in any note taking app. --dmg -- -- Daniel M. German http://turingmachine.org

Re: [Orgmode] Correct Way to Create Sibling Headings

2008-09-12 Thread Daniel Clemente
Peter Jones [EMAIL PROTECTED] writes: I'm aware of two ways to create a sibling heading (a heading directly after the current heading): 1. M-return (org-meta-return) 2. C-return (org-insert-heading-after-current) There's also: 3. C-c return (org-ctrl-c-ret)

Re: [Orgmode] Passing an option to org-file-apps?

2008-09-07 Thread Daniel Clemente
Hi, Something like this: [[file:~/doc/foo.pdf 25]] So org will invoke xpdf in this way: xpdf ~/doc/foo.pdf 25. Maybe it's better: [[shell:xpdf ~/doc/foo.pdf 25]] since you want to pass „25“ to xpdf only. It is meaningless to pass the 25 *to the PDF*. -- Daniel

Re: [Orgmode] Displaying images inline

2008-08-24 Thread Daniel Goldin
/mailman/listinfo/emacs-orgmode -- Daniel Goldin 213.926.1960 ___ 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] Exporting to HTML - underscores cause unwanted sub-script

2008-08-15 Thread Daniel J. Sinder
For the record, you can also fix this problem using the following file-local customization: #+OPTIONS: ^:{} I'm a regular LaTeX user, but find that escaping underscores (with '\') gets tedious when cutting and pasting multiple file names and/or variable names that include them. With the

[Orgmode] Re: Including row numbers in a table

2008-08-09 Thread Daniel J. Sinder
Bernt Hansen wrote: Bernt Hansen [EMAIL PROTECTED] writes: Last one... *honest* | Row | Data Column 1 | Data Column 2 | |-+---+---| | 1 | x1| | | 2 | some data | more data | |-+---+---| |

[Orgmode] Including row numbers in a table

2008-08-08 Thread Daniel J. Sinder
I haven't used table formulas that much and I can't figure this one out. I'd like to include row numbers in the table itself. Something like this: | Row | Data Column 1 | Data Column 2 | |-++-| | 1 | some data | more data |

Re: [Orgmode] Latex exporting

2008-08-06 Thread Daniel Goldin
/mailman/listinfo/emacs-orgmode -- Daniel Goldin 213.926.1960 ___ 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] Customized header for LaTeX export

2008-07-25 Thread Daniel J. Sinder
As far as I can tell, the variable org-format-latex-header is only used to generate images of LaTeX fragments in non-LaTeX export. A different header seems to be used for LaTeX export. Can the header for LaTeX export be customized? If so, which variable is this in? In particular, the

Re: [Orgmode] Re: ecb and org

2008-07-13 Thread Daniel Clemente
have some tips which can be useful to Org users, we would like to hear! By the way, Worg [1] can be used to store code and explanations. [1] http://orgmode.org/worg/ Daniel On Sun, Jul 13, 2008 at 4:30 PM, Rustom Mody [EMAIL PROTECTED] wrote: Sorry should have checked before asking: ecb

[Orgmode] Re: org-annotation-helper and gmail

2008-06-14 Thread Daniel M German
to just refresh the URL and you get back to the page you were before. -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot) with . ___ Emacs-orgmode mailing

Re: [Orgmode] FR: headline iteration API

2008-06-04 Thread Daniel Clemente
with mapcar And many more things... Daniel ___ 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] new version of org-annotation-helper

2008-06-03 Thread Daniel M German
don't have any major problem this version will then be pushed to the contrib area of org. So please try it if you are interested. --dmg -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot

[Orgmode] org-annotate

2008-05-28 Thread Daniel M German
org-links from evince (similar to the way we create org-links from firefox). If anybody is interested, and has being able to compile evince (not trivial) let me know, I'll make the patch available. --dmg -- Daniel M. German http://turingmachine.org/ http://silvernegative.com

[Orgmode] new version of org-annotate-helper (0.3)

2008-05-23 Thread Daniel M German
. It will simplify the addition of the bookmarklets. Check it out. Let me know if there are any problems. -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot

Re: [Orgmode] firefox urls

2008-05-23 Thread Daniel M German
Check the new release. It contains a FAQ with a list of things you can do to debug your configuration. -dmg -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot

Re: [Orgmode] firefox urls

2008-05-21 Thread Daniel M German
the text selected. I'll look at your suggestions and update the code. Thanks Carsten, --daniel -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot

Re: [Orgmode] Re: org-annotation-helper

2008-05-20 Thread Daniel M German
How do you use this ? when I call it it just opens up the remember buffer and asks me for a template. John Right. If you have a remember template defined appropriately (Dan gives John an example of his in his code that you could use after very minor John modification), then the

Re: [Orgmode] firefox urls

2008-05-20 Thread Daniel M German
on the remember Richard bookmarklet the pane empties and emacs prompts me for a template type Richard but then does not insert the link. It just inserts about:blank as the Richard link. -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca

Re: [Orgmode] firefox urls

2008-05-20 Thread Daniel M German
Thanks Nick, Nick Step 1 (and Daniel, in the mail above) talks about the remember Nick script, while the script itself and Step 3 talk about the Nick org-annotation-helper script. I agree. The nomenclature is not the best. Nick Here is an attempt at clarification: it's mostly minor edits

Re: [Orgmode] firefox urls

2008-05-18 Thread Daniel M German
is. Hi Alan, Did you download the file as I indicated in my previous message? It has detailed instructions on how to get all the pieces working. --dmg -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot

[Orgmode] org-annotation-helper

2008-05-16 Thread Daniel M German
it). One major change: i have replaced the separator from %1C to ::remember:: (the %1C never worked for me). Let me know if you have questions/problems. http://turingmachine.org/~dmg/temp/org-annotation-helper.el -- -- Daniel M. German http://turingmachine.org/ http

Re: [Orgmode] firefox urls

2008-05-14 Thread Daniel M German
Daniel Hi John, Daniel I gave it a try (mozilla, ubuntu). The main challenge is that at some Daniel point a MTA messed the elisp, so I had to figure out hoe to fix Daniel it. Would you mind placing it somewhere where it can be downloaded or Daniel sending it as an attachment? Daniel I got

Re: [Orgmode] firefox urls

2008-05-13 Thread Daniel M German
, otherwise it will not work. Can I also suggest you add a version to the top of the file, so we can keep track of future developments? Thank John, this add-on will be of great help. --dmg -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg

Re: [Orgmode] Drawers for plain old stuff

2008-05-06 Thread Daniel J. Sinder
On 05/05/2008 06:29 AM, Alan E. Davis wrote: the drawer cannot contain a headline, i.e. a line starting with one or several stars followed by a space character. Most likely, this is what was causing you problems? Exactly. A case I can think of---perhaps not convincing?---for regular

[Orgmode] wrong type of quotes in PDF manual

2008-05-06 Thread Daniel M. German
(even as I write the message). The first quote is a multi-byte character (4 bytes) e280 9927 the second a 1 byte character: 0a May I suggest to replace ' with (quote ) in the manual? This error was tricky to track, as these quotes look very similar within emacs (I am using emacs23) --daniel

Re: [Orgmode] wrong type of quotes in PDF manual

2008-05-06 Thread Daniel M German
ubuntu), so it is not only acroread. -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot) with . ___ Emacs-orgmode mailing list Remember: use `Reply All

Re: [Orgmode] see subtrees in agenda

2008-04-22 Thread Daniel Goldin
: Jeff This amazing event Jeff Jeff You'd see the subtree as well: Jeff This amazing event Jeff First part of the event Jeff Second part of the event Daniel That is exactly what I meant. Thanks for the example and the translation. Please check out `f' (org-agenda-follow

Re: [Orgmode] see subtrees in agenda

2008-04-21 Thread Daniel Goldin
-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 -- Daniel Goldin 626-795-9526 ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] see subtrees in agenda

2008-04-20 Thread Daniel Goldin
Is there a way to show sub-headings in an agenda file for exporting purposes? I looked through the manual and couldn't find such a thing. -- Daniel Goldin 626-795-9526 ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

Re: [Orgmode] Re: can't get org-mode/remember integration working right

2008-04-12 Thread Daniel Goldin
of the annotation file: ;; (setq org-annotate-file-storage-file ~/annotated.org) (setq org-annotate-file-add-search t) (setq org-todo-keywords '(TODO NEXT WAITING DONE)) On Fri, Apr 11, 2008 at 9:55 PM, Carsten Dominik [EMAIL PROTECTED] wrote: On Apr 12, 2008, at 6:44 AM, Daniel Goldin wrote: I'm

[Orgmode] can't get org-mode/remember integration working right

2008-04-11 Thread Daniel Goldin
I'm running org 5.23a, on emacs 22.0.90.1 -- Ubuntu 7.04 Here is the relevant code I use to enable org/remember integration. (setq org-directory ~/orgfiles/) (setq org-default-notes-file ~/.notes) (setq remember-annotation-functions '(org-remember-annotation)) (setq remember-handler-functions

Re: [Orgmode] Re: can't get org-mode/remember integration working right

2008-04-11 Thread Daniel Goldin
New Ideas))) d. On Fri, Apr 11, 2008 at 8:46 PM, Shelagh Manton [EMAIL PROTECTED] wrote: On Fri, 11 Apr 2008 15:59:22 -0700 Daniel Goldin [EMAIL PROTECTED] wrote: Yes, I've tried org-remember: same results. d. I wonder if you have templates set up? Something like the following

Re: [Orgmode] FR: Two column view enhancements

2008-03-28 Thread Daniel J. Sinder
On 03/28/2008 06:04 AM, Carsten Dominik wrote: I cannot make hl-line work (I think), because the columns are using overlays with display properties, and I believe that this does not merge well with another overlay face. Thanks anyway. I suspected it might be a problem due to overlays, but I

[Orgmode] FR: Two column view enhancements

2008-03-25 Thread Daniel J. Sinder
Two feature requests to make column view a little more polished: First, it would be nice if hl-line-mode, or something like it, worked in column view. If I've got my emacs frame filling my physical screen and %ITEM in the left-most column, sometimes my eyes need help with properties in the

Re: [Orgmode] export to txt files

2008-03-17 Thread Daniel Clemente
Mmmm... I wrote a program which can do this: http://www.danielclemente.com/dislines/index.en.html however it's not LISP. I have written multilingual org files this way, but it's not comfortable since it requires several programs and processing phases. I am still looking for a solution

[Orgmode] Check-box cookies in column view

2008-02-11 Thread Daniel J. Sinder
Org-mode supports the cookies [/] and [%] to summarize the check status of the plain-list checkboxes below the headline. However, for check-box style properties, the summary-type in :COLUMNS: allows only an all-or-none summary (that is, the parent heading's column is marked [X] on if *all*

[Orgmode] Bug: Strange behavior with export options

2008-02-08 Thread Daniel J. Sinder
The following file erroneously includes the first drawer in the exported HTML. Removing '@:t' from the export #+OPTIONS fixes the problem. Both with and without '@:t', 'Text before first headline' is properly included, and the second drawer are properly suppressed.

[Orgmode] Re: Whitespace and outline structure...

2007-12-12 Thread Daniel Pittman
. That said, I have my answer: there is no easy way to make this work the way I think about outlines and whitespace, so I should dig in the code.[1] Regards, Daniel Footnotes: [1] Well, hope that one of the developers takes pity on me for the next week, anyway, and then dig

Re: [Orgmode] emacs on the N800

2007-12-12 Thread Daniel M German
the OS in an external card and boot into it (my preferred choice). --dmg Adam Thanks, Adam Adam -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot

Re: [Orgmode] emacs on the N800

2007-12-12 Thread Daniel M German
don't see it being any use. It is very useful for remember, even with the virtual keyboard, and to browse files. It is better, IMO, than its own file editors. Tim Tim. -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace

Re: [Orgmode] emacs on the N800

2007-12-12 Thread Daniel M German
). You need to install ncurses-base and ncurses-term --dmg -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot) with . ___ Emacs-orgmode mailing list

Re: [Orgmode] Automatically indent text when return is hit in an org buffer.

2007-12-11 Thread Daniel Pittman
Bastien [EMAIL PROTECTED] writes: Daniel Pittman [EMAIL PROTECTED] writes: G'day. I am a fan of `newline-and-indent', and turn it on for most of the modes I routinely use, since it is almost always what I want done. [...] I think having a new option is not the best solution. I would

[Orgmode] Whitespace and outline structure...

2007-12-11 Thread Daniel Pittman
am going to work on understanding better before I complain more; at the moment I suspect my templates or use of `remember' may be the root cause. Regards, Daniel -- Daniel Pittman [EMAIL PROTECTED] Phone: 03 9428 6922 1/130-132 Stawell St, Richmond Web: http

[Orgmode] Example of thesis in org-mode and LaTeX

2007-12-03 Thread Daniel Clemente
that this encourages others to write more long articles with org-mode. It's possible and very comfortable; and the more work there is, the more it helps! Thanks for org-mode, Daniel ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Example of thesis in org-mode and LaTeX

2007-12-03 Thread Daniel Clemente
use this configuration. Thanks for asking, Daniel ___ 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] Can't force org-publish-current-project

2007-11-23 Thread Daniel Clemente
Hi. With org 5.13i, C-u M-x org-publish-current-project or: C-u C-c C-e P do not force the publishing (as the manual says). In contrast, forcing „org-publish-current-file or „org-publish-all works. Greets, Daniel ___ Emacs-orgmode

Re: [Orgmode] File specific exporting of tags

2007-11-19 Thread Daniel J. Sinder
On 11/19/2007 12:19 AM, Egli Christian (KIRO 41) wrote: Can you try to adapt the relevant text in org.texi (in the distribution of org-mode) and produce a patch. This would certainly help a lot to get your problem fixed. I do appreciate that providing a patch is a better solution than

[Orgmode] „This should not happen“ (C-c C -e h)

2007-11-19 Thread Daniel Clemente
Hi, with org-mode 5.13i, I can't export this file to HTML: ** „This should not happen. Datenmodell: Item |- TextItem |- NameItem |- Relation |- BinaryItem |- Statement The „|- at the beginning make that C-c C-e h fails. I attach the backtrace, at the bottom. Greets, Daniel

Re: [Orgmode] „This should not happen“ (C-c C-e h)

2007-11-19 Thread Daniel Clemente
Datenmodell: Item |- TextItem |- NameItem |- Relation |- BinaryItem |- Statement Org thinks this is a table. Maybe table lines should be recognized as beginning *and* ending with a | That would be better. By the way: on a line which starts with |- you don't

[Orgmode] File specific exporting of tags

2007-11-16 Thread Daniel J. Sinder
The documentation for org-export-with-tags mentions the file specific tags option. But, it should probably be added to 12.6.5 in the manual (I'm looking at manual version 5.13e). Section 12.6.5 should also state the valid values, which as far as I can tell are 't', 'nil', and 'not-in-toc'. Dan

Re: [Orgmode] XHTML export - nbsp; etc.

2007-11-09 Thread Daniel Clemente
of the text. For instance: \* \/ \[ \] \# \| \= etc. Of course, also \\ must be present to write a literal \ For the signs which are not part of org's syntax, you wouldn't need to write \ Ex: \( is unnecesary since ( has no meaning in org. Sorry for starting anothed discussion :-) Daniel

Re: [Orgmode] XHTML export - nbsp; etc.

2007-11-09 Thread Daniel Clemente
@span[@/span1@span]@/span would be too complex. @strong@emGreetings@/em@/strong :-) Daniel 2007/11/9, Daniel Clemente [EMAIL PROTECTED]: - you write C-x 8 SPC in your org files - C-x 8 SPC is exported to nbsp; on HTML - C-x 8 SPC is exported to ~ on HTML - ~ continues working

Re: [Orgmode] XHTML export - nbsp; etc.

2007-11-07 Thread Daniel Clemente
at \- it wouldn't mean „insert a hyphen, but „breaking allowed. Yes, that's confusing... Daniel ___ 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] Emphasis and bold in quotation

2007-11-07 Thread Daniel Clemente
/Vegetarismus/ ist gut), ... Grüße, Daniel ___ 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

<    4   5   6   7   8   9   10   >