Re: [O] Quoting functions with ' vs #'

2014-05-21 Thread Bastien
Hi Aaron, Aaron Ecay writes: > Commit a5686d87 (link[1]) changes several uses of #' to '. Is this org > “house style”? Not really. My decision for this can be sumed up like this: #+begin_src elisp (defun i-give-a-warning () (mapc 'does-exist '(1 2 3))) (defun i-do-not () (mapc #'maybe-proble

Re: [O] Insert calc vector directly into spreadsheet cells?

2014-05-21 Thread Michael Brand
Hi Steven > Steven Adrian writes: >> #+TBLFM: @1$1..@1$10=index(10) >> >> But the formula above just puts the whole vector in each cell. Can anyone >> tell me how to put the vector values in individual cells? The vector elements can be accessed with Calc subscr() and Org "field coordinates": htt

Re: [O] ob-lua.el

2014-05-21 Thread Bastien
Hi Dieter, Dieter Schoen writes: > i have just sent the email to ass...@gnu.org to start the process. Great -- let us know how it goes (can take one month.) In the meantime, you can fix small things like the authors of the package, the owner of the copyright and such. Thanks for this contribu

[O] Integration of Groupware calendar solutions like CalendarTree

2014-05-21 Thread Karl Voit
Hi! I just stumbled over CalendarTree[1] which is a service that promotes calendar events to multiple kind of calendar tools and services such as Outlook, Google Calendar and so on. I wondered how easy somebody could implement support for Org-mode? And I wondered if this is a possible way to add

Re: [O] An org password manager

2014-05-21 Thread Bastien
Hi Jorge, jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes: > If there is interest from the community this can also go to > /contrib. I think this would be a nice contribution. Can you send a patch against the current master branch to add the code in the contrib/lisp/ directory? Thank

Re: [O] Preview tikz in org-mode (reduce margins of produced images)

2014-05-21 Thread Bastien
Hi Leu, Leu Zhe writes: > I just replaced the \documentclass{article} to  documentclass > [varwidth]{standalone}, > then it works perfectly. Thanks for sharing this trick, hard to find, so even more valuable when made public. -- Bastien

[O] m-ret no indent

2014-05-21 Thread Samuel Wales
in recent maint, m-ret between paragraphs inserts at top level. i don't recall this occurring before.

Re: [O] m-ret no indent

2014-05-21 Thread Bastien
Hi Samuel, Samuel Wales writes: > in recent maint, m-ret between paragraphs inserts at top level. i > don't recall this occurring before. This should have been fixed this night, can you pull again and double-check? Thanks, -- Bastien

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Gregor Zattler
Hi Bastien, * Bastien [21. May. 2014]: > Gregor Zattler writes: >> I wish for a #+BEGIN_FLUSH_RIGHT (#+BEGIN_RIGHT_ALIGNED) >> directive in order to render text right flushed (right aligned) >> in export backends. > > Just out of curiosity, what backend do you need this for? In the use case for

Re: [O] Org based websites w/o export

2014-05-21 Thread Detlef Steuer
Am Tue, 20 May 2014 13:43:20 +0200 schrieb Bernd Haug : > On 19 May 2014 19:58, Ken Mankoff wrote: > > Jr works by having javascript render the markdown to HTML. That is, > > you write markdown, upload markdown w/o running a generator, and the > > generator runs in the browser of the viewer. > >

Re: [O] Org-hide face leaking out to org-columns view

2014-05-21 Thread Nikolai Weibull
On Wed, May 21, 2014 at 4:35 AM, Bastien wrote: > Hi Nikolai, > > Nikolai Weibull writes: > >>> It seems that if you use >>> >>> #+STARTUP: indent >>> >>> the org-hide face used for the hidden stars will remain when using the >>> org-columns view, resulting on, in my case, white on gray. >> >> To

Re: [O] C-c C-e h h (export to html)

2014-05-21 Thread Dave Pawson
On 20 May 2014 20:47, Bastien wrote: > Yes, you need `C-c C-e h h' with Org >8.0. Odd. With my full .emacs file. C-c C-e h (and nothing happens at all) h again and (if it's working) I get the message 'Wrote /dir/file.html' With no .emacs the first h produces message HTML export done, pushed to

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-21 Thread Ian Kelling
Bastien writes: > Hi Ian, > > Ian Kelling writes: > >> I posted this patch in September. It seems it was forgotten. > > I missed it as the time. > >> I posted it again on April 30th, nothing yet. I also have another >> patch thats been sitting on the list for a few weeks now after >> having a d

[O] Preserve formatting when copy/pasting from HTML

2014-05-21 Thread Tory S. Anderson
We often read online articles with headings and sometimes subheadings. They may also include bold, italic, and hyperlinks, all of which are supported by Org. Is there any way to preserve this formatting if I copy-paste into org/emacs, the same way it's preserved when I paste into Word or into a

Re: [O] Org-hide face leaking out to org-columns view

2014-05-21 Thread Bastien
Hi Nikolai, Nikolai Weibull writes: > Yes, the hiding of the stars is cancelled, but it seems that the > org-hide face is still being applied and leaking unto the whole > headline. I got around this by adjusting the org-column face. Thanks for the follow-up -- I'd still be interested by a scre

Re: [O] temporarily un-ignoring scheduled tasks in global todo list

2014-05-21 Thread Bastien
Hi Christoph, Christoph Groth writes: > (setq org-agenda-todo-ignore-scheduled 'all) > (setq org-agenda-todo-ignore-deadlines 'all) > (setq org-agenda-tags-todo-honor-ignore-options t) > > but sometimes I would like to search for some item that I know that is > scheduled somewhere into the futur

Re: [O] C-c C-e h h (export to html)

2014-05-21 Thread Bastien
Hi Dave, Dave Pawson writes: > On 20 May 2014 20:47, Bastien wrote: > >> Yes, you need `C-c C-e h h' with Org >8.0. > > Odd. With my full .emacs file. > C-c C-e h (and nothing happens at all) Because the keystroke is incomplete. It needs to be one of these: C-c C-e h h C-c C-e h H C-c C-e h

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Bastien
Hi Gregor, Gregor Zattler writes: > In the use case for which I wished this is "ASCII/Latin-1/UTF-8 > export". I write letters in org-mode and right flush would be > useful for the letter header part with my address. > > If I have to cooperate with people who do not know how to > collectively p

Re: [O] Integration of Groupware calendar solutions like CalendarTree

2014-05-21 Thread Bastien
Hi Karl, Karl Voit writes: > I wondered how easy somebody could implement support for Org-mode? Maybe you can ping the calendartree.com for this? They get paid for their work and would certainly love to get a larger customer base by adding such a cool feature. And they have a better knowledge

Re: [O] An org password manager

2014-05-21 Thread Michael Albinus
Bastien writes: > Hi Jorge, Hi, >> If there is interest from the community this can also go to >> /contrib. > > I think this would be a nice contribution. A useful feature would be an auth-source backend, See (info "(auth)") By this, other packages (like Gnus or Tramp) would profit from the pa

Re: [O] Preserve formatting when copy/pasting from HTML

2014-05-21 Thread Bastien
Hi Tory, torys.ander...@gmail.com (Tory S. Anderson) writes: > We often read online articles with headings and sometimes > subheadings. They may also include bold, italic, and hyperlinks, all > of which are supported by Org. Is there any way to preserve this > formatting if I copy-paste into org/

Re: [O] export to org, header args disappear

2014-05-21 Thread Bastien
Hi Aaron, Aaron Ecay writes: > The babel/export interface does not attempt to manage the header args > when it rewrites source blocks. I think this code is pretty subtle. > Check out the (let (... (replacement ...)) ...) code in > ‘org-babel-exp-process-buffer’ and the attached patch which fixe

Re: [O] Preserve formatting when copy/pasting from HTML

2014-05-21 Thread Albert Krewinkel
torys.ander...@gmail.com (Tory S. Anderson) writes: > We often read online articles with headings and sometimes subheadings. They > may also include bold, italic, and hyperlinks, all of which are supported by > Org. Is there any way to preserve this formatting if I copy-paste into > org/emacs, the

Re: [O] org-review-schedule

2014-05-21 Thread Bastien
Hi Alan, Alan Schmitt writes: > Thank you for the opportunity. I've been getting spoiled by the use of > github (to track issues, and to have documentation at the same place > than the code). I'm wondering if there is a way to have the code both on > github and in the contrib directory. Is there

[O] Moving footnotes

2014-05-21 Thread Leonard Randall
Hi all, One of the things I really like about org-mode is the ability to quickly move material between projects. For instance, I sometimes write material as a conference paper and want to use some sections in my thesis. I also like to keep a file with old chapter drafts for later reference (I could

Re: [O] temporarily un-ignoring scheduled tasks in global todo list

2014-05-21 Thread Christoph Groth
Thanks Bastien, this works! There doesn't seem to be an easy way to make a custom agenda view that only shows todo items that are scheduled for the future. Or am I wrong? Christoph

Re: [O] [PATCH] Improve usage of odt content templates

2014-05-21 Thread Nicolas Goaziou
Hello, Christian Kellermann writes: > I first thought about using ODT_STYLES_FILE in the list form and > pick out the content.xml from there, but maybe that's a bit unexpected > as one might use a different content than from the style. > > But the control flow as it is now would need to be refac

Re: [O] org-review-schedule

2014-05-21 Thread Alan Schmitt
Hi Bastien, On 2014-05-21 14:08, Bastien writes: >> Thank you for the opportunity. I've been getting spoiled by the use of >> github (to track issues, and to have documentation at the same place >> than the code). I'm wondering if there is a way to have the code both on >> github and in the cont

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-21 Thread Bastien
Hi Ian, Please send me your public key so that I can give you access to the org-mode and worg repositories. Ian Kelling writes: > From 9191e4a364e251119cf8b7c72e41f6c0d09583f2 Mon Sep 17 00:00:00 2001 > Message-ID: <87ha5aqa93@treetowl.lan> > MIME-Version: 1.0 > Content-Type: text/plain > >

Re: [O] [PATCH] Fix error prone babel table output format detection

2014-05-21 Thread Bastien
Hi Ian, Ian Kelling writes: > Done. I was actually following the instructions in man git-format-patch by > not attaching it before, but I will avoid that in future. Applied, thanks. I slightly rewrote the changelog message, please have a look for further patches. Thanks! -- Bastien

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Nicolas Goaziou
Hello, Bastien writes: > Gregor Zattler writes: > >> In the use case for which I wished this is "ASCII/Latin-1/UTF-8 >> export". I write letters in org-mode and right flush would be >> useful for the letter header part with my address. > Thanks -- I don't have time for this right now, but may

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Also, the feature is already available in some others back-ends, e.g., > LaTeX, through a special block. Mh, yes. In other words, #+begin_flushright Hello #+end_flushright will be exported as Hello in HTML. > ISTM this is only related to `as

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Bastien
Hi Grant, Grant Rettke writes: > Working on large literate org documents takes a lot longer when ispell > reports errors in the source > code. My goal is to avoid spell checking anything inside the source > blocks. You can use this: (add-to-list 'ispell-skip-region-alist '("#\\+begin_src". "#\

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Igor Sosa Mayor
Bastien writes: [...] > You can use this: > > (add-to-list 'ispell-skip-region-alist '("#\\+begin_src". "#\\+end_src")) wow, interesting... I was not aware of this feature. Thanks a lot! -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/

Re: [O] New worg page: Publishing beamer slideshows and articles from one source

2014-05-21 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > BTW, the ignoreheading thing has been asked so many times, maybe I > should put it in an FAQ. But then, the content is more appropriate for > org-hacks ... I'm undecided. Any thoughts? It's both a FAQ and a hack, perhaps put the answer in the FAQ and the detail

Re: [O] new to drawers

2014-05-21 Thread Bastien
Hi Nick, Nick Dokos writes: > I thought so too, but when I tried it, I got the same result as Steven. > I'll try to dig down a bit more. Did you find something? I cannot reproduce the OT problems here on master. -- Bastien

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Nicolas Goaziou
Bastien writes: > Yes, good idea. Can you take care of it? I can look into it. What shall be the name of the block? latex uses "raggedleft", html "flushright"... Regards, -- Nicolas Goaziou

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Bastien
Igor Sosa Mayor writes: > Bastien writes: > > [...] > >> You can use this: >> >> (add-to-list 'ispell-skip-region-alist '("#\\+begin_src". "#\\+end_src")) > > wow, interesting... I was not aware of this feature. Thanks a lot! Not really a FAQ, but useful, so I've added a note here: http://orgmo

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Igor Sosa Mayor
Bastien writes: > Not really a FAQ, but useful, so I've added a note here: > http://orgmode.org/worg/org-faq.html#sec-22-4 good idea! This is a rather unknown feature, I have the impression... -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnup

Re: [O] new to drawers

2014-05-21 Thread Nick Dokos
Bastien writes: > Hi Nick, > > Nick Dokos writes: > >> I thought so too, but when I tried it, I got the same result as Steven. >> I'll try to dig down a bit more. > > Did you find something? > I cannot reproduce the OT problems here on master. Sorry, I didn't - I ran out of time. Nick

Re: [O] temporarily un-ignoring scheduled tasks in global todo list

2014-05-21 Thread Bastien
Hi Christoph, Christoph Groth writes: > There doesn't seem to be an easy way to make a custom agenda view that > only shows todo items that are scheduled for the future. Or am I wrong? Use a TODO agenda view, and set `org-agenda-todo-ignore-scheduled' to past within this custom agenda view. H

Re: [O] manipulating org-tables as matrices - operations on org-table in diagonal direction for columns and rows

2014-05-21 Thread Bastien
Hi Daniel, Daniel Kiertscher writes: > org-tables already support very helpful operations for manipulating > the order of rows and columns. But we could implement some operations > based on the concept of matrices, making org-tables even more usefull > for drafting ideas using matrix layouts. >

Re: [O] Org-hide face leaking out to org-columns view

2014-05-21 Thread Nikolai Weibull
On Wed, May 21, 2014 at 1:31 PM, Bastien wrote: > Nikolai Weibull writes: > >> Yes, the hiding of the stars is cancelled, but it seems that the >> org-hide face is still being applied and leaking unto the whole >> headline. I got around this by adjusting the org-column face. > > Thanks for the

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Bastien
Nicolas Goaziou writes: > What shall be the name of the block? latex uses "raggedleft", html > "flushright"... Maybe begin_justifyright begin_justifyleft begin_justifyfull to reuse the Emacs terminology for text alignment? -- Bastien

Re: [O] Org-hide face leaking out to org-columns view

2014-05-21 Thread Nikolai Weibull
On Wed, May 21, 2014 at 3:48 PM, Nikolai Weibull wrote: > On Wed, May 21, 2014 at 1:31 PM, Bastien wrote: > >> Nikolai Weibull writes: >> >>> Yes, the hiding of the stars is cancelled, but it seems that the >>> org-hide face is still being applied and leaking unto the whole >>> headline. I got

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Nicolas Goaziou
Hello, Bastien writes: > Igor Sosa Mayor writes: > >> Bastien writes: >> >> [...] >> >>> You can use this: >>> >>> (add-to-list 'ispell-skip-region-alist '("#\\+begin_src". "#\\+end_src")) >> >> wow, interesting... I was not aware of this feature. Thanks a lot! > > Not really a FAQ, but useful

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Bastien
Nicolas Goaziou writes: >> Not really a FAQ, but useful, so I've added a note here: >> http://orgmode.org/worg/org-faq.html#sec-22-4 > > Note that it shouldn't be necessary in Org 8.3. >From what I understand, it isn't necessary if the user is using flyspell. But when using M-x ispell-buffer RE

Re: [O] Integration of Groupware calendar solutions like CalendarTree

2014-05-21 Thread Karl Voit
* Bastien wrote: > Hi Karl, Hi Bastien! > Karl Voit writes: > >> I wondered how easy somebody could implement support for Org-mode? > > Maybe you can ping the calendartree.com for this? > > They get paid for their work and would certainly love to get a larger > customer base by adding such a co

Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Nicolas Goaziou
Bastien writes: > From what I understand, it isn't necessary if the user is using > flyspell. But when using M-x ispell-buffer RET directly, source > blocks are still checked. Or did I miss something? No, you're right. I thought about M-x flyspell-buffer after flyspell-mode has been enabled.

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Nicolas Goaziou
Bastien writes: > Maybe > > begin_justifyright > begin_justifyleft > begin_justifyfull > > to reuse the Emacs terminology for text alignment? I find it a bit verbose, but probably clearer than begin_right and begin_left. OTOH, I'd rather not implement "justifyfull" as it is not necessary at the

Re: [O] org-table-copy-down incrementor

2014-05-21 Thread Michael Brand
Hi Bastien On Tue, May 20, 2014 at 9:45 PM, Bastien wrote: > Yes. There is also `thing-at-point' which does not recognize 1.1 as a > number... I circumvented this by using `calc-eval'. The above should > now work correctly. Yes it does. Using Calc is a nice solution, thank you. I did not noti

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-21 Thread Bastien
Hi Thomas, Thomas Morgan writes: > Here is a recipe for what might be another manifestation > of this bug. Thanks for this new report -- can you apply this patch against maint and see if it works correctly? Not only for the bug at stake, but all kind of agenda filtering, rescheduling, clocking

Re: [O] org-table-copy-down incrementor

2014-05-21 Thread Bastien
Hi Michael, Michael Brand writes: > I did not notice before but the first commit > 7ac468ff5547891503b6b8f5fa03793d79b3bff6 > changed SHIFT-RET on the empty field > | 2 | > | 5 | > | | > to add a new row instead of only replacing the current field. This is now fixed in master, tha

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Bastien
Nicolas Goaziou writes: > I find it a bit verbose, but probably clearer than begin_right and > begin_left. My impression too... > OTOH, I'd rather not implement "justifyfull" as it is not necessary at > the time being and requires more work. Can't this be done with `default-justification' set

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Nicolas Goaziou
Bastien writes: > Can't this be done with `default-justification' set to 'full? Alas, only in the simple cases. The block may contain elements that needs to be treated differently, e.g., tables. Regards, -- Nicolas Goaziou

Re: [O] latex export beginner

2014-05-21 Thread Steven Arntson
Nick Dokos writes: > Steven Arntson writes: > >> I'm taking my first baby steps at exporting an org file to LaTex. I know >> a little about org-mode, and almost nothing about LaTex. >> >> I type C-c C-e l o >> >> A file named file.tex is produced, but the process halts with an error: >> >> org-l

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Bastien
Nicolas Goaziou writes: > Bastien writes: > >> Can't this be done with `default-justification' set to 'full? > > Alas, only in the simple cases. The block may contain elements that > needs to be treated differently, e.g., tables. Yes -- I suggest we simply put this aside for the moment. -- B

Re: [O] latex export beginner

2014-05-21 Thread Igor Sosa Mayor
Steven Arntson writes: > Thank you for your help! > > I'm using Org-mode version 8.2.6 (8.2.6-22-gb11b4a-elpaplus @ > /home/steven/.emacs.d/elpa/org-plus-contrib-20140519/) > > I mocked up a smaller reproduction of the problem, because the original > file is too large. The same errors were produc

Re: [O] org-table-copy-down incrementor

2014-05-21 Thread Michael Brand
Hi Bastien On Wed, May 21, 2014 at 5:49 PM, Bastien wrote: > Michael Brand writes: >> I did not notice before but the first commit >> 7ac468ff5547891503b6b8f5fa03793d79b3bff6 >> changed SHIFT-RET on the empty field >> | 2 | >> | 5 | >> | | >> to add a new row instead of only replac

Re: [O] Moving footnotes

2014-05-21 Thread Nicolas Goaziou
Hello, Leonard Randall writes: > Additionally, if I try to export a subtree as an org buffer, it does > not take footnote definitions with it. This particular point should now be fixed. Thank you for reporting it. Regards, -- Nicolas Goaziou

Re: [O] org-table-copy-down incrementor

2014-05-21 Thread Bastien
Michael Brand writes: > I get a "setq: Wrong type argument: stringp" with SHIFT-RET in the empty > field of > | 2 | > | | > and > | [2014-04-30 Wed] | > | | > and > | 1.1 | > | | Er, fixed, thanks! -- Bastien

Re: [O] org-table-copy-down incrementor

2014-05-21 Thread Michael Brand
Hi Bastien On Wed, May 21, 2014 at 6:38 PM, Bastien wrote: > Er, fixed, thanks! I tried some (3 * 2 * 2) variants and all work, thank you. Michael

Re: [O] latex export beginner

2014-05-21 Thread Nick Dokos
Steven Arntson writes: > Nick Dokos writes: > >> Steven Arntson writes: >> >>> I'm taking my first baby steps at exporting an org file to LaTex. I know >>> a little about org-mode, and almost nothing about LaTex. >>> >>> I type C-c C-e l o >>> >>> A file named file.tex is produced, but the proc

Re: [O] [bug] Commented DEADLINE line still referenced

2014-05-21 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Sebastien Vauban writes: > >> Having such lines in one Org file (where the DEADLINE line is >> commented): >> >> ** TODO Aspirer les filtres de ventilation D350 >># DEADLINE: <2014-04-09 Wed .+1m -0d> >> >> still makes that task be referenced in my agenda. > > Wh

Re: [O] (Bug)Open the attachment in the subheading in agenda view

2014-05-21 Thread Bastien
Hi Kyutech, Kyutech writes: > I have turned on the inheritance of the properties, Do you have a :ATTACH_DIR_INHERIT: t in the top heading you want the attachments to be inherited from? HTH, -- Bastien

[O] Pandoc users, how do you use it with org-mode, and why?

2014-05-21 Thread Grant Rettke
Hi, Lately been hearing great things about Pandoc's ability to export to ebook formats and more. Folks that use both Pandoc and org-mode: how do you use them together, and why? Kind regards, Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi g...@wisdomandwonder.com | http://www.wisdomand

Re: [O] Insert #+BEAMER_HEADER_EXTRA before \begin{document}?

2014-05-21 Thread Sebastien Vauban
Hi Eric, Suvayu and al. Eric S Fraga wrote: > On Thursday, 8 May 2014 at 15:38, Sebastien Vauban wrote: >> The above things are currently (almost, for some) impossible. Changing >> where the #+BEAMER_HEADER placeholder gets inserted makes them possible >> and easy. > > but unfortunately would ma

Re: [O] Integration of Groupware calendar solutions like CalendarTree

2014-05-21 Thread Eric S Fraga
Hi Karl. What about org-caldav [1]? Not quite what you want but if you sync with a calendar that can be shared, it does in effect achieve your goal. I do this with google's calendar which I can indeed share with others. Mind you, syncing with google calendar is deprecated due to authentication

Re: [O] Pandoc users, how do you use it with org-mode, and why?

2014-05-21 Thread Eric S Fraga
On Wednesday, 21 May 2014 at 13:01, Grant Rettke wrote: > Hi, > > Lately been hearing great things about Pandoc's ability to export to ebook > formats and more. > > Folks that use both Pandoc and org-mode: how do you use them together, and > why? I've only recently started using pandoc and I have

Re: [O] Pandoc users, how do you use it with org-mode, and why?

2014-05-21 Thread Vikas Rawal
>> >> Lately been hearing great things about Pandoc's ability to export to ebook >> formats and more. >> >> Folks that use both Pandoc and org-mode: how do you use them together, and >> why? > > I've only recently started using pandoc and I have exactly one use case: > the need, in some cases,

Re: [O] Pandoc users, how do you use it with org-mode, and why?

2014-05-21 Thread Igor Sosa Mayor
Vikas Rawal writes: > Pandoc to docx/odt conversion handles bibtex/biblatex citations, which > built-in org to odt/docx conversion does not. +1 it works reasonably well for latex->(odt)->doc, even with biblatex.

Re: [O] Preserve formatting when copy/pasting from HTML

2014-05-21 Thread Ilya Shlyakhter
torys.ander...@gmail.com (Tory S. Anderson) writes: > We often read online articles with headings and sometimes > subheadings. They may also include bold, italic, and hyperlinks, all > of which are supported by Org. Is there any way to preserve this > formatting if I copy-paste into org/emacs, the

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-21 Thread Ian Kelling
Bastien writes: > The formatting of the Changelog message not good. > > It should be > > * org.el: Advise commands which jump to the mark. > > See http://orgmode.org/worg/org-contribute.html and example in > the git logs. > My mistake. Fixed in the attached patch. >> +(eval-after-load "simple" >

Re: [O] latex export beginner

2014-05-21 Thread Steven Arntson
Nick Dokos writes: > Steven Arntson writes: > >> Nick Dokos writes: >> >>> Steven Arntson writes: >>> I'm taking my first baby steps at exporting an org file to LaTex. I know a little about org-mode, and almost nothing about LaTex. I type C-c C-e l o A file n

Re: [O] latex export beginner

2014-05-21 Thread Igor Sosa Mayor
Steven Arntson writes: > Nick Dokos writes: > well, it's pretty clear... ! LaTeX Error: File `wrapfig.sty' not found. you have to install the wrapfig package. If you're in debian/ubuntu: sudo apt-get install texlive-latex-extra -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: ::

[O] Desktop search for Org-Mode (linux/os-x). Looking for betas and code reviewers

2014-05-21 Thread Jonathan Coupe
Hi- I'm working on an interface between the excellent recoll desktop search engine and org-mode. Recoll's a powerful beast with lots of options (booleans, proximity search, stemming, date, directory, file type) and the ability to search your recently (Firefox) visited web sites as well as fil

[O] Writing .el files for org in org?

2014-05-21 Thread Rainer M Krug
Hi I am just getting into the ob-R.el file and am making some changes which will make it easier to customize the behaviour and possibly mre transparent how variable transfer and wrapping of graph generation is done. But as I am struggling with elisp, I would like to put the ob-R.el file into an o

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Nicolas Goaziou
Bastien writes: > Yes -- I suggest we simply put this aside for the moment. Well, actually it required more work than I thought. Here is the patch, with some documentation. I didn't test it thoroughly, so feedback is welcome. Regards, -- Nicolas Goaziou >From 744ee75b33ce1dea299626621558901d

Re: [O] Pandoc users, how do you use it with org-mode, and why?

2014-05-21 Thread Alan L Tyree
I'm using org-mode for a lengthy book. My editor has graciously agreed to edit the raw ord-mode files, thus eliminating yet another source of re-introduced errors. However, the publisher asks her to format in Word, so after all the editing is done, I need to convert to Word. Pandoc seems a goo

Re: [O] latex export beginner

2014-05-21 Thread Steven Arntson
Success! I installed that package, and things are working. Thank you! -steven Igor Sosa Mayor writes: > Steven Arntson writes: > >> Nick Dokos writes: >> > > well, it's pretty clear... > > ! LaTeX Error: File `wrapfig.sty' not found. > > you have to install the wrapfig package. If you're in de

Re: [O] Writing .el files for org in org?

2014-05-21 Thread Aaron Ecay
Hi Rainer, I have wondered about what you suggest as well, from the point of view of trying to modify the long pieces of R code which are embedded in strings in ob-R.el. I think this would be easier if they could be tangled from R code blocks in an org file. So from that point of view the idea h

[O] Dated checkbox items

2014-05-21 Thread Sharon Kimble
In my todo list I have this as an entry --8<---cut here---start->8--- + [ ] pick up bnf from the corner store<2014-05-22 Thu> --8<---cut here---end--->8--- which appears like this in the agenda --8<---cut here-

Re: [O] Desktop search for Org-Mode (linux/os-x). Looking for betas and code reviewers

2014-05-21 Thread Christian Wittern
Jonathan, Sounds like an interesting project. If you are ready, I'd like to have a look. Cheers, Christian -- Christian Wittern, Kyoto

Re: [O] Writing .el files for org in org?

2014-05-21 Thread Grant Rettke
On Wed, May 21, 2014 at 3:21 PM, Rainer M Krug wrote: > I am sure this would be possible, but would this be feasible? A good > idea? Or would it be better to have an additional directory > (e.g. lisp.org) which contains the corresponding .org files? Great question. Anybody tangling with org-mode

Re: [O] (Bug)Open the attachment in the subheading in agenda view

2014-05-21 Thread Kyutech
Hi Bastien, That helps! I never no that properties before, thanks for your help! On Thu, May 22, 2014 at 2:53 AM, Bastien wrote: > Hi Kyutech, > > Kyutech writes: > > > I have turned on the inheritance of the properties, > > Do you have a :ATTACH_DIR_INHERIT: t in the top heading you want th

Re: [O] Can I create an agenda sorted manually keeping its order at refresh?

2014-05-21 Thread M
> Von: Samuel Wales > Datum: Tue, 20 May 2014 13:49:51 -0700 > > you can use, for example, priorities to indicate the order you want, > and then refresh the agenda. > Hi Samuel, thanks for your comment! I do use priorities already, but they have a special meaning and can not be changed spontan

Re: [O] Can I create an agenda sorted manually keeping its order at refresh?

2014-05-21 Thread M
> Von: Bastien > Datum: Tue, 20 May 2014 18:14:28 +0200 >> I'd like to create an agenda view which is sorted manually so that I >> can put the things on the agenda in the order like I want to act on >> them and preserve this order even if the agenda is rebuilt or closed >> and created again. >>

[O] Beamer export: toggle export of select headlines/frames

2014-05-21 Thread Vikas Rawal
I am creating a beamer presentation, but want to be able to toggle inclusion or exclusion of some headlines/frames in the export, depending on the occasion where the presentation is being made. What is the appropriate way to do this? I can use :no export: for selected headlines, but it would hav