Re: [O] ~~ doesn't register as verbatim

2014-02-25 Thread Sebastien Vauban
Hello Alan, Alan Schmitt wrote: Oleh ohwoeo...@gmail.com writes: On Sat, Feb 22, 2014 at 5:06 PM, Oleh ohwoeo...@gmail.com wrote: I'm using verbatim markers to export them as kbd in HTML. But ~~ isn't recognized as verbatim. I've tried fiddling with org-verbatim-re, but it doesn't update

Re: [O] ~~ doesn't register as verbatim

2014-02-25 Thread Oleh
Hello Alan, Alan Schmitt wrote: Oleh ohwoeo...@gmail.com writes: On Sat, Feb 22, 2014 at 5:06 PM, Oleh ohwoeo...@gmail.com wrote: I'm using verbatim markers to export them as kbd in HTML. But ~~ isn't recognized as verbatim. I've tried fiddling with org-verbatim-re, but it doesn't update

Re: [O] Help with tangling a table into a source-code representation of the data contained within

2014-02-25 Thread Rainer M Krug
t...@tsdye.com (Thomas S. Dye) writes: Aloha Grant, Grant Rettke g...@wisdomandwonder.com writes: Hi, My goal is to define a table in org-mode, display it nicely to humans using export, and tangle that same data table into an elisp data structure for use elsewhere within the program. It

Re: [O] ~~ doesn't register as verbatim

2014-02-25 Thread Alan Schmitt
Oleh ohwoeo...@gmail.com writes: Could you maybe share your customization, then? It was clearly not as elegant as this: I can share it: (setcar (nthcdr 2 org-emphasis-regexp-components) \t\n,') (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)) However I don't

Re: [O] ~~ doesn't register as verbatim

2014-02-25 Thread Oleh
Could you maybe share your customization, then? It was clearly not as elegant as this: I can share it: (setcar (nthcdr 2 org-emphasis-regexp-components) \t\n,') (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)) However I don't understand why the second line is

Re: [O] Namespace problem org-mode / Clojure

2014-02-25 Thread Volker Strobel
Hi Soapy, thank you! I feel at ease knowing that you could replicate the behavior, as I was trying to find the error in my settings for a long, long time (and as mentioned before, it did work for some time, and I've no clue why - I've played around with some settings in the init file). And

Re: [O] ~~ doesn't register as verbatim

2014-02-25 Thread Alan Schmitt
Oleh ohwoeo...@gmail.com writes: (setcar (nthcdr 2 org-emphasis-regexp-components) \t\n,') (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)) However I don't understand why the second line is necessary (but when testing it, I found it necessary).

Re: [O] Bug: shift-enter in org tables leaves cursor in wrong position [8.2.5h (8.2.5h-6-g8e1386-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20140203/)]

2014-02-25 Thread Michael Brand
Hi Bastien On Thu, Feb 6, 2014 at 9:59 AM, Bastien b...@gnu.org wrote: Jason Lewis ja...@dickson.st writes: when using the Shift-enter feature in a table to copy values down, it fails to place the cursor where you expect it to if the previous column has a fixed width and the contents of the

Re: [O] Namespace problem org-mode / Clojure

2014-02-25 Thread Soapy Smith
I will add this issue to the list of TODOs for Clojure code blocks. One thing I can do quickly is see if the problem exists in version 7.9 org with nrepl (prior to CIDER). I have a machine which still has the old configuration. I will try later today and report. Regards, Greg (alias Soapy

[O] Bug: open date in SCHEDULED: lines [8.2.5h (release_8.2.5h-662-ge4a955 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-02-25 Thread Nicolas Richard
Hiya, Starting with fc9ce86cfc1ecf7e86028027a12875a26500e774, hitting C-c C-o on a timestamp in a SCHEDULED: line doesn't work anymore (No link found). I expected it to open the agenda like it does on other links. Here's a test case: emacs -Q -L lisp/ ~/tmp/test.org -f forward-line -f

[O] Problems with org-drill installation

2014-02-25 Thread Shahin Azad
One week ago I installed org-drill using the last version of org-mode (tarball version) and everythings were fine. A few days later I tried to install it using elpa (since it's easier to be update). But after installation I was getting this error: Making completion list... Collecting due drill

Re: [O] Text emphasize with fill-paragraph ?

2014-02-25 Thread Alexander Baier
I remember a post from some time ago, where someone reported that this kind of formatting only worked for filled paragraphs under 3 lines long. Sadly I cannot find said post now. Is this the same for you? I don't know if this a bug or not. On 2014-02-21 16:31 Martin Leduc wrote: Hi all, I

Re: [O] Text emphasize with fill-paragraph ?

2014-02-25 Thread Martin Leduc
Hi, to be more specific, I can emphasize a maximum of two lines within a filled paragraph of any length. Thanks, now I can reproduce, at least... ;) From: lexi.ba...@gmail.com To: mart...@hotmail.com CC: emacs-orgmode@gnu.org Subject: Re: Text emphasize with fill-paragraph ? Date: Tue,

[O] Include on file open?

2014-02-25 Thread Peter Davis
I'd like to put a kind of menu bar at the top of most of my .org pages, so I can quickly jump around the most commonly edited files. I can do something like: | [[file:first.org][first]] | [[file:second.org][second]] | ... and simply include that in all my files. However, if I change the menu,

[O] http link character mistranslated

2014-02-25 Thread mirko
Hi, (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 to access the link, the `=' is translated as `%D': https://forums.virtualbox.org/viewforum.php?f%3D3 I looked in

Re: [O] Text emphasize with fill-paragraph ?

2014-02-25 Thread Nick Dokos
Martin Leduc mart...@hotmail.com writes: Hi, to be more specific, I can emphasize a maximum of two lines within a filled paragraph of any length. Thanks, now I can reproduce, at least... ;) If you want more, you need to customize org-emphasis=regexp-components, in particular the maximum

Re: [O] BUG: beamer export and overlay specifications for nested list

2014-02-25 Thread Nicolas Goaziou
Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: there seems to be a bug that becomes apparent when overlay specifications are given to items in sublists. This should be fixed. Thank you for reporting it. Regards, -- Nicolas Goaziou

Re: [O] Bug: open date in SCHEDULED: lines [8.2.5h (release_8.2.5h-662-ge4a955 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-02-25 Thread Nicolas Goaziou
Hello, Nicolas Richard theonewiththeevill...@yahoo.fr writes: Starting with fc9ce86cfc1ecf7e86028027a12875a26500e774, hitting C-c C-o on a timestamp in a SCHEDULED: line doesn't work anymore (No link found). I expected it to open the agenda like it does on other links. This should be fixed.

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Bastien
Eli Zaretskii e...@gnu.org writes: Ugh. Bastien, could you (or someone else of Org developers) please look into this? Why does the URI above causes the recent version of Org to pass an invalid file name such as ///opt/tomcat/4/apache-tomcat-4.1.40/... to expand-file-name I will look

Re: [O] custom link export and ox-md

2014-02-25 Thread Nicolas Goaziou
Hello, Nick Dokos ndo...@gmail.com writes: can you take a look at this patch? Thank you for the patch. Here we go. If it looks OK, I can push it to maint. Why maint? It isn't a bugfix. commit f820173bf514549134e8ba10a1e539cb89f6 Author: Nick Dokos ndo...@redhat.com Date: Mon Feb

Re: [O] Drag and drop, pasting images and files

2014-02-25 Thread Marcelo de Moraes Serpa
Niiice! Thanks for sharing Oleh. Does anyone know if a paste hook would be possible for the exact same use case? On Mon, Feb 24, 2014 at 12:01 PM, Oleh ohwoeo...@gmail.com wrote: I actually posted it here: https://github.com/railwaycat/emacs-mac-port/issues/43 Emacs + orgmode is the

Re: [O] Drag and drop, pasting images and files

2014-02-25 Thread Oleh
Niiice! Thanks for sharing Oleh. Does anyone know if a paste hook would be possible for the exact same use case? `org-download-yank` will insert the image based on the address in the kill ring. Address can be a path to a local file (remember 0 w in `dired`) or a http link. regards, Oleh

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Eli Zaretskii
From: Bastien b...@altern.org Cc: Sebastien Vauban sva-n...@mygooglest.com, 16...@debbugs.gnu.org Date: Tue, 25 Feb 2014 18:12:05 +0100 Eli Zaretskii e...@gnu.org writes: Ugh. Bastien, could you (or someone else of Org developers) please look into this? Why does the URI above causes

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: Ugh. Bastien, could you (or someone else of Org developers) please look into this? Why does the URI above causes the recent version of Org to pass an invalid file name such as ///opt/tomcat/4/apache-tomcat-4.1.40/... to expand-file-name I will

Re: [O] Drag and drop, pasting images and files

2014-02-25 Thread Marcelo de Moraes Serpa
That's simply awesome. I'll test it out. Thanks Oleh. On Tue, Feb 25, 2014 at 11:28 AM, Oleh ohwoeo...@gmail.com wrote: Niiice! Thanks for sharing Oleh. Does anyone know if a paste hook would be possible for the exact same use case? `org-download-yank` will insert the image based on

[O] Export formats: Is there an in-house Emacs final format?

2014-02-25 Thread Lawrence Bottorff
I'm a beginner, and I'm trying to imagine how I'd use org mode to create a sort of running conversation with myself. That is, I'd like to do a form of journaling where I could make notes to myself, which would include the usual text as outlne-hierarchy, hyperlinks too, but also babel code chunks,

Re: [O] Export formats: Is there an in-house Emacs final format?

2014-02-25 Thread Ken Mankoff
Hi Lawrence, emacs (in a window, not in the terminal) allows display of images. C-c C-x C-v will display your LaTeX equations as graphics in the buffer. No need for other software. You could also look at UTF-8 mode (C-c C-x \) to display \alpha and x_y as their respective greek and

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Eli Zaretskii
From: Nicolas Goaziou n.goaz...@gmail.com Cc: Eli Zaretskii e...@gnu.org, Sebastien Vauban sva-n...@mygooglest.com, 16...@debbugs.gnu.org Date: Tue, 25 Feb 2014 19:04:10 +0100 Ugh. Bastien, could you (or someone else of Org developers) please look into this? Why does the URI above

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Glenn Morris
Eli Zaretskii wrote: file:path is a valid file link type in Org. Therefore, [...] But that's exactly the problem: producing a file name from a file:// URL requires to remove the file:// prefix. It is invalid to leave the 2 extra slashes and remove only file:. Why does Org do that?

[O] differnace between

2014-02-25 Thread Xebar Saram
Hya all. i cant understand what the advantages of org-id links over internal ones? in both cases it uses a fixed path right? its not like if i move my org files to another PC with different paths then the links will all work? whats the use case scenario to use org-id over internal links? thanks

Re: [O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Achim Gratz
Eli Zaretskii writes: But that's exactly the problem: producing a file name from a file:// URL requires to remove the file:// prefix. It is invalid to leave the 2 extra slashes and remove only file:. Why does Org do that? Because Org doesn't know squat about URI schemes and uses ad-hoc

Re: [O] differnace between

2014-02-25 Thread Oleh
Hya all. i cant understand what the advantages of org-id links over internal ones? in both cases it uses a fixed path right? its not like if i move my org files to another PC with different paths then the links will all work? whats the use case scenario to use org-id over internal links?

[O] bug#16751: 24.3.50; Export during Org export to HTML

2014-02-25 Thread Eli Zaretskii
From: Glenn Morris r...@gnu.org Cc: Nicolas Goaziou n.goaz...@gmail.com, sva-n...@mygooglest.com, b...@altern.org, 16...@debbugs.gnu.org Date: Tue, 25 Feb 2014 13:41:14 -0500 Eli Zaretskii wrote: file:path is a valid file link type in Org. Therefore, [...] But that's

Re: [O] BUG: beamer export and overlay specifications for nested list

2014-02-25 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: there seems to be a bug that becomes apparent when overlay specifications are given to items in sublists. This should be fixed. Thank you for reporting it. Thank you

Re: [O] Export formats: Is there an in-house Emacs final format?

2014-02-25 Thread Darlan Cavalcante Moreira
As I understand, C-c C-x C-v (org-toggle-inline-images) will only show images inline, not latex fragments (equations). For latex you want C-c C-x C-v (org-preview-latex-fragment). I have a folder with org files as my personal knowledge archive and I use both org-toggle-inline-images and

Re: [O] Export formats: Is there an in-house Emacs final format?

2014-02-25 Thread Ken Mankoff
On Tue, 25 Feb 2014, Darlan Cavalcante Moreira wrote: As I understand, C-c C-x C-v (org-toggle-inline-images) will only show images inline, not latex fragments (equations). For latex you want C-c C-x C-v (org-preview-latex-fragment). I think the second should be C-c C-x C-l? -k.

[O] org-mode/elpa setup

2014-02-25 Thread John Kitchin
Hi, I was wondering if there is any documentation somewhere on how the orgmode elpa repo is setup. I am interested in how the tar files are created, and how the archive-contents file is updated. I haven't been able to find any documentation anywhere on creating these. Thanks! John

Re: [O] Help with tangling a table into a source-code representation of the data contained within

2014-02-25 Thread Grant Rettke
Thanks everyone. My tentative plan is to run some elisp that will dump the table to an intermediate file and then dependent files may load it themselves.

Re: [O] Help with tangling a table into a source-code representation of the data contained within

2014-02-25 Thread Grant Rettke
This seems like a fine option: #+name: mode_data | mode | paredit | auto-save | |+-+---| | scheme | TRUE| TRUE | | emacs-lisp | TRUE| TRUE | | ielm | TRUE| FALSE | #+begin_src emacs-lisp :var data=mode_data :exports results

Re: [O] Drag and drop, pasting images and files

2014-02-25 Thread Eric Abrahamsen
Marcelo de Moraes Serpa celose...@gmail.com writes: That's simply awesome. I'll test it out. Thanks Oleh. On Tue, Feb 25, 2014 at 11:28 AM, Oleh ohwoeo...@gmail.com wrote: Niiice! Thanks for sharing Oleh. Does anyone know if a paste hook would be possible for the exact

Re: [O] Include on file open?

2014-02-25 Thread Eric Abrahamsen
Peter Davis p...@pfdstudio.com writes: I'd like to put a kind of menu bar at the top of most of my .org pages, so I can quickly jump around the most commonly edited files. I can do something like: | [[file:first.org][first]] | [[file:second.org][second]] | ... and simply include that in