-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:PROPERTIES: or --- Extracted as Title on all files listed rather than #+TITLE or yaml frontmatter title: #21
Comments
That's my fault, I didn't configure the repository correctly, I'm new to sr.ht ;-)
Thanks for the kind words 😊
I added a new variable
I added description of other customization variables in README. For the title, you want to change the |
Cool! Wow, thanks for adding those things in so quickly. Impressed. 8-] I just pulled the latest code via straight though and am getting the following error compiling the dynamic module (which worked before with the config I had in straight) c++ xapian-lite.cc -o xapian-lite.dylib -shared -fPIC -I/include -std=c++11 -L/lib -lxapian
xapian-lite.cc:40:10: fatal error: 'xapian.h' file not found
#include <xapian.h>
^~~~~~~~~~
1 error generated.
make: *** [xapian-lite.dylib] Error 1
c++ xapian-lite.cc -o xapian-lite.dylib -shared -fPIC -I/opt/local//include -std=c++11 -L/opt/local//lib -lxapian
xapian-lite.cc:40:10: fatal error: 'xapian.h' file not found
#include <xapian.h>
^~~~~~~~~~
1 error generated.
make: *** [xapian-lite.dylib] Error 1 Do we need the header file included? (I could not recall if it was in the last version or not.). Headers are being copied over to the build directory though so I think this is either a missed file or pointing at the wrong thing. Or lemme know if it a strange "homebrew on M1 mac" issue due to directories. =] |
The header file is provided by the xapian package, which in turn should be installed by system package manager. I think you want to use |
Doh. Yes, Compiles now. Will kick the tires and let you know, though looks great with the titles showing now! Thank you!! 😍 |
(apologies, src.ht does not have an issue tracking functionality... :-/ Unless I missed it when I signed up.).
Loving xeft and how fast it is. However, as I use org-roam, I have a
:PROPERTIES:
block at the top of every org-mode file. There is also a#+TITLE
in each file (as well as most of my md files have yaml frontmatter withtitle:
in them.I'm guessing xeft takes the first line of the file as title so I'm seeing a lot of :PROPERTIES: which makes it impossible to distinguish the files well even after filtering (unless for some reason it does look for titles, but PROPERTIES somehow throws it off.
So two possible things which would be great:
Thanks for your hard work on this. It's really great. Enjoying it and the way it works with org-roam... =]
(ps> also, if you could add the cutomization options possible in the README that would be great. I tried changing the title font for example by hooking it into my nano theme, but failed ).
Example top of template file in case thta helps if it is a bug
The text was updated successfully, but these errors were encountered: