[O] [org-trello] 0.0.3.1 - emacs minor mode for org-mode to sync with trello

2013-07-13 Thread eniotna
Hi, I've released the 0.0.3.1 version of org-trello in marmalade. Features: - installation through emacs 24's package repository (marmalade, melpa) - setup routine to install key and token relative to trello (once) - setup routine to attach an org-mode file to a trello board (once per org-mode fi

Re: [O] collect info from org files in agenda when open?

2013-07-13 Thread Noorul Islam K M
Gregor Zattler writes: > Dear org-mod users and developers, > > I customized my org-agenda-files variable to contain 4 files. > But I wished I could automatically add org files to the agenda > simply by opening them. Is it possible to automagically add > some files to the agenda iff they are vis

Re: [O] habit-only agenda that doesn't remove tasks when done?

2013-07-13 Thread Noorul Islam K M
Christopher Allan Webber writes: > Hello, > > I'd like to have a habit-only agenda view, if possible, that looks a bit > like: > > > Morning habits > -- > > life: TODO Shave [ * * ** !] habit::morning: > rsi: TODO morning stretches [ ** ****

Re: [O] collect info from org files in agenda when open?

2013-07-13 Thread Gregor Zattler
Hi Noorul, org-mod users and developers, * Noorul Islam K M [13. Jul. 2013]: > Gregor Zattler writes: >> I customized my org-agenda-files variable to contain 4 files. >> But I wished I could automatically add org files to the agenda >> simply by opening them. Is it possible to automagically add

Re: [O] [PATCH] Add "latex" option to ox-bibtex.el

2013-07-13 Thread Nicolas Goaziou
Hello, feng shu writes: > I want to add a option which can setting bib for html export and latex > export separately, > As it for the reason: > 1. bibtex2html can't work well with complex bib style, so using a simple > style and making it > show correctly is reasonable choose, > 2. bibtex2ht

Re: [O] [PATCH] Add "latex" option to ox-bibtex.el

2013-07-13 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > feng shu writes: > >> I want to add a option which can setting bib for html export and latex >> export separately, >> As it for the reason: >> 1. bibtex2html can't work well with complex bib style, so using a simple >> style and making it >> show correctl

[O] [ob][bug] C++-mode is unknown

2013-07-13 Thread Rasmus
Hi, The Emacs C++ mode is called c++-mode. In babel C++ is C++. Hence, the following problematic case holds. With the block, (lowercase c) #+begin_src c++ ... #+end_src I can edit it in the c++-mode and get nice fontification, but I can't execute it. With (capital c) #+begin_src

Re: [O] [ob][bug] C++-mode is unknown

2013-07-13 Thread Rasmus
Rasmus writes: > The Emacs C++ mode is called c++-mode. In babel C++ is C++. > Hence, the following problematic case holds. > [...] Also, shouldn't C++ be in the list of languages when running org-babel-demarcate-block (C-c C-v C-d)? Oh, and here's my details if relevant: Org-mode versio

[O] Adding text properties to all Org mode links

2013-07-13 Thread Suvayu Ali
Hi, How do I add text properties to org elements? In my particular case, I want to echo tooltips when I move my cursor over an org link (or other org elements for that matter). To do this, I need to add the properties point-left and point-entered to all org-links. How do I do that? Thanks for

Re: [O] [ob][bug] C++-mode is unknown

2013-07-13 Thread Eric Schulte
Use the `org-src-lang-modes' variable to associate a src code block name with a major mode. This list already contains ("cpp" . c++) for C++ code blocks, but perhaps ("C++" . c++) should be added as well. Best, Rasmus writes: > Hi, > > The Emacs C++ mode is called c++-mode. In babel C++ is C+

Re: [O] [ob][bug] C++-mode is unknown

2013-07-13 Thread Rasmus
Eric Schulte writes: > Use the `org-src-lang-modes' variable to associate a src code block name > with a major mode. This list already contains ("cpp" . c++) for C++ > code blocks, but perhaps ("C++" . c++) should be added as well. Thanks for the pointers! Do you find the attached patch accept

Re: [O] collect info from org files in agenda when open?

2013-07-13 Thread Eric Abrahamsen
Gregor Zattler writes: > Hi Noorul, org-mod users and developers, > * Noorul Islam K M [13. Jul. 2013]: >> Gregor Zattler writes: >>> I customized my org-agenda-files variable to contain 4 files. >>> But I wished I could automatically add org files to the agenda >>> simply by opening them. Is

Re: [O] [ob][bug] C++-mode is unknown

2013-07-13 Thread Rasmus
Rasmus writes: > Eric Schulte writes: > >> Use the `org-src-lang-modes' variable to associate a src code block name >> with a major mode. This list already contains ("cpp" . c++) for C++ >> code blocks, but perhaps ("C++" . c++) should be added as well. > > Thanks for the pointers! > > Do you f

Re: [O] [ob][bug] C++-mode is unknown

2013-07-13 Thread Eric Schulte
Rasmus writes: > Rasmus writes: > >> Eric Schulte writes: >> >>> Use the `org-src-lang-modes' variable to associate a src code block name >>> with a major mode. This list already contains ("cpp" . c++) for C++ >>> code blocks, but perhaps ("C++" . c++) should be added as well. >> >> Thanks for

Re: [O] [ob][bug] C++-mode is unknown

2013-07-13 Thread Rasmus
Eric Schulte writes: >>> Do you find the attached patch acceptable? >> Scratch it, it's not working as it should. > I actually applied this patch, undid the portion in ob-C.el because we > shouldn't be modifying org-babel-load-languages from ob-* files, ^

[O] [BUG] exporting to beamer: notes marked with tag don't work

2013-07-13 Thread Nick Dokos
If I try to export the following org file to beamer --8<---cut here---start->8--- #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_THEME: default #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt) #+

Re: [O] [BUG] exporting to beamer: notes marked with tag don't work

2013-07-13 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > If I try to export the following org file to beamer > > #+LaTeX_CLASS: beamer > #+LaTeX_CLASS_OPTIONS: [presentation] > #+BEAMER_THEME: default > #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) > %8BEAMER_opt(Opt) > #+PROPERTY: BEAMER_col_A

Re: [O] [BUG] exporting to beamer: notes marked with tag don't work

2013-07-13 Thread Nick Dokos
Nicolas Goaziou writes: > Nick Dokos writes: > >> >> This sentence in particular: >> >> , >> | To simplify note generation, it is actually enough to mark the note with >> | a _tag_ (either `:B_note:' or `:B_noteNH:') instead of creating the >> | `BEAMER_env' property. >> ` > > The docume

Re: [O] Export to LaTeX and Beamer

2013-07-13 Thread Suvayu Ali
Hello Julien, On Thu, Jul 11, 2013 at 11:41:45PM +0200, Julien Cubizolles wrote: > I need to export different parts of an org file with different LaTeX > classes, one of which is a beamer style. > > I've come up with the following solution: manually switching the > LATEX_CLASS for each export, an

[O] [bug?] Copy content from one to another table changes the content

2013-07-13 Thread Torsten Wagner
Hi, I just notice a strange behaviour within tables. I want to copy a column of one table into another... using $1=remote(prf94120_orig, @@#$6). The original content consist of names in the form "lastname,firstnames". However, executing the above formular I receive "lastname + firstnames i" I have

[O] execute sbe macro fails

2013-07-13 Thread Torsten Wagner
Hi, I wrote a python code block which should translate scores into marks. The python code seems to work. It takes two arguments. The reached score (out of 100) as well as how many scores where needed to pass. Starting from that, higher grades are calculated on a even base. I want to call the pyth

[O] copy entire column of one table into another

2013-07-13 Thread Torsten Wagner
Hi again, I was wondering, is there a way to copy the entire column of one table into another possibly adding rows to the target table to make it fit? I know I can use $1=remote(original, @@#$6) to copy row 6 into row 1 (albeit I did not yet fully understand the @@# part) However, I would to take

[O] export to markdown

2013-07-13 Thread Rill
Hi Everybody, I'm new to orgmode and I've been reading the manual. In section 12.8 it describes exporting to markdown; however, the keystrokes described there don't seem to work. I'm using org 8.0.6. And since I'm new here, I'll tell you that I'm using org on a Raspberry Pi with speech and it's

Re: [O] export to markdown

2013-07-13 Thread Suvayu Ali
On Sat, Jul 13, 2013 at 04:53:09PM -0500, Rill wrote: > Hi Everybody, > I'm new to orgmode and I've been reading the manual. In section 12.8 it > describes exporting to markdown; however, the keystrokes described there > don't seem to work. I'm using org 8.0.6. Did you load ox-md before trying? E

Re: [O] copy entire column of one table into another

2013-07-13 Thread Suvayu Ali
On Sat, Jul 13, 2013 at 11:03:37PM +0200, Torsten Wagner wrote: > Hi again, > > I was wondering, is there a way to copy the entire column of one table into > another possibly adding rows to the target table to make it fit? See: org-table-copy-region org-table-paste-rectangle Cheers, -- Suvayu

Re: [O] Org-mode and Taskjuggler

2013-07-13 Thread John Hendy
Just wanted to post and update that I finally put some more work into the Taskjuggler (tj3) documentation on Worg. Still haven't migrated over the export file, but added more about the available settings, pointed to some helpful tj3 documentation, and mapping tj3 syntax to Org property syntax. I w

Re: [O] Org-mode and Taskjuggler

2013-07-13 Thread Nick Dokos
John Hendy writes: > Just wanted to post and update that I finally put some more work into > the Taskjuggler (tj3) documentation on Worg. Still haven't migrated > over the export file, but added more about the available settings, > pointed to some helpful tj3 documentation, and mapping tj3 syntax

Re: [O] Adding text properties to all Org mode links

2013-07-13 Thread Nick Dokos
Suvayu Ali writes: > Hi, > > How do I add text properties to org elements? In my particular case, I > want to echo tooltips when I move my cursor over an org link (or other > org elements for that matter). To do this, I need to add the properties > point-left and point-entered to all org-links.

Re: [O] [bug?] Copy content from one to another table changes the content

2013-07-13 Thread Nick Dokos
Torsten Wagner writes: > I just notice a strange behaviour within tables. I want to copy a > column of one table into another... using $1=remote(prf94120_orig, > @@#$6). The original content consist of names in the form > "lastname,firstnames". However, executing the above formular I receive > "l

Re: [O] Adding text properties to all Org mode links

2013-07-13 Thread Suvayu Ali
Hi Nick, On Sat, Jul 13, 2013 at 11:01:08PM -0400, Nick Dokos wrote: > Suvayu Ali writes: > > > Hi, > > > > How do I add text properties to org elements? In my particular case, I > > want to echo tooltips when I move my cursor over an org link (or other > > org elements for that matter). To do