Re: [O] How to write a org babel hook, which can manupulate result

2014-03-26 Thread Daimrod
tbl - data.frame(a=c(1,2,3),b=c(3,2,1)) print(ascii(tbl),type=org) #+END_SRC #+RESULTS: :RESULTS: [pointA] | |a |b | |---+--+--| | 1 | 1.00 | 3.00 | | 2 | 2.00 | 2.00 | | 3 | 3.00 | 1.00 | [pointB] :END: -- Daimrod/Greg

Re: [O] How to write a org babel hook, which can manupulate result

2014-03-26 Thread Daimrod
Feng Shu tuma...@gmail.com writes: Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com writes: Hi: Hi Feng, Look at the :post header argument. (info (org) post) How to use elisp in :post directly, I don't think you can. You have to use it this way (not tested): #+NAME

Re: [O] loading all agenda files at startup

2014-04-30 Thread Daimrod
it hasn't yet? I call `org-agenda-list' in my `after-init-hook' but it is not silent, that is, it displays the agenda list. Best, -- Daimrod/Greg signature.asc Description: PGP signature

[O] [PATH] Customize org-annotate-file

2014-05-09 Thread Daimrod
shortened STRING with appended ellipsis. -- 1.8.0.2722.gc0242e5 -- Daimrod/Greg

Re: [O] [PATH] Customize org-annotate-file

2014-05-09 Thread Daimrod
Bastien b...@gnu.org writes: Daimrod daim...@gmail.com writes: Okay to push? Please go ahead, thanks, done. -- Daimrod/Greg

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-13 Thread Daimrod
, process filters and timers should be super extra careful to finish promptly and never ever get into an inf-loop. I can see why. :) -- Daimrod/Greg

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-13 Thread Daimrod
Daimrod daim...@gmail.com writes: Stefan Monnier monn...@iro.umontreal.ca writes: So, that's an org-mode bug, I'll try to see if I can reproduce it Right: org-adaptive-fill-function should finish fairly promptly. (though I wonder why it uses `inhibit-quit' in the first place). It's

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-14 Thread Daimrod
with `debug-on-quit'. Otherwise, what's the best way to debug this? Looking closer at `org-adaptive-fill-function'? -- Daimrod/Greg

Re: [O] still seeing semi-regular lockups

2014-05-15 Thread Daimrod
the path-to-emacs-source/src/.gdbinit file and use the `xbacktrace' command. $ gdb path-to-emacs-executable emacs-pid gdb) source path-to-emacs-source/src/.gdbinit ... gdb) xbacktrace You can also use the `bt' command but it contains much more noise. -- Daimrod/Greg signature.asc Description: PGP

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-15 Thread Daimrod
Bastien b...@gnu.org writes: Daimrod daim...@gmail.com writes: I wonder if it is because `org-adaptive-fill-function' doesn't mix well with `adaptive-wrap-prefix-mode'... (Nicolas has been doing some rewrite for filling functions in the master branch, maybe it's worth checking whether

Re: [O] still seeing semi-regular lockups

2014-05-15 Thread Daimrod
Eric Abrahamsen e...@ericabrahamsen.net writes: Daimrod daim...@gmail.com writes: Bastien b...@gnu.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: After Nicolas made the last round of improvements to the caching mechanism I got far fewer hangs with Org

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-15 Thread Daimrod
Bastien b...@altern.org writes: Daimrod daim...@gmail.com writes: Bastien b...@gnu.org writes: Daimrod daim...@gmail.com writes: I wonder if it is because `org-adaptive-fill-function' doesn't mix well with `adaptive-wrap-prefix-mode'... (Nicolas has been doing some rewrite for filling

Re: [O] still seeing semi-regular lockups

2014-05-19 Thread Daimrod
Daimrod daim...@gmail.com writes: I have also semi-regular lockup with org-mode. I have opened a bug on debbugs and here is what Stefan told me to try to debug this: You can try `debug-on-event'. There's jit-lock-debug-mode but it doesn't disable inhibit-quit. So you'll need

Re: [O] still seeing semi-regular lockups

2014-05-20 Thread Daimrod
Eric Abrahamsen e...@ericabrahamsen.net writes: On 05/19/14 23:21 PM, Daimrod wrote: Daimrod daim...@gmail.com writes: I have also semi-regular lockup with org-mode. I have opened a bug on debbugs and here is what Stefan told me to try to debug this: You can try `debug-on-event

Re: [O] org-contacts development

2014-05-24 Thread Daimrod
-contacts :END: ,** PHONE :PROPERTIES: :TYPE: WORK :END: - num1 - num2 #+END_SRC And of course it would be nice if we could keep as much compatibility with the current format :) -- Daimrod/Greg

Re: [O] org-contacts development

2014-05-25 Thread Daimrod
Alexis flexibe...@gmail.com writes: Daimrod daim...@gmail.com writes: So, as you said, we would need to define and document a specification for org-contacts. And we need to be clear from the beginning about what it can do and what it can not do. For example, it is unlikely that org-contacts

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-28 Thread Daimrod
We can probably close this bug. I haven't been able to reproduce it with the org-mode bundled with the pretest version. Sorry for the noise. Regards, -- Daimrod/Greg

Re: [O] org-contacts development

2014-05-28 Thread Daimrod
? I've done a quick test and the 0 appears in `org-contacts-db'. Best, -- Daimrod/Greg

Re: [O] still seeing semi-regular lockups

2014-05-30 Thread Daimrod
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Daimrod daim...@gmail.com writes: I've attached part of the traces (the whole traces are way too big) and the backtraces. Thanks for looking into this. However, you are running a compiled Org, which renders backtraces less useful. Ok, I

Re: [O] still seeing semi-regular lockups

2014-06-04 Thread Daimrod
Eric Abrahamsen e...@ericabrahamsen.net writes: Daimrod daim...@gmail.com writes: Bastien b...@gnu.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: After Nicolas made the last round of improvements to the caching mechanism I got far fewer hangs with Org

Re: [O] still seeing semi-regular lockups

2014-06-11 Thread Daimrod
Daimrod daim...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Daimrod daim...@gmail.com writes: I've attached part of the traces (the whole traces are way too big) and the backtraces. Thanks for looking into this. However, you are running a compiled Org, which

Re: [O] still seeing semi-regular lockups

2014-06-11 Thread Daimrod
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Daimrod daim...@gmail.com writes: Okay, so I've found a more or less reliable way to reproduce this bug (on my machine at least). 1. $ emacs -Q -l debug.el test.org 2. Expand headline (S-TAB) 3. go below the first headline (C-n) 4

[O] bug#17746: bug#17746: 24.4.50; byte-code: `recenter'ing a window that does not display current-buffer. when composing a message

2014-06-11 Thread Daimrod
that the `current-buffer' is +properly set. + (with-current-buffer (window-buffer) +(recenter arg))) (defun org-beginning-of-line (optional arg) Go to the beginning of the current line. If that is invisible, continue -- 1.8.0.2722.gc0242e5 -- Daimrod/Greg

[O] bug#17746: bug#17746: 24.4.50; byte-code: `recenter'ing a window that does not display current-buffer. when composing a message

2014-06-11 Thread Daimrod
be a buffer completely unrelated to Org. Hmm, what was the previous behaviour of `recenter'? (i.e. before it reports an error) Did it just do nothing? Best, -- Daimrod/Greg

[O] bug#17746: bug#17746: 24.4.50; byte-code: `recenter'ing a window that does not display current-buffer. when composing a message

2014-06-12 Thread Daimrod
Nicolas Richard theonewiththeevill...@yahoo.fr writes: Daimrod daim...@gmail.com writes: PS: The change about throwing an error when recentering a window that does not display the current buffer breaks ~37 tests in Org master branch, even with this fix. I need to digg this further. Err

[O] bug#17746: bug#17746: 24.4.50; byte-code: `recenter'ing a window that does not display current-buffer. when composing a message

2014-06-12 Thread Daimrod
Daimrod daim...@gmail.com writes: Nicolas Richard theonewiththeevill...@yahoo.fr writes: Daimrod daim...@gmail.com writes: PS: The change about throwing an error when recentering a window that does not display the current buffer breaks ~37 tests in Org master branch, even with this fix. I

[O] bug#17746: bug#17746: 24.4.50; byte-code: `recenter'ing a window that does not display current-buffer. when composing a message

2014-06-12 Thread Daimrod
Daimrod daim...@gmail.com writes: Daimrod daim...@gmail.com writes: Nicolas Richard theonewiththeevill...@yahoo.fr writes: Daimrod daim...@gmail.com writes: PS: The change about throwing an error when recentering a window that does not display the current buffer breaks ~37 tests in Org

Re: [O] can show inline images anymore in orgmode

2014-06-12 Thread Daimrod
this? 1. M-x toggle-debug-on-error RET 2. report the backtrace FWIW, I don't have this error using the latest version (HEAD) of org-mode. Regards, -- Daimrod/Greg

[O] bug#17746: bug#17746: 24.4.50; byte-code: `recenter'ing a window that does not display current-buffer. when composing a message

2014-06-13 Thread Daimrod
, then the point won't be at the pattern, but at the top of the buffer. Best, -- Daimrod/Greg

Re: [O] still seeing semi-regular lockups

2014-06-14 Thread Daimrod
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Daimrod daim...@gmail.com writes: My guess is that the lockup happens in `org-element--cache-key-less-p', called by `org-element--cache-process-request'. Probably, but it doesn't mean that this particular function is buggy. The lockup happens

Re: [O] org-contacts email completion by tags

2014-06-17 Thread Daimrod
that, but in the meantime you can use the aforementioned hook for your function. Best, -- Daimrod/Greg

Re: [O] still seeing semi-regular lockups

2014-06-25 Thread Daimrod
can wrap `jit-lock--debug-fontify' with: (advice-add 'jit-lock--debug-fontify :around (lambda (fun rest args) (with-local-quit (apply fun args and then force emacs to break and display a backtrace by sending the SIGUSR2 to the emacs process. Best, -- Daimrod/Greg

Re: [O] org-contacts email completion by tags

2014-07-13 Thread Daimrod
Daimrod daim...@gmail.com writes: Thanks, but I'm refactoring org-contacts a bit, and I think I have found a slightly better way to do that, but in the meantime you can use the aforementioned hook for your function. It turns out that my idea was wrong, so I have used a version very similar

Re: [O] how to hide titles marked with DONE

2014-07-16 Thread Daimrod
delete them? You can toggle the archive tag (C-c C-x a) or archive the tasks (C-c C-x C-a). -- Daimrod/Greg

Re: [O] Bug: org-contacts show Non-existent agenda file ~/org/* virexit. [R]emove from list or [A]bort? when trying to find contacts with M-x org-contactsRET [8.2.7b (8.2.7b-dist @ c:/Users/Seam/A

2014-07-20 Thread Daimrod
the error. I don't know (yet) if it's possible to disable this behavior, but in the meantime you can remove the file from the agenda list. Best, -- Daimrod/Greg

Re: [O] org-contact Export

2014-07-25 Thread Daimrod
the function isn't called interactively it behaves as it did before. WDYT? Best, -- Daimrod/Greg

Re: [O] org-contact Export

2014-07-28 Thread Daimrod
Esben Stien b...@esben-stien.name writes: Daimrod daim...@gmail.com writes: It wasn't possible, but it is now. I've slightly modified `org-contacts-export-as-vcard' so that it will prompt for a user name when called with a prefix argument. This is in git? Yes. The new function's behovior

Re: [O] per file org-todo-keywords?

2014-07-29 Thread Daimrod
(org) Tracking TODO state changes) You can use the exact same syntax for setting logging preferences local to a buffer: #+TODO: TODO(t) WAIT(w@/!) | DONE(d!) CANCELED(c@) -- Daimrod/Greg

[O] [feature request] Matching tags and properties

2014-08-04 Thread Daimrod
it would make sense to allow the later to be matched with today, that is, to ignore time information. WDYT? -- Daimrod/Greg

[O] [PATCH] docstring improvement of org-agenda-refile

2014-08-09 Thread Daimrod
refiled item. RFLOC can be a refile location obtained in a different way. When NO-UPDATE is non-nil, don't redo the agenda buffer. (interactive P) -- 1.8.0.2722.gc0242e5 -- Daimrod/Greg

[O] [PATCH] docstring improvement of org-agenda-refile

2014-08-09 Thread Daimrod
refiled item. RFLOC can be a refile location obtained in a different way. When NO-UPDATE is non-nil, don't redo the agenda buffer. (interactive P) -- 1.8.0.2722.gc0242e5 -- Daimrod/Greg

Re: [O] Tab completion for link to file

2014-08-10 Thread Daimrod
. e.g. [[file+sys:///Users/chris/projects/marketing 2014]] Thanks. -- Daimrod/Greg

Re: [O] [PATCH] docstring improvement of org-agenda-refile

2014-08-12 Thread Daimrod
Charles Millar mill...@verizon.net writes: Charles Millar wrote: Daimrod wrote: +When GOTO is '(14) or \\[universal-argument] \\[universal-argument], go to the location of the last refiled item. ^^ '(16) Just opened my

Re: [O] org-elements-parse-buffer and weird property drawers

2014-09-02 Thread Daimrod
lies in org-re-property because if I revert the change, it works as it did before. Test file: * TODO Test :PROPERTIES: :TEST: test :END: Best, -- Daimrod/Greg

Re: [O] org-elements-parse-buffer and weird property drawers

2014-09-02 Thread Daimrod
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Daimrod daim...@gmail.com writes: Since the change to `org-re-property' I have problems to display org files. My *Message* buffer is spammed with the following error: Error during redisplay: (jit-lock-function 1119) signaled (error

Re: [O] doing a capture and jumping to the file

2014-09-26 Thread Daimrod
, but it only jumps to the capture destination and does not set up the entry. You can customize your capture templates with `M-x org-capture RET C'. Look especially at the plist keywords `:immediate-finish` and `:jump-to-captured`. Best, -- Daimrod/Greg signature.asc Description: PGP signature

[O] Help on org-export-filter-link-functions

2014-10-03 Thread Daimrod
there is an easier way to retrieve the org properties stored in the text properties of DATA. Best, -- Daimrod/Greg signature.asc Description: PGP signature

[O] Link to named block

2014-10-19 Thread Daimrod
and I wonder why it's not splitted in smaller functions. (e.g. org-help-store-link, org-w3-store-link, org-image-store-link, ...). If you agree, I could split it. WDYT? Best, -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] Link to named block

2014-10-20 Thread Daimrod
Bastien b...@gnu.org writes: Hi Greg, Hi Bastien, Daimrod daim...@gmail.com writes: I've made a small function to link to a named block in org files. #+BEGIN_SRC emacs-lisp (defun dmd--org-link-to-named-block () Create an org-link to the named block at point. Blocks are named

Re: [O] Extra empty line at the top of the page when tangling.

2014-10-22 Thread Daimrod
); #+end_src #+NAME: output-all #+begin_src perl   while (my $line = $fh) {   print $line;   } #+end_src Outputs a perl file, where the 1-st line is blank. What should I do to remove it? -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-10 Thread Daimrod
-contacts.el:40:1:Warning: cl package required at runtime @All: Can I use (require 'cl) and ignore the warning or is there better solution? -- Daimrod/Greg pgp2M1C9H7f_a.pgp Description: PGP signature

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-11 Thread Daimrod
Achim Gratz strom...@nexgo.de writes: Daimrod writes: @All: Can I use (require 'cl) and ignore the warning or is there better solution? You could if this would never go into mainline, where it is not allowed due to the namespace pollution that cl causes. You could use cl-lib instead

Re: [O] A mix of habits and effort estimates?

2013-03-17 Thread Daimrod
repetition » system that will optimize when to review items. [1] http://orgmode.org/worg/org-contrib/org-drill.html -- Daimrod/Greg pgp5Vm_wDduGZ.pgp Description: PGP signature

Re: [O] [patch] ox-latex.el to allow customization of verbatim environments (e.g., to use fancyvrb)

2013-04-14 Thread Daimrod
+(org-export-format-code-default src-block info) +org-latex-verbatim-env) IIUC you don't need concat+format here. -- Daimrod/Greg pgp1eukSKehML.pgp Description: PGP signature

Re: [O] phone links...

2013-04-16 Thread Daimrod
properties. I'll look at Michael's patch which implements this. Regards, -- Daimrod/Greg pgpqvdRQNKLgp.pgp Description: PGP signature

Re: [O] phone links...

2013-04-16 Thread Daimrod
-list) + for gravatar = (gravatar-retrieve-synchronously (org-contacts-strip-link email)) What do you think? Thanks again for your time! Regards, -- Daimrod/Greg pgpXWsW7sSTeB.pgp Description

Re: [O] phone links...

2013-04-17 Thread Daimrod
Feng Shu tuma...@gmail.com writes: Daimrod daim...@gmail.com writes: I agree with you, it would be much better if org-contacts managed links within properties. I think the two format have less difference org-android and org-android-NG can't show properties like outline, I expect to see

Re: [O] phone links...

2013-04-20 Thread Daimrod
-list' is not a list but a string here. My bad (again :/). Regards, 1. https://github.com/magit/magit -- Daimrod/Greg pgpA1Yp4mnukl.pgp Description: PGP signature

Re: [O] [Patch] phone links...

2013-04-30 Thread Daimrod
, Daimrod wrote: Michael Strey mst...@strey.biz writes: Oh =:-|, another struggle with Git. I'm still learning and will do my best. If you're not already using magit[1] I highly recommend it to you. You can use it to commit only a portion of the changes (you can also do it with git commit

Re: [O] [Bug] org-startup-with-inline-images

2013-05-01 Thread Daimrod
-inline-remove-overlay 24.3) -- 1.7.10.4 -- Daimrod/Greg pgp8Ee38tqMON.pgp Description: PGP signature

Re: [O] [Bug] org-startup-with-inline-images

2013-05-02 Thread Daimrod
Rick Frankel r...@rickster.com writes: On 01.05.2013 13:28, Daimrod wrote: Thanks for the report, I've attached a patch that fixes this problem (in both `org-display-inline-images' and `org-preview-latex-fragment'). However I don't know if it is the right approach or if I should try

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Daimrod
for the comments) -- Daimrod/Greg pgp8MNzaVlSsW.pgp Description: PGP signature

[O] bug#14374: bug#14374: Possibly incorrect custom :types

2013-05-09 Thread Daimrod
-fixes.path Description: Binary data -- Daimrod/Greg pgp38ECem9JSK.pgp Description: PGP signature

Re: [O] require a feature: merge many contacts which have the same name.

2013-05-10 Thread Daimrod
: #+end_example Hi Feng, It's noted, I'll see what I can do this week-end. -- Daimrod/Greg pgpgoAyLvZ17T.pgp Description: PGP signature

[O] org-element

2013-05-23 Thread Daimrod
-entry-get nil property) new-value)) #+END_SRC Is it the correct way? IMHO it would be nicer if we could modify an object created by the new parser and write it back but I don't think it is possible (yet?). Regards, -- Daimrod/Greg pgpZ70aTA0Nyn.pgp Description: PGP

Re: [O] org-element

2013-05-24 Thread Daimrod
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Hello Nicolas, Daimrod daim...@gmail.com writes: I'm playing a bit with org-element for org-contacts and I wanted to know what is the prefered way to change an element. For example, ATM, when I want to change an element property to add

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Daimrod
(concat result TEL: (org-contacts-strip-link (car phones-list)) \n)) -- 1.7.10.4 [1] http://orgmode.org/worg/org-contribute.html#sec-5 -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Daimrod
. -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Daimrod
Feng Shu tuma...@gmail.com writes: Daimrod daim...@gmail.com writes: This is not very idiomatic elisp, I would write something more like: #+BEGIN_SRC emacs-lisp (remove-if (lambda (el) (member el expire-list)) list) #+END_SRC Thanks! Is this possible

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Daimrod
Feng Shu tuma...@gmail.com writes: Hi Daimrod! This is the 3 updated patch, if possible, please include it to master. It's merged and pushed. I've also pushed another commit to fix the formatting in some parts of the code and I've found a bug in `org-contacts-split-property', but it should

Re: [O] [Patch] phone links...

2013-05-30 Thread Daimrod
; could you check on your side that it doesn't break anything in your workflow? Thanks, -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Daimrod
Karl Voit devn...@karl-voit.at writes: Hi Karl, This is a very good patch, fixing an issue I also do have currently. I am curious, what was the issue? Regards, -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] Handling outdated contact information

2013-05-31 Thread Daimrod
Karl Voit devn...@karl-voit.at writes: * Daimrod daim...@gmail.com wrote: Hi Karl, Hi Daimrod! This is a very good patch, fixing an issue I also do have currently. I am curious, what was the issue? Sure: I do use contacts.org by myself and I tend to collect data about people and never

Re: [O] [patch] Add a complex org-contacts template to the file header

2013-06-03 Thread Daimrod
Feng Shu tuma...@gmail.com writes: Thanks for the patch! It's merged, I've taken the liberty to fix some typos. Regards, -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] [PATCH] org-contacts: Provide ordering when using cycle completion

2013-06-11 Thread Daimrod
) + (display-sort-function . org-contacts-display-sort-function (defun org-contacts-complete-group (start end string) Complete text at START from a group. -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] Circular lists/shared structures in org-element parse-tree

2013-06-28 Thread Daimrod
://github.com/daimrod/Emacs-config/blob/master/elisp/dmd-utils.el#L25 -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] [PATCH] org-contacts: Update contacts cache if it contains markers with no buffer

2013-07-16 Thread Daimrod
that checking if one of the buffer would be enough and faster? With something like (every #'get-file-buffer org-contacts-files) Regards, Øyvind -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] [PATCH] org-contacts: Update contacts cache if it contains markers with no buffer

2013-07-20 Thread Daimrod
Øyvind Stegard oyvi...@ifi.uio.no writes: Daimrod daim...@gmail.com writes: [...] Thanks for the bug report! Don't you think that checking if one of the buffer would be enough and faster? With something like (every #'get-file-buffer org-contacts-files) Hi, I thought about that, yes

Re: [O] orc-contacts contacting ww.gravatar.com! -- How to switch off?

2014-02-17 Thread Daimrod
on org-contact. OK, I can search for a name as described above, I can add a new contact with M-x org-capture, but what else? Thank you, Regards, Alexander -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] http link character mistranslated

2014-03-02 Thread Daimrod
init) Thanks, Mirko -- Daimrod/Greg

Re: [O] http link character mistranslated

2014-03-03 Thread Daimrod
Daimrod daim...@gmail.com writes: Fixed by ngz in commit 567ec87 mirko mirko.vuko...@gmail.com writes: Hi, Hello, (Org-mode version 8.2.5h (release_8.2.5h-651-g897b60) I have an https address with an equal sign `=': https://forums.virtualbox.org/viewforum.php?f=3 When I try

[O] [Bug] org-open-at-point adds file+

2014-03-04 Thread Daimrod
`file+' and then search in `org-link-protocols'. -- Daimrod/Greg signature.asc Description: PGP signature

[O] org-element-context doesn't parse consistently link with spaces

2014-03-04 Thread Daimrod
:application nil :search-option nil :begin 1 ...)) #+END_EXAMPLE Best, -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] [Bug] org-open-at-point adds file+

2014-03-05 Thread Daimrod
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Daimrod daim...@gmail.com writes: I think that since its recent rewrite, `org-open-at-point' adds 'file+' before the name of the application before trying to find the correct application. For example the following link: #+BEGIN_EXAMPLE

Re: [O] org-element-context doesn't parse consistently link with spaces

2014-03-05 Thread Daimrod
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Daimrod daim...@gmail.com writes: I think that there is a bug in `org-element-context' because it doesn't seem to parse link with spaces consistently. For example: #+BEGIN_EXAMPLE v [[file:test 1 2 3

Re: [O] org-element-context doesn't parse consistently link with spaces

2014-03-05 Thread Daimrod
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Daimrod daim...@gmail.com writes: I use org-mode version release_8.0.2-101-gce5988 (I follow the git upstream) and I tried it with `org-element-use-cache' set to nil. There was no `org-element-use-cache' in Org 8.0. Could you update Org

Re: [O] org-element-context doesn't parse consistently link with spaces

2014-03-05 Thread Daimrod
Nicolas Goaziou n.goaz...@gmail.com writes: Daimrod daim...@gmail.com writes: I had forgotten to rerun make after I pulled the latest version. `org-version' now returns 8.2.5h. This is still not right. 8.2.5h refers to maint branch, where cache doesn't exist. When I compile the latest

Re: [O] org-element-context doesn't parse consistently link with spaces

2014-03-05 Thread Daimrod
Bastien b...@gnu.org writes: Hi Nicolas and Greg, Nicolas Goaziou n.goaz...@gmail.com writes: Daimrod daim...@gmail.com writes: I had forgotten to rerun make after I pulled the latest version. `org-version' now returns 8.2.5h. This is still not right. 8.2.5h refers to maint branch

Re: [O] org-element-context doesn't parse consistently link with spaces

2014-03-05 Thread Daimrod
Daimrod daim...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: Daimrod daim...@gmail.com writes: I had forgotten to rerun make after I pulled the latest version. `org-version' now returns 8.2.5h. This is still not right. 8.2.5h refers to maint branch, where cache doesn't

Re: [O] can org-mode file export to markdown file

2014-03-09 Thread Daimrod
jenenliu jenen...@gmail.com writes: Hello, Can I write a org file and then export it as a markdown file ? Sure, just load the library `ox-md' then you can export to a markdown file with C-c C-e m m -- Daimrod/Greg

Re: [O] analog of org-element-at-point for objects?

2014-03-09 Thread Daimrod
-parser, but that only works with point at the beginning of a link. The reason I was looking into this is here: http://kitchingroup.cheme.cmu.edu/blog/2014/03/07/Storing-label-links-in-org-mode/ It just seems there must be a better way than I implemented. thanks! Best, -- Daimrod/Greg

Re: [O] Some links not working anymore for me

2014-03-10 Thread Daimrod
-protocols) (funcall (nth 1 (assoc type org-link-protocols)) path)) ((equal type help) François -- Daimrod/Greg

[O] [PATCH] Support for links to Ebib's entries

2014-03-11 Thread Daimrod
+ :description description + +(provide 'org-ebib) + +;;; org-ebib.el ends here -- 1.8.0.2722.gc0242e5 -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] [PATCH] Support for links to Ebib's entries

2014-03-12 Thread Daimrod
Bastien b...@gnu.org writes: Hi Greg, Daimrod daim...@gmail.com writes: I've attached a small patch to support links (opening and storing) to Ebib's[1] entries. Can I integrate it? Sure, please go ahead, thanks! Done. Best, -- Daimrod/Greg

[O] LaTeX preview

2013-01-11 Thread Daimrod
Hi, Is there an #+STARTUP parameter to automatically display LaTeX fragments? If not, where do I have to look to add it? -- Daimrod/Greg pgpwOUfDZhYGv.pgp Description: PGP signature

Re: [O] LaTeX preview

2013-01-11 Thread Daimrod
Bastien b...@altern.org writes: Hi Daimrod, Daimrod daim...@gmail.com writes: Is there an #+STARTUP parameter to automatically display LaTeX fragments? Nope, sorry. Here is a patch to add `org-startup-with-latex-preview'. It should work like `org-startup-with-inline-images'. diff --git

Re: [O] LaTeX preview

2013-01-11 Thread Daimrod
Bastien b...@altern.org writes: Hi, Daimrod daim...@gmail.com writes: Here is a patch to add `org-startup-with-latex-preview'. It should work like `org-startup-with-inline-images'. Thanks for the patch. Did you already sign a FSF copyright assignment or do you plan to sign one? http

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

2013-01-14 Thread Daimrod
. -- Daimrod/Greg pgp3UwPkLdLKl.pgp Description: PGP signature

Re: [O] Redmine backend for org-sync

2013-01-15 Thread Daimrod
was exploring the code. It's far from complete but I plan to work on it. I mostly use github, so it's most likely that I'll focus on its backend. [1] https://github.com/daimrod/org-sync -- Daimrod/Greg pgpw4e0I0KBkV.pgp Description: PGP signature

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-18 Thread Daimrod
unless you active them (v a or v A). See (info (org) Archiving) for a complete description of Archiving in Org Mode. -- Daimrod/Greg pgp5OycYv2Vpc.pgp Description: PGP signature

  1   2   >