Samuel Wales wrote:
> great idea, but that only toggles the grid, not the entries.
You mean you want to remove the "timed" (i.e., the ones with a time
component) entries from your agenda? That's against the purpose of the
agenda view, which shows you all the entries for today, this week, this
mon
Nicolas Goaziou writes:
> Hello,
>
> Nicolas Richard writes:
>
>> Eric Abrahamsen writes:
>>> I don't actually know what the right thing to do is. Maybe just a
>>> (require 'org-table) inside `orgstruct++-mode'? Autoload doesn't seem to
>>> work for variables, nor is there a `declare-variable'.
Hi Nick,
Nick Dokos wrote:
> FWIW, I always set
>
> #+OPTIONS: ^:{}
>
> in my files.
You could set the following, then:
--8<---cut here---start->8---
;; Interpret "_" and "^" for export when braces are used.
(setq org-export-with-sub-superscripts '{})
--8<
I've got:
(defun org-scdoc-headline (headline contents info)
"Transcode a HEADLINE element from Org to ASCII.
CONTENTS holds the contents of the headline. INFO is a plist
holding contextual information."
;; Don't export footnote section, which will be handled at the end
;; of the template.
Thanks so much for your reply! I think I'm getting closer to
understanding what's happening.
On 03/03/2015 10:27 PM, Vaidheeswaran C wrote:
I am not sure what is happening. Some suggestions:
1. C-h v temporary-file-directory. Check this variable, particularly
if your are on Windows mach
On March 4, 2015 7:18:11 PM James Harkins wrote:
I've got:
(defun org-scdoc-headline (headline contents info)
(unless (org-element-property :footnote-section-p headline)
(let* ((title (org-element-property :title headline))
(allcaps (upcase title))
... blah blah
It's chok
Mail von Kyle Meyer, Sun, 01 Mar 2015 at 11:17:47 -0500:
> "Stefan-W. Hahn" wrote:
> So, given the default values, I think the only setup needed to get
> generic helm completion is
>
> (setq org-outline-path-complete-in-steps nil)
>
> (require 'helm)
> (require 'helm-config)
> (
Testing my blog [0] (org-mode publish) in
mobile-friendly [1] obtain bad result. :(
Same result for orgmode.org, maybe somebody have
better CSS for org-mode export?
thanks!
[0] http://osiux.com
[1] https://www.google.com/webmasters/tools/mobile-friendly/?url=orgmode.org
--
::
Osiris Alejan
https://github.com/fniessen/org-html-themes
On Wed, Mar 4, 2015 at 9:01 AM, OSiUX wrote:
> Testing my blog [0] (org-mode publish) in
> mobile-friendly [1] obtain bad result. :(
>
> Same result for orgmode.org, maybe somebody have
> better CSS for org-mode export?
>
> thanks!
>
> [0] http://osiux.
OSiUX writes:
> Testing my blog [0] (org-mode publish) in
> mobile-friendly [1] obtain bad result. :(
>
> Same result for orgmode.org, maybe somebody have
> better CSS for org-mode export?
>
> thanks!
>
> [0] http://osiux.com
> [1] https://www.google.com/webmasters/tools/mobile-friendly/?url=orgm
Hi!
I have lots of weekly reoccuring meetings and do collect the clocked time for
each meeting.
After a while I have lots of CLOCK lines. Opening the TODO shows all the CLOCK
lines shown, but my focus is on text below the CLOCK lines.
I started to use multiple LOGBOOK blocks in order to hide old
In your init.el search for undo-tree and remove it (temporarily) Or do
M-x list-packages and uninstall the undo-tree elpa package.
loext:contextual-spacing comes from your styles file. Find out where
the style file comes from.
If you are using Org package from non-GNU repositories, I would
stro
Avram Lyon writes:
> I know that citeproc-js has tried to be engine-agnostic, so perhaps it can
> work with Guile.
It looks like I was too quick. Although the homepage makes it seem like
Guile supports JS, the manual says:
"ECMAScript was not the first non-Schemey language implemented by Guil
Hi,
I am getting "\emsp" in my clocktable reports.
I use
#+BEGIN: clocktable :maxlevel 4 :fileskip0 t :tcolumns 0 :level nil :scope
agenda-with-archives :timestamp nil :block 2015-03 :step day :link t
:stepskip0 t
#+END:
to create these clocktable
Daily report: [2015-03-02 Mo]
| File
On Wednesday, 4 Mar 2015 at 17:28, Eric Abrahamsen wrote:
[...]
> I'm still seeing an issue where, if I start right off typing a big
> paragraph of text at the top of the message (no salutation or anything),
> all the lines *after* the first line are indented by one tab. Subsequent
> paragraphs
This is a follow up to this message:
http://lists.gnu.org/archive/html/emacs-orgmode/2015-03/msg00011.html
The prototype code that integrates the new Citation Syntax, ODT
exporter and JabRef citation manager is available in my p
This effect has been discussed here:
http://comments.gmane.org/gmane.emacs.orgmode/90292
It exports nicely, so I believe that's the reason it was made this way. You can
replace them with spaces using `org-toggle-pretty-entities`, although it will
throw off the width of your table. Otherwise you
1. Visit http://www.amazon.in/How-Read-Book-Touchstone-book/dp/0671212095
2. Add it to Zotero.
3. Export My Library to BibTeX format.
4. The attached file -- My Library 1.bib -- is what I get.
When I import the above .bib file to JabRef GUI, the keys that are
reported are \cite{adler_how_1972},
\c
1. Visit http://www.amazon.in/How-Read-Book-Touchstone-book/dp/0671212095
2. Add it to Zotero.
3. Export My Library to BibTeX format.
4. The attached file -- My Library 1.bib -- is what I get.
When I import the above .bib file to JabRef GUI, the keys that are
reported are \cite{adler_how_1972},
\c
El mié, 04 mar 2015, Rasmus decía:
> OSiUX writes:
>
> > Testing my blog [0] (org-mode publish) in
> > mobile-friendly [1] obtain bad result. :(
> >
> > Same result for orgmode.org, maybe somebody have
> > better CSS for org-mode export?
> >
> > thanks!
> >
> > [0] http://osiux.com
> > [1] https
Hi,
Vaidheeswaran C writes:
> 1. Visit http://www.amazon.in/How-Read-Book-Touchstone-book/dp/0671212095
> 2. Add it to Zotero.
> 3. Export My Library to BibTeX format.
> 4. The attached file -- My Library 1.bib -- is what I get.
>
> When I import the above .bib file to JabRef GUI, the keys that
Vaidheeswaran C writes:
> Btw, my copyright assignment request is in transit.
Great! I was somehow under the impression that you retracted your
copyright a while back. . .
Thanks anyway,
Rasmus
--
The Kids call him Billy the Saint
On Thursday 05 March 2015 12:00 AM, Rasmus wrote:
> Hi,
>
> Vaidheeswaran C writes:
>
>> 1. Visit http://www.amazon.in/How-Read-Book-Touchstone-book/dp/0671212095
>> 2. Add it to Zotero.
>> 3. Export My Library to BibTeX format.
>> 4. The attached file -- My Library 1.bib -- is what I get.
>>
>>
Rainer Stengele writes:
> Hi,
>
> I am getting "\emsp" in my clocktable reports.
> I use
>
> #+BEGIN: clocktable :maxlevel 4 :fileskip0 t :tcolumns 0 :level nil :scope
> agenda-with-archives :timestamp nil :block 2015-03 :step day :link t
> :stepskip0 t
> #+END:
>
> to create these clocktable
Vaidheeswaran C writes:
> I am complaining about how org-element.el behaves.
>
> This [cite:@adler_how_1972] becomes this:
Oh, you are right. _ is only allowed as the first character, as you
probably saw. See http://permalink.gmane.org/gmane.emacs.orgmode/95609.
I would tend to agree that this
the agenda also shows the tasks that have active timestamps that do
not have times.
a time, to me, is a sub-unit of a day.
On 3/4/15, Sebastien Vauban wrote:
> Samuel Wales wrote:
>> great idea, but that only toggles the grid, not the entries.
>
> You mean you want to remove the "timed" (i.e.,
e
On 2015-02-18, at 13:34, Marcin Borkowski wrote:
> Hello all,
>
> I need to embed some diagrams (graphs of functions, for instance, or
> trees) in an Org file. Any suggestions on how to do it? In case of
> ditaa, I can use a source block and the "results" line, and see the
> image with C-c C-
On Thursday 05 March 2015 12:31 AM, Rasmus wrote:
> Vaidheeswaran C writes:
>
>> I am complaining about how org-element.el behaves.
>>
>> This [cite:@adler_how_1972] becomes this:
>
> Oh, you are right. _ is only allowed as the first character, as you
> probably saw. See http://permalink.gmane
Marcin Borkowski writes:
> Did anyone use the ability to inline tikz pictures (i.e., pictures in
> a file with =tikz= or =pgf= extension)? If so, could you share some
> examples, or at least success stories?
>
> Also, org-latex--inline-image seems to provide for including svg images,
> but I cou
I'm generating Org tables via code and the =:results table= option. By the way
the "tabulate" python package works great to convert Pandas DataFrames to Org
Tables.
I can generate tables this way, but if I try to add groups, I cannot. The first
column with the special "/" character seems to be
Removing undo-tree was all it took. The export to ODT works without
any problems now. Huzzah!
I take your point regarding care with repositories. FWIW, the
org-mode Lisp I'm using is the one that arrives "built-in" to
Emacs. I removed the MELPA and marmalade repo
Marcin Borkowski writes:
> e
> On 2015-02-18, at 13:34, Marcin Borkowski wrote:
>
>> Hello all,
>>
>> I need to embed some diagrams (graphs of functions, for instance, or
>> trees) in an Org file. Any suggestions on how to do it? In case of
>> ditaa, I can use a source block and the "results" l
Also, Zotero items are typically identified by [library-ID]_[item-key]
hashes with an underscore separator.
Christian
Rasmus writes:
> Vaidheeswaran C writes:
>
>> I am complaining about how org-element.el behaves.
>>
>> This [cite:@adler_how_1972] becomes this:
>
> Oh, you are right. _ is on
Hi, and thanks for the extensive comments!
I've fixed the issues raised (IMO), and new patches are attached. I've
added a patch for documentation also.
>> ,
>> | #+TAGS: { group : include1 include2 }
>> `
>>
>> will only allow one of the tags on any specific headline. [ ] solves
>> this.
Eric S Fraga writes:
> On Wednesday, 4 Mar 2015 at 17:28, Eric Abrahamsen wrote:
>
> [...]
>
>> I'm still seeing an issue where, if I start right off typing a big
>> paragraph of text at the top of the message (no salutation or anything),
>> all the lines *after* the first line are indented by o
I had MobileOrg setup and *mostly* working, but I went away for awhile
and seem to be not how to get it to work now. My main problem seems to
be that everytime I start to use MobileOrg, it captures a new item
whether I want it to or not. I have it configured to use Dropbox and it
appears to work
Is AutoCapture enabled in settings? Turn it off.
-k.
Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback
keyboard.
> On Mar 4, 2015, at 22:11, David Masterson wrote:
>
> I had MobileOrg setup and *mostly* working, but I went away for awhile
> and seem to be not
Hi Rasmus and all,
Rasmus writes:
> Vaidheeswaran C writes:
>
>> I am complaining about how org-element.el behaves.
> Oh, you are right. _ is only allowed as the first character, as you
> probably saw. See http://permalink.gmane.org/gmane.emacs.orgmode/95609.
> I would tend to agree that thi
Hi Rainer,
Rainer Stengele writes:
> Opening the TODO shows all the CLOCK lines shown, but my focus is on
> text below the CLOCK lines. ...
> Anybody else uses multiple LOGBOOK blocks that way? Other ideas how to work?
> Any chance to get this regarded as an enhancement idea?
I don't use multip
Aloha kakou,
I have some 'mailto' links in an org file in the expected form:
[[mailto:bobnew...@bobnewell.net]]
C-c C-o also does as expected, bringing up a blank email to the
addressee in question. But it uses 'browse-url' to do so, and just
brings up a simple mail interface, when I'd like to h
thank you all, most of the code here was overkill for me (im very
un-technical :)) but i found the last bit of code:
> (setq org-outline-path-complete-in-steps nil)
>
> (require 'helm)
> (require 'helm-config)
> (helm-mode 1)
to work great for me
the only problem remaining is that
41 matches
Mail list logo