2016-06-09 8:41 GMT+02:00 Rasmus :
> Fabrice Popineau writes:
>
> > What is the reason for that result?
>
> Don't know. The function seems a bit complicated for what it does...
>
> Here’s some ways to get local tags.
>
> Oh great !
Thanks a lot.
Fabrice
Fabrice Popineau writes:
> Hi,
>
> I'm trying to program some stuff of my own and
> either I misunderstand the documentation or something is wrong
> with #'org-get-tags-at.
>
> I have a heading:
>
> * Bar :foo:bar:baz:
>
> (org-get-tags-at)
> while on the heading returns ("baz"
Hi,
I'm trying to program some stuff of my own and
either I misunderstand the documentation or something is wrong
with #'org-get-tags-at.
I have a heading:
* Bar :foo:bar:baz:
(org-get-tags-at)
while on the heading returns ("baz")
I would expect ("foo" "bar" "baz")
What is t
Patch atteched.
Replaced ']' with '{' in the regex `header' group.
Comments?
Chuck
From 2a060d4ca51dabbc6931a1483ae6c0ac29e0586c Mon Sep 17 00:00:00 2001
From: Charles Berry
Date: Wed, 8 Jun 2016 19:36:30 -0700
Subject: [PATCH] org-element-inline-src-block-parser fix regexp
* org-element.el
Amit Tendulkar writes:
Hi Amit:
> I put notify.el in my load path and added the following lines in my init
> file.
>
> (autoload 'notify "notify" "Notify TITLE, BODY.")
> (appt-activate 1)
> (org-agenda-to-appt)
>
> Still I am getting only inline intimations for the appointments. Am I
> missing
I installed the patch and am marking this as done.
Sauli Heinola writes:
> Hello!
>
> Taking inspiration from djcb's EURO 2012 [1] and Ruediger's 2014 World
> cup [2] schedules, I whipped up the schedule for the EURO 2016 for
> Org-mode, which can be retrieved from https://github.com/n2o4/org-uefa-2016
>
> All times are CEST (UTC+2) but can be ch
Dear all,
FYI, ReadTheOrg (awesome CSS theme, I dear saying it ;-) [1], for your
HTML exports from Org mode) is now "Web Responsive", thanks to a patch
from Geekplux! Enjoy!
See https://github.com/fniessen/org-html-themes for more information.
Best regards,
Fabrice
[1] I just cloned the awesom
On Wed, 8 Jun 2016, Eric S Fraga wrote:
Can you please post a complete example so that others can try it? Also,
what version of org etc.?
A bug in `org-element-inline-src-block-parser', I think.
Here is an ECM:
src_emacs-lisp[:var totalcommissions=TOTALCOM]{totalcommissions}
src_emacs-lisp[
I am getting careless.
On 06/08/2016 02:36 PM, Eric S Fraga wrote:
Can you please post a complete example so that others can try it? Also,
what version of org etc.?
sample.org file
* TOTALCOM :ignoreheading:
#+NAME: TOTALCOM
#+ATTR_LATEX: :mode table :environm
On 06/08/2016 02:28 PM, Charles Millar wrote:
C-c C-c works on this
#+begin_src emacs-lisp :var totalcommissions=TOTALCOM[-1,-1]
totalcommissions
#+end_src
#+RESULTS:
: 0.0
but not on this
Inline version src_emacs-lisp[:var
totalcommissions=TOTALCOM[-1,-1]]{totalcommissions}
What
aermo...@mirantis.com writes:
> I'm also thinking of contributing to orgmode, so my question is - is
> there any publicly available contributing guide, being SPOT for
> newcomers?
http://orgmode.org/worg/org-contribute.html
If you think anything is missing or needs better explanation, make that
y
Thanks Marco. Yes, appointment reminders will work for me. Any idea how to
configure them in such a way that I get popups? Popups are helpful
especially when my focus is not on Emacs. Or even when I am connected to
a remote desktop (say through Citrix).
Regards,
Amit
Marco Wahl writes:
> Hi Ami
Hi Bastien,
I'm also thinking of contributing to orgmode, so my question is - is
there any publicly available contributing guide, being SPOT for
newcomers?
Thanks
--
Alex
Bastien Guerry writes:
> Hi Xi Shen,
>
>> I would like to make some code change to org-mode. I followed the
>> instruction
Can you please post a complete example so that others can try it? Also,
what version of org etc.?
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.94.1, Org release_8.3.4-869-gf2c421
C-c C-c works on this
#+begin_src emacs-lisp :var totalcommissions=TOTALCOM[-1,-1]
totalcommissions
#+end_src
#+RESULTS:
: 0.0
but not on this
Inline version src-emacs-lisp[:var
totalcommissions=TOTALCOM[-1,-1]]{totalcommissions}
What am I missing?
Charlie Millar
Kyle Meyer wrote:
> Ari Roponen writes:
>
>> Org mode uses aliases that were removed by this commit:
>>
>> commit 3f65970414538063e38ada2a47cb4ef4f35b630e
>> Author: Glenn Morris
>> Date: Sun Oct 5 19:02:04 2014 -0700
>>
>> Remove calendar code obsolete since at least version 23.1
Amit Tendulkar writes:
> Charles Philip Chan writes:
>
>> Marco Wahl writes:
>>
>>> http://emacs-fu.blogspot.de/2009/11/showing-pop-ups.html
>>> looks promising.
>>
>> This is what I use:
>>
>> https://www.emacswiki.org/emacs/notify.el
>
> I put notify.el in my load path and added the following
Hi,
I would like to apply this path to add sqlcmd support, and allow org-mode
to execute and capture sqlcmd output in cygwin environment.
I added a "platform-convert-file-name" function to convert a *nix path to
Windows path. Should I put this function in ob-sql.el, or somewhere else?
Thanks,
D
Hi,
I would like to add a utility function which will be used by the
org-babel-execute:sql function. The function would look like this:
+(defun platform-convert-file-name (file)
+ (if (fboundp 'cygwin-convert-file-name-to-windows)
+ (format "\"%s\"" (cygwin-convert-file-name-to-windows file
I found the minimal-org trick works for me.
On Wed, Jun 8, 2016 at 3:04 PM Robert Klein wrote:
> Hi,
>
> On Wed, 08 Jun 2016 06:55:08 +
> Xi Shen wrote:
>
> > Tried that at first, but got:
> >
> > Symbol's function definition is void: org-babel--get-vars
> >
> > Maybe it is because I am in
Hi,
On Wed, 08 Jun 2016 06:55:08 +
Xi Shen wrote:
> Tried that at first, but got:
>
> Symbol's function definition is void: org-babel--get-vars
>
> Maybe it is because I am in cygwin environment, so Emacs eval buffers
> differently?
You are using org-mode 8.3.4 from then maint branch (or
Hi,
I tried the use the msosql engine in org-mode, but it cannot format the
result into a table. I think MS has made some change that the output of the
command is not compatible with org-mode. More specifically, the output add
"1> 2> 3> 4> " to the begging and break the table formatting. I saw th
23 matches
Mail list logo