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
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
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 [ ** ****
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
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
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
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
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
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
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+
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
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
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
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
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,
^
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)
#+
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
30 matches
Mail list logo