[O] patch for org-contacts to ignore <<>> when completing

2012-12-31 Thread Daniel Clemente
Hi, I send a patch which allows org-complete to complete if you do „J o h n TAB“ even if your contact was written as <<>> (now you would have to type < < < J TAB). It can be extended to remove emphasis, strongs, etc. if someone needs it. Thanks diff --git a/contrib/lisp/org-contacts.el b/co

Re: [O] A mail client that is org-mode compatible

2013-01-01 Thread Daniel Clemente
swiki.org/emacs/HOWTOReadFeedsInEmacsViaEmail So that's my bet. Daniel El Mon, 31 Dec 2012 08:29:12 +0100 Gour va escriure: > […] > > Afaict, there is no support in orgmode for Claws mailer which I use for > regular email, mailing lists (mostly via gmane) as well as rss rea

Re: [O] patch for org-contacts to ignore <<>> when completing

2013-01-01 Thread Daniel Clemente
El Tue, 01 Jan 2013 23:57:27 +0100 Bastien va escriure: > > The function you introduced is used within `org-contacts-format-email', > where using a bare name makes more sense IMHO. > Exactly. It says: (concat name " <" email ">") But name is <<>> and you will get: <<>> With the patch y

Re: [O] A mail client that is org-mode compatible

2013-01-01 Thread Daniel Clemente
El Tue, 01 Jan 2013 23:14:19 + Richard Riley va escriure: > > (gnus) > > Multiple smtp servers are well supported for quite a while now. > Yes, I used it, but it was not an elegant solution. Just look at how much information you need to make it work; it's frightening: http://emacswiki.org

Re: [O] Using Org-mode file format for storing configuration data

2013-01-01 Thread Daniel Clemente
El Sun, 30 Dec 2012 19:04:25 +0100 Karl Voit va escriure: > > I plan to implement a new weblog system that parses Org-mode files > and generates (static) HTML output. Yes, I am aware that there are > other solutions out there but I do not like them for various > reasons.[1] Nice! I also don't l

Re: [O] A mail client that is org-mode compatible

2013-01-03 Thread Daniel Clemente
El Wed, 02 Jan 2013 13:07:20 -0600 Robert Goldman va escriure: > > Thunderbird, which I have been using, doesn't support links to messages. > OTOH, it has the best IMAP client I have found, so I keep coming back > to it. > > Gnus: I regret to say that despite having tried it at least three > ti

Re: [O] BBDB(3) or org-contacts

2013-01-08 Thread Daniel Clemente
rch. You can use org-capture to fill that file. I strongly prefer this system over BBDB. Greetings, Daniel

[O] different color for calculated cells in tables

2013-01-11 Thread Daniel Clemente
ould help. Any comments on the difficulty of this? Daniel

[O] Error escaping '<' and '>' in HTML export

2013-01-12 Thread Daniel Dehennin
t;# http://www.gnu.org/licenses/>. # Report bug to Hello Bug Tracking system hello-...@example.net">Report bug to Hello Bug Tracking system hello-...@example.net> #+end_src Regards. -- Daniel Dehennin Récupérer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF pgp9zmauoD8dX.pgp Description: PGP signature

[O] org-contacts: match name without formatting

2012-01-02 Thread Daniel Clemente
presenting the completions; in this way you can match them by Al or B Removing bold/italic/underline/pre is harder. If there is any better function to remove formatting, please use it. -- Daniel -

Re: [O] Way to replace normal tabular env with booktabs?

2012-01-13 Thread Daniel Bausch
all tables on the org side. I even think that org tables with top and bottom rules do not look good, because the vertical lines do not stop at the horizontal lines (from a visual point of view). This way it looks like is a very small empty table line above and below the table. Daniel

Re: [O] Agenda, yellow bar "delayed"

2012-01-18 Thread Daniel Bausch
mn 120 (my tags column of the agenda). Tags in the headlines seem to be re-aligned, physically, too. This also affects :CLOCK: drawers (if you have them). Seems to me there is some function, which was intended to format the agenda, going crazy and formats the org-mode file. Daniel using O

[O] LaTeX-export: letters after $..$ turn off math-mode

2012-02-06 Thread Daniel Schoepe
pe them, when I don't use them as math-mode delimiters)? I did not find any option to that end in the documentation, but it's of course possible that I just overlooked it. Cheers, Daniel pgpn8BUV09jkx.pgp Description: PGP signature

[O] [Daniel Schoepe] Re: LaTeX-export: letters after $..$ turn off math-mode

2012-02-06 Thread Daniel Schoepe
rhaps '\(n\)th' would work for you? That works, thank you! Nevertheless, I'd still be interested if anyone has a way to disable this escaping behavior completely. Cheers, Daniel pgpihkVOe0x09.pgp Description: PGP signature --- End Message --- pgpkdeEDnQThH.pgp Description: PGP signature

[O] sqlite3 in org-babel

2012-02-10 Thread Daniel Clemente
lete-char 1) (goto-char (point-max)) (forward-char -1)) - (write-file out-file)) + (let ((require-final-newline nil)) + (write-file out-file))) (org-table-import out-file '(16)) (org-babel-reassemble-table (mapcar (lambda (x) Greetings, Daniel

[O] Babel add comma in front of my '*'

2012-02-15 Thread Daniel Dehennin
CCEPT [0:0] :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] COMMIT #+end_src Regards. -- Daniel Dehennin Récupérer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1 pgpaHtAz00nrl.pgp Description: PGP signature

[O] [0][babel][R] Undesired conversion of integers to floats in R code block output

2012-02-16 Thread Daniel Drake
Hi All, I'm using R in org-mode/babel to analyze data from a psychological study. The subjects in this study are identified by nine digit integers (e.g., 987654321) that I treat as strings (or factors) in my R data frames. Tables output by an R code block that contain these subject IDs are not

Re: [O] multilingual presentation with org

2012-02-16 Thread Daniel Clemente
with org's outline… is a challenge. One header per language? One property per language? Inline headers?… Daniel

Re: [O] sqlite3 in org-babel

2012-02-16 Thread Daniel Clemente
it /dev/null". That makes it NOT load my ~/.sqliterc (where I have a very verbose ".tables"). ob-sqlite does not have ":init" and therefore always stuffs that output into the results. > > Daniel Clemente writes: > > > Hi, > >org-babel w

Re: [O] Babel add comma in front of my '*'

2012-02-18 Thread Daniel Dehennin
ically removed, so it shouldn't cause you any > problems. What about removing it during org-edit-special? My use is to org-edit-special the block, and use that overlay by cut&past and so on. Regards. -- Daniel Dehennin Récupérer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys

Re: [O] [0][babel][R] Undesired conversion of integers to floats in R code block output

2012-02-18 Thread Daniel Drake
On 02/18/2012 08:23 AM, Eric Schulte wrote: Daniel Drake writes: Hi All, I'm using R in org-mode/babel to analyze data from a psychological study. The subjects in this study are identified by nine digit integers (e.g., 987654321) that I treat as strings (or factors) in my R data f

Re: [O] [0][babel][R] Undesired conversion of integers to floats in R code block output

2012-02-19 Thread Daniel Drake
On 02/19/2012 08:48 AM, Eric Schulte wrote: Just to be safe, I nuked my org-mode directory and re-cloned from the git repository: I'm now at release_7.8.03.386.g2239d (I was at release_7.8.03-351-g47eb3 previously). Is there a more recent version? I also removed the org directory that came with

Re: [O] [0][babel][R] Undesired conversion of integers to floats in R code block output

2012-02-19 Thread Daniel Drake
On 02/19/2012 09:40 AM, Daniel Drake wrote: On 02/19/2012 08:48 AM, Eric Schulte wrote: Just to be safe, I nuked my org-mode directory and re-cloned from the git repository: I'm now at release_7.8.03.386.g2239d (I was at release_7.8.03-351-g47eb3 previously). Is there a more recent versi

Re: [O] [0][babel][R] Undesired conversion of integers to floats in R code block output

2012-02-19 Thread Daniel Drake
On 02/19/2012 10:28 AM, Daniel Drake wrote: On 02/19/2012 09:40 AM, Daniel Drake wrote: On 02/19/2012 08:48 AM, Eric Schulte wrote: Just to be safe, I nuked my org-mode directory and re-cloned from the git repository: I'm now at release_7.8.03.386.g2239d (I was at release_7.8.03-351-g

Re: [O] [0][babel][R] Undesired conversion of integers to floats in R code block output

2012-02-19 Thread Daniel Drake
On Sun 19 Feb 2012 12:46:15 PM PST, Eric Schulte wrote: A further followup, at the risk of descending into minutia. The culprit seems to be the emacs function string-to-number. On my 32-bit Arch machine: (string-to-number "123456789"): 123456789 (#o726746425, #x75bcd15) (string-to-number "9876

Re: [O] [DEV] New git workflow

2012-03-24 Thread Daniel Dehennin
e-a-way-to-figure-out-where-a-commit-was-cherry-picked-from -- Daniel Dehennin Récupérer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1 pgpTMNJvX2vJE.pgp Description: PGP signature

[O] Export of link with underscore does not work nicely

2012-03-27 Thread Daniel Dehennin
it with a backslash works fine for HTML export but not for ASCII one. Is this intended or a bug? Regards. -- Daniel Dehennin Récupérer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF pgpIndfSf0E0a.pgp Description: PGP signature

Re: [O] Export of link with underscore does not work nicely

2012-03-27 Thread Daniel Dehennin
Daniel Dehennin writes: > With HTML export, the "hba" is subscript. > > Escaping it with a backslash works fine for HTML export but not for > ASCII one. It seems that the problem is with the ASCII export, the backslash to escape the underscore is not striped. - ASCII

Re: [O] Bug: Formatting URL labels does not works with LaTeX export

2012-03-27 Thread Daniel Dehennin
Bastien writes: > Hi Daniel, > > Daniel Dehennin writes: > >> When comparing different exports, I found a possible bug when formatting >> the label of URLs: > > Can you clearly state what the problem is? Sorry, the problem is the output of literal OrgMode format

[O] conditional TODOs

2012-04-12 Thread Daniel Krenn
) but only then, when the status of the project is changed from WAIT (until the other person has finished) to a state where I have to do something? Daniel

[O] Comments break lists when exporting to TeX

2012-05-22 Thread Daniel Schoepe
ere), so I consider this a bug. This has the unfortunate side effect of no longer being able to include a source file using #+INCLUDE while preserving its indentation in the resulting PDF (as using #+BEGIN_SRC .. #+END_SRC would). Cheers, Daniel pgplkt0Ht9WTK.pgp Description: PGP signature

Re: [O] Comments break lists when exporting to TeX

2012-05-23 Thread Daniel Schoepe
o work as "expected". Another alternative would be to make all such directives also work when they're not at column 0). Cheers, Daniel pgpkmMn1GC4ou.pgp Description: PGP signature

Re: [O] [dev] About a beamer back-end

2012-06-18 Thread Daniel Bausch
can only output documents with the corporate style). It would be very nice, if you could find a solution that works without a hardcoded string at all. Maybe rely on "#+STARTUP: beamer" or something else. (The function I needed to modify is org-beamer-after-initial-vars)

Re: [Orgmode] Bug in clocking in: the list becomes corrupted by the CLOCK drawer

2009-02-12 Thread Daniel Clemente
Carsten Dominik writes: > > While I think it is not too much to ask to set the clock > drawer variable I mentioned earlier in order to get reliable > behavior for your application, I guess it does not hurt to > check for smaller indentation than the clock line itself. OK. > Thanks, this makes

Re: [Orgmode] New :base-extension parameter: :none

2009-02-12 Thread Daniel Clemente
Daniel Clemente writes: > Shouldn't that be > :base-extension 'none > with a symbol instead of a keyword? I think : is for KEYwords, symbols that > are going to be used as keys in a hash table. > Actually... d

Re: [Orgmode] New :base-extension parameter: :none

2009-02-12 Thread Daniel Clemente
Richard KLINDA writes: > , > |'("test" . (:base-directory "~/test/" > |:base-extension :none ;; < new :none keyword Shouldn't that be :base-extension 'none with a symbol instead of a keyword? I think : is for KEYwords, symbols that are going to be used a

[Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-24 Thread Daniel Clemente
:00 12:00 18:00 24:00 30:00")) string-match("[ \f\n…]+" ("0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 12:00 18:00 24:00 30:00") 0) org-split-string(("0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 12:00 18:00 24:00

[Orgmode] Re: org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-24 Thread Daniel Clemente
Mmm... this also fails when editing the value of a property in column mode in agenda (C-c a a … C-c C-x C-c …e): Debugger entered--Lisp error: (wrong-type-argument stringp ("0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 12:00 18:00 24:00 30:00")) string-match("\\S-" ("0 0:10 0:30 1:00 2

Re: [Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-25 Thread Daniel Clemente
El dc, feb 25 2009, Carsten Dominik va escriure: > On Feb 24, 2009, at 3:52 PM, Daniel Clemente wrote: > >> >> Hi, I would like to contribute 1 byte to org-mode; it's an "a": >> >> >> --- a/lisp/org-agenda.el >> +++ b/lisp/org-

Re: [Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-26 Thread Daniel Clemente
ited by any entry. And I thought that „pairs“ would be '(key value). Maybe it can be precised (like in other documentations): The entries in this list are cons cells where the car is a property name and cdr is a string with all possible values separated by spaces. Thanks, Daniel

Re: [Orgmode] A crummy little popup for org keybindings help

2009-03-01 Thread Daniel Clemente
se just one function without noticing the others. -- 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] Switching between many contexts

2009-03-02 Thread Daniel Clemente
each context switch, use other tags, … 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] Re: Switching between many contexts

2009-03-03 Thread Daniel Clemente
rs, dates, deadlines, etc.). However, the search type called „agenda“ seems not to accept tags to search. Maybe „agenda“ could accept tags to search? Or else I can try to do a custom command which emulates the agenda but adds this filter; maybe with a local variable or with „skip conditions

[Orgmode] Is column view buggy?

2009-03-04 Thread Daniel Clemente
rt these problems in detail or are they already known? 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] More interaction in column view

2009-03-04 Thread Daniel Clemente
aybe that table/heading/columns mix would be too complex. Anyway, do you also need to enter/quit column view many times? How do you use it comfortably? Daniel ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Re: Switching between many contexts

2009-03-04 Thread Daniel Clemente
El dc, mar 04 2009, Carsten Dominik va escriure: > (org-agenda-filter-preset '("-FLUFF" "-BLUFF")) Thank you very much for this addition; not only it allows you to filter out a tag, but also many tags; that is what I needed in the first place. ___

Re: [Orgmode] Is column view buggy?

2009-03-09 Thread Daniel Clemente
ou see the :PROPERTIES: line for each 2. Click the middle one in the g 3. You cannot move down 4. Click the field to the right (z) 5. You cannot move neither up nor down with the arrow keys This seems only one bug. I suppose that the (next-line) should move by real lines instea

Re: [Orgmode] [Patch] Add another bullet type ( →)

2009-03-15 Thread Daniel Clemente
is still a list, but I know this item is special. In this way I can also use the symbol in headings: * some task ** option1 ** → option2 (this is what I did) I still have to check org-choose.el, which provides a way to mark the chosen option between many alternatives in a more formal

Re: [Orgmode] Is column view buggy?

2009-03-16 Thread Daniel Clemente
El dt, mar 10 2009, Carsten Dominik va escriure: > On Mar 9, 2009, at 8:23 PM, Daniel Clemente wrote: > >> (setq org-startup-truncated nil) > > Ah, an important piece of information. > > I believe this is fixed now. Thanks. Thanks. There are still many minor movemen

Re: [Orgmode] Re: small function suggestion (org-examplize-region)

2009-03-18 Thread Daniel Clemente
need not be the same as the rectangle width. ` It allows not only to prefix but also to „infix“ and „suffix“, and to replace rectangles of text. Also nice is C-x r k, to delete a rectangular region. And C-x r y, etc. -- Daniel ___ Emacs-orgmode

Re: [Orgmode] Exclamation mark not a postmatch ?

2009-03-23 Thread Daniel Clemente
I should in the book „Mastering regular expressions“ at which level are „Unicode properties“ implemented in Emacs, and how to access them. -- Daniel ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emac

[Orgmode] bug in "simple dependencies" handling (?)

2009-03-25 Thread Daniel Hochheimer
little bit with tasks from projects that shouldn't be active. Best regards, Daniel PS: many thanks to the developer of this great emacs mode, I really enjoy org-mode. I started using emacs only because of the great abilities of org-mode. ___ Emacs

[Orgmode] Custom entry IDs in HTML export

2009-03-27 Thread Daniel Clemente
I wouldn't even mind having an HTML ID called b9c1a93e-2af4-4a41-bfe3-8d2bd62c0614… (if it starts with a letter, it's still a valid ID). In case it's too complex to do this in org, do you know of some script to replace the IDs after export? Thanks, Daniel ___

Re: [Orgmode] Re: Custom entry IDs in HTML export

2009-03-30 Thread Daniel Clemente
break the parsing techniques you use; in fact it can also make clearer which ID is the human readable one and which one not. This is not extremely important; just useful: - for pages with many incoming links from external sites - to ensure link integrity (n

Re: [Orgmode] How to define TODOs within continuous text the best way?

2009-03-31 Thread Daniel Clemente
(ugly, but works for now) | ` Could you add that the „Remove entirely“ means „Remove entirely ... just the header (but not the content)“? -- Daniel ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the lis

[Orgmode] Format for timestamp export

2009-04-06 Thread Daniel Clemente
Emacs and I can live with these localised week day names, but to external (HTML) users I would like to show dates in a custom format so that they always look the same. Can I format timestamps on export? Thanks, Daniel ___ Emacs-orgmode mailin

Re: [Orgmode] Time computation errors

2009-04-07 Thread Daniel Clemente
forms like 00:30 or the <2009-04-08 mié 00:33> from org-mode, and make your own functions from there. Anyway, org tracks more times and dates than fractions, so 00:30 could be also understood by org as a time. -- Daniel ___ Emacs-orgmode

Re: [Orgmode] Format for timestamp export

2009-04-12 Thread Daniel Clemente
El jue, abr 09 2009, Carsten Dominik va escriure: >> >> Can I format timestamps on export? > > You can customize them for display, which will also > transfer to exported files. > Check out the variables `org-display-custom-times' and > `org-time-stamp-custom-formats'. > Thanks; I didn't know that

[Orgmode] Bold links not working

2009-04-12 Thread Daniel Clemente
string so that it can detect the first bold and yet can't be fooled by asterisks inside the link, as in *[[de][oops* broken]] (this matches org-emph-re). -- Daniel ___ Emacs-orgmode mailing list Remember: use `Reply All'

Re: [Orgmode] Point trapped in link

2009-04-12 Thread Daniel Clemente
, you see it move again). -- 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] How to fold a footer

2009-04-13 Thread Daniel Clemente
3). If I add a new section, „* Footer“, then this heading will be exported; this is also not nice. Is there some trick to add a footer at the end? (I think org-publish can add footers, but I would prefer a solution inside the same file; something like #+TEXT: but for footers). Than

[Orgmode] Re: OrgmodeHow to fold a footer

2009-04-14 Thread Daniel Clemente
El dt, abr 14 2009, Wes Hardaker va escriure: >>>>>> On Tue, 14 Apr 2009 00:54:46 +0200, Daniel Clemente >>>>>> said: > > DC> Is there some trick to add a footer at the end? > > I all the #+ or other text in another header at the bottom called &

[Orgmode] variables to get the export date and other export data

2009-04-14 Thread Daniel Clemente
e can be used, as suggested in a recent message. Only that variables can make this easier for common variables. There are also macros like {{{title}}}, {{{author}}}, but they are static (e.g. {{{date}}} is the date the user wrote, not the date at export time). --D

[Orgmode] Complete file names when inserting a link

2009-04-15 Thread Daniel Clemente
Hi; with latest org-mode and emacs -Q, I pressed: 1. C-c C-l 2. file:/ 3. TAB I get [No match]. I expected that I could complete file names as in C-x C-f, without changing any setting. Is this a bug? -- Daniel ___ Emacs-orgmode mailing list

Re: [Orgmode] Complete file names when inserting a link

2009-04-15 Thread Daniel Clemente
completing by default, but now I imagine some reasons for it: not all completing methods will work well if they see a "file:" written as prefix. In addition it may be difficult to enable the file name completer only as long as "file:" is written at the be

Re: [Orgmode] variables to get the export date and other export data

2009-04-22 Thread Daniel Clemente
I don't want to add more [NAME], > I don't think it is "strange" enough. Better use longer words like [EXPORT-FILE-NAME], or more Org-like syntax. Is there other metainformation that people need at export time? Org version? User name? File attributes? -- Daniel ___

[Orgmode] Add HTML after and before title

2009-05-10 Thread Daniel Clemente
ut do you know incidentally some trick to insert code just after the or after ? 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/list

[Orgmode] Re: Add HTML after and before title

2009-05-10 Thread Daniel Clemente
El dom, may 10 2009, Daniel Clemente va escriure: >some trick to insert code just after the or after ? Sorry, I forgot about org-publish. It can use the parameter :preamble to do exactly that. Furthermore: , | org-export-html-preamble is a variable defined in `org-html.el'. | I

[Orgmode] org-publish doesn't republish if you delete the .html files

2009-05-10 Thread Daniel Clemente
deletions done | Select command: | Skipping unmodified file /home/dc/patata/temas.org | Skipping unmodified file /home/dc/patata/index.org | Updating buffer list...done | Commands: m, u, t, RET, g, k, S, D, Q; q to quit; h for help | Mark saved where search started | Mark set ` Thanks, Daniel

[Orgmode] org-publish doesn't detect changes in included files

2009-05-10 Thread Daniel Clemente
/home/dc/manzana/a.org The same happens if you use #+INCLUDE: options.org -- 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] timer for a task

2009-05-25 Thread Daniel Clemente
time, the total time). And as you say, an alarm would be useful. -- Daniel El dl, mai 25 2009, Konstantin Antipin va escriure: > Hi everybody! > I am constantly trying to be more productive, and there is one thing > that I noticed: > If you give yourself a specific time for a task, t

[Orgmode] Agenda view: How many hours did I work today, and on what

2009-06-08 Thread Daniel Clemente
eview to know the tasks I worked on longer at each day from last week - extract some work patterns: do I work more at the morning, at the night; for how long, … Has someone a 100% pleasant solution for this? Thanks, Daniel ___ Emacs-orgmode ma

[Orgmode] Re: Agenda view: How many hours did I work today, and on what

2009-06-09 Thread Daniel Clemente
on each task. So: this clock report mode in the agenda view isn't still comfortable, but seems the base for what I want; I will go on from this. Thanks, Daniel ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

[Orgmode] Re: Agenda view: How many hours did I work today, and on what

2009-06-11 Thread Daniel Clemente
powerful ones with JavaScript and jQuery. I expect to see real-scale time and calendar grids some day in org. Back to work, -- Daniel ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmod

Re: [Orgmode] Feature suggestion: context sensitive movement

2009-06-19 Thread Daniel Clemente
to the current entry's heading (that's outline-back-to-heading). I tried to bind it to C-c C-h, but the C-h still triggers something about help (even when I unbounded C-h in the global keymap). Anyone else misses it? -- Daniel ___ Emacs-o

[Orgmode] Re: Feature suggestion: context sensitive movement

2009-06-22 Thread Daniel Clemente
>>> >>> We now have: >>> >>> >>> C-c C-j - traverse the tree using UP and DOWN >>> C-c C-u - privious >>> C-c C-n - next >>> C-c C-b - previous sibling >>> C-c C-f - next sibling >>> >> >> I miss one key to go back to the current entry's heading (that's >> outline-back-to-heading). >

Re: [Orgmode] [ANN] org-icons.el

2009-06-24 Thread Daniel Clemente
> So, what do you think ? Is this a direction you'd want org-mode > to go ? Please, share your feedback & suggestions ! I think that the main interest of this will not only be to make a buffer pretty, but to show information in ways which are easier or more comfortable to understand. For insta

Re: [Orgmode] org-style folding for a .emacs

2009-07-15 Thread Daniel Clemente
normal comment ;;; b Cycle with C-tab, C-S-tab, … -- 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: More conspicous header lines

2009-07-23 Thread Daniel Goldin
___ > 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 -- Daniel Goldin 213.026.1960 ___ Emacs-orgmode m

[Orgmode] Export plots made with org-plot

2009-07-28 Thread Daniel Clemente
t exporting; am I missing something? -- Daniel [1]: http://orgmode.org/worg/org-tutorials/org-plot.php ___ 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: limit agenda to particular tag?

2009-08-03 Thread Daniel Martins
rg-agenda-skip-entry-if 'regexp ":WEEKLY:") ) ) ) Daniel 2009/7/29 John SJ Anderson > Memnon Anon writes: > > > John SJ Anderson writes: > > > >> Is there a way to display an agenda (like 'C-a a' does) but have it > >> li

[Orgmode] Local variables

2009-08-05 Thread Daniel Clemente
may need something similar if it reimplements local variables. Restricting changes to variables whose name is org-.* probably doesn't prevent code execution, and anyway the good thing about #+BIND: is being able to change anything. So maybe a confirmation dialog can be used, or a switch. 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] Local variables

2009-08-06 Thread Daniel Clemente
Thank you very much. I am forwarding your response also to the mailing list. --Daniel El dc, ago 05 2009 a les 16:32, Carsten Dominik va escriure: > On Aug 5, 2009, at 12:39 PM, Daniel Clemente wrote: > >> >> Hi, >> >> El dt, ago 04 2009 a les 23:15, Carsten Do

Re: [Orgmode] Fireforg, a Firefox extension for Org mode interaction

2009-08-07 Thread Daniel Martins
As I am not a developer I cannot be 100% certain but I feel that there are standardized paths for emacs and firefox that work across distributions. Maybe someone from the list could give us some hint. Daniel 2009/8/7 Andreas Burtzlaff > Hi, > > On Fri, 7 Aug 2009 09:00:53 -0300

Re: [Orgmode] Fireforg, a Firefox extension for Org mode interaction

2009-08-08 Thread Daniel Martins
happened Daniel 2009/8/7 Daniel Martins > As I am not a developer I cannot be 100% certain but I feel that there are > standardized paths for > emacs and firefox that work across distributions. > > Maybe someone from the list could give us some hint. > > Daniel > > 2009/8/7

Re: [Orgmode] Fireforg, a Firefox extension for Org mode interaction

2009-08-08 Thread Daniel Martins
) : does absolutely nothing. Daniel 2009/8/8 Andreas Burtzlaff > On Sat, 8 Aug 2009 14:19:35 -0300 > Daniel Martins wrote: > > > I followed your indications but it did not work properly. > > > > 1. My org-agenda-files became nil I dont know the reason > > org-agend

[Orgmode] Remaining time (in column view)

2009-08-17 Thread Daniel Clemente
(overrun) or empty (if you didn't estimate the effort). It is useful to choose the next task to do from a set of partially worked-on tasks. Just like there is a special column called CLOCKSUM ([1]), ¿is there something like CLOCKREM to show the remaining time? Thanks, Daniel [1]

[Orgmode] org-ido-completing-read not defined

2009-08-19 Thread Daniel Clemente
; therefore it feels strange to know that I might be using different engines at the same time, one for Org, the other for the rest of Emacs. Isn't there a completion interface in Emacs? (I think CEDET will provide one, but for normal buffers, not

Re: [Orgmode] org-ido-completing-read not defined

2009-08-19 Thread Daniel Clemente
El dc, ago 19 2009 a les 11:10, Carsten Dominik va escriure: > Ooops, looks like this patch was incomplete. Fixed now. Thanks, it works now. > >> >> 2. Other functions were renamed, like org-completing-read-no-ido → >> org-completing-read-no-i. I don't know how that's better. > > Because his no

Re: [Orgmode] Faces bug in org-indent-mode

2009-08-20 Thread Daniel Clemente
contracted): What I see wrong is: - the „code“ face comprises =eee \n* two= - the „bold“ face comprises *iii\nooo* ( \n = ⏎ = line break ). So both span past the end of the line. This only happens if the next line is consecutive (with no blank lines). -- Daniel El dj, ago 20 2009 a les 15:0

Re: [Orgmode] Faces bug in org-indent-mode

2009-08-21 Thread Daniel Clemente
loured as headings) and performance shouldn't be much affected in the common case because ^\\* fails early. Only visually it is a complex regexp. I don't know how to detect the other problem inside a regular expression. Maybe the

[Orgmode] can't see emphasized text in org

2009-08-23 Thread Daniel Goldin
Non-programmer-type can't see markup like /this/ as emphasized. I looked through manual and searched web but found no answer. Any thoughts? d. -- Daniel Goldin 213.926.1960 ___ Emacs-orgmode mailing list Remember: use `Reply All' to se

Re: [Orgmode] can't see emphasized text in org

2009-08-23 Thread Daniel Goldin
Doesn't help, I'm afraid. On Sun, 23 Aug 2009, Nick Bell wrote: Daniel Goldin wrote: Non-programmer-type can't see markup like /this/ as emphasized. I looked through manual and searched web but found no answer. Any thoughts? Are you using a font which has a separate i

Re: [Orgmode] Accidentally holding down LEFT arrow in Agenda

2009-08-24 Thread Daniel Clemente
ck report table in the agenda. But each person may see this differently. -- 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] Faces bug in org-indent-mode

2009-08-26 Thread Daniel Clemente
the context-specific part, like in: \p{heading}REGEXP_ONLY_FOR_HEADINGS\|\p{table}REGEXP_FOR_TABLES\|… where \p{property} is the proposed addition to Emacs regexps. This was a minor issue, but making Emacs regexps more powerful would be nice

Re: [Orgmode] Custom agenda question

2009-08-26 Thread Daniel Clemente
El dl, ago 24 2009 a les 20:03, Carsten Dominik va escriure: > > Please get the latest version and press `E' in the agenda to > toggle the display of a small amount (see variable > `org-agenda-entry-text-maxlines') of text from the entry in > the agenda. > I value this because I have some trees li

Re: [Orgmode] Custom agenda question

2009-08-26 Thread Daniel Clemente
'beginning-of-buffer 'end-of-buffer) nil -- 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] can't see emphasized text in org

2009-08-26 Thread Daniel Goldin
Finally got a chance to try this. Works like a charm! Thanks. d. On Sun, 23 Aug 2009, Nick Dokos wrote: Daniel Goldin wrote: On Sun, 23 Aug 2009, Nick Bell wrote: > Daniel Goldin wrote: >> Non-programmer-type can't see markup like /this/ as emphasized. I >> looke

Re: [Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-26 Thread Daniel Martins
YES for both I fell often in this trap too. 2009/8/25 Rainer Stengele > Carsten Dominik schrieb: > > Hi, > > > > we have the proposal to do the following key changes in the agenda: > > > > 1. Make the cursor keys LEFT and RIGHT do normal cursor motion again > > 2. Use the keys "n" and "p" to sw

Re: [Orgmode] Re: org-mode on sloooow computer

2009-08-31 Thread Daniel Martins
This version is 30 days old. To do not create problems with my Ubuntu distribution it is a bit hard to try newer versions but I can try if this is I feel that there is something critical beyond an upgrade but I do not know how to find the core of the problem Other modes are not slow Daniel

<    1   2   3   4   5   6   7   8   9   10   >