2016-06-21 8:31 GMT+02:00 Xi Shen :
> Hi,
>
> I got below error after I called (org-notify-start). It seems the
> dbus-error happens very close to the task notification. I wonder if
> org-notify uses dbus.
>
> Error: (dbus-error "No connection to bus" :session)
> Warning: notification for "Go to d
Hello,
Arun Isaac writes:
> When org-export-with-tags is set to t, tags on headlines are
> exported. Is there a similar way to export FILETAGS as well?
Do you mean that you want to export inherited filetags on each headline?
If so, it is not possible out of the box.
However, `org-get-tags-at'
Hello,
Charles Millar writes:
> When I evaluate the following the above error results (this source blosk
> and all others that are similar evaluated successfully a few days ago)
>
> #+NAME: SCHEDAP
> #+begin_src rec :data foo.rec :type Finance :fields
> AccountDate,Description,AccountAmount :
> Do you mean that you want to export inherited filetags on each headline?
> If so, it is not possible out of the box.
No, I would like to export the FILETAGS to say, below the title. I am
maintaining my blog in org mode, and I am hoping to use FILETAGS to tag
my blog posts. So, I am interested i
Yeah...getting dbus to work on Windows will be hard. Maybe we should
consider using some other ways to display a notification on Windows.
E.g. On Windows/Cygwin environment, org-notify should use a command line
tool to show a notification in the Windows notification area.
But I wonder how to depl
Arun Isaac writes:
> No, I would like to export the FILETAGS to say, below the title. I am
> maintaining my blog in org mode, and I am hoping to use FILETAGS to tag
> my blog posts. So, I am interested in tags for the entire file itself,
> not inherited tags on each headline.
>
> Currently, I hav
The org mode manual says "The project property list is scoped into this
call as the variable project-plist". But, ox-publish.el has lexical
binding enabled, and the variable project-plist doesn't seem to be
accessible from the executed preparation-function. When I try to access
the variable, I get
Hello,
Arun Isaac writes:
> The org mode manual says "The project property list is scoped into this
> call as the variable project-plist". But, ox-publish.el has lexical
> binding enabled, and the variable project-plist doesn't seem to be
> accessible from the executed preparation-function. When
"Sniffen, Brian" writes:
> ˘
>> On Jun 14, 2016, at 10:24 PM, Thomas Fitzsimmons wrote:
>>
>> Hi Brian,
>>
>> "Brian T. Sniffen" writes:
>>
>>> With org-startup-with-latex-preview set to non-nil, M-x excorporate, work
>>> through autoconfiguration, then M-x calendar. Hit 'e'. Get told
>>>
Hi Brian,
"Brian T. Sniffen" writes:
> With org-startup-with-latex-preview set to non-nil, M-x excorporate, work
> through autoconfiguration, then M-x calendar. Hit 'e'. Get told
> "user-error: Can't preview LaTeX fragment in a non-file buffer".
>
> Unset org-startup-with-latex-preview, then g
Le 21 juin 2016 16:14, "Xi Shen" a écrit :
>
> Yeah...getting dbus to work on Windows will be hard.
Actually, not so much. Dbus does work on windows. It doesn't work right now
on emacs. I'm looking into it.
Fabrice
Hi all,
How can I linkify the following intranet links in org-mode?
intra/link1-description
code/description
By linkify, I mean the links should be fontified and clickable in org-mode.
I don't want to add a custom link handler like `intra:` because I often
copy and paste links from the
Joe Schafer writes:
> How can I linkify the following intranet links in org-mode?
>
> intra/link1-description
> code/description
>
> By linkify, I mean the links should be fontified and clickable in org-mode.
>
> I don't want to add a custom link handler like `intra:` because I often
> co
> 2. Require preparation functions to accept one parameter, the project
>plist.
I think adding project-plist as a parameter to preparation functions is
definitely more elegant.
But, I also came across this old thread where it was noted that making
project-plist a proper parameter, instead of
14 matches
Mail list logo